A VR unity shooting game. With the integration of a real life hand motion and fingers movement on the game using STM32 microcontroller and sending the data wirelessly using ESP8266 through UDP socket.
- Latest stable game build ➡ Executatble Game
- Latest stable unity project ➡ Unity project
- Latest stable unity project ➡ Unity project
// change those values to fit your application.
#define WIFI_SSID "net1" // change this to Wifi SSID
#define WIFI_PASS "yoyoyoyo" // change to Wifi network password
#define RECEIVER_IP "255.255.255.255" // leave it as it is if the device with unity app doesn't have a static ip
#define LISTENING_UDP_PORT 8051
#define SENDING_TO_PORT 8051 // unity app receives on this post number.
#define flexPin1 PA2 // change those pins to fit your design
#define flexPin2 PA5