LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 259 forks source link

Add WIFISerialCommunication #103

Closed REXXER301 closed 1 year ago

REXXER301 commented 1 year ago

needs tcp server to work https://github.com/REXXER301/TCP-COM-Reroute.git Emulates a serialPort connection to trick the opengloves driver into thinking it is directly connected via cable

REXXER301 commented 1 year ago

The differences in the AdvancedConfig.h file are mainly due to proto5, the only real change was changing BT_ECHO into ECHO for both wifi and bluetooth debugging

REXXER301 commented 1 year ago

Changed the AdvancedConfig.h file to now match main instead of the proto5 branch. I am however not entirely sure what is conflicting now, I might look into that and test the functionality with main sometime this week

danwillm commented 1 year ago

Thanks!