LucidVR / lucidgloves

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

gloves dont connect #107

Open ny1u opened 1 year ago

ny1u commented 1 year ago

I use esp32 , with a ch340c converter. The firmware was successful, changed to bluetooth connection, but when I try to connect the gloves writes that there is no response from the device. Tried to connect by wire , also nothing works. I think the problem is in the ch340c. explorer_IGRclvOUZo

LittleNyanCat commented 1 year ago

If the firmware was successfully flashed, then that means the CH340C worked without any issue. Bluetooth is completely independent of the hardware serial interface so it has nothing to do with the CH340C either... Is your Bluetooth dongle is version 4.0? Newer versions are known to cause issues with the ESP32

ny1u commented 1 year ago

Dongle version is 5.0

LittleNyanCat commented 1 year ago

That is a probably cause for the Bluetooth issue, however you should still be able to test it in serial mode (via USB cable)