LucidVR / lucidgloves

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

Compatibility with ESP32S3 #123

Open DieKatzchen opened 5 months ago

DieKatzchen commented 5 months ago

I've made changes necessary to work with ESP32S3 boards, primarily the Fae Mod board. It provides the option to use BLE serial (implemented using the Nordic UART Service standard), and it switches out ESP32Servo for ESP32-ESP32S2-AnalogWrite, because ESP32Servo can only control one servo on the ESP32S3.