lemmingDev
lemmingDev
And here's an Arduino Leonado joystick library with force feedback https://github.com/YukMingLaw/ArduinoJoystickWithFFBLibrary
Hi The current version of the library uses NimBLE, which unfortunately does not allow the simultaneous use of bluetoothserial An older version of my library will probably be compatible There...
So, got around to investing the time (turns out it was less than 1 hour) needed to get the current v5.1 version of the library ported back to the original...
So, did some testing and didn't work by default Sees the timing to get both working at the same time is a bit special What I will do is make...
Actually, given more testing, it seems to work fine as expected, except: 1. You need to pair the BL Classic device first if pairing to both on Windows (connects perfectly...
Yeah - one of each Here is some more code I just tested, where I connected the BT Classic to my phone, while the BLE gamepad was connected to the...
I might even make this the default version of BLE stack so that everyone can use BT Classic, and have a seperate branch with NimBLE incase people want to have...
Played around with it some more. When using both BLE and BT Classic, Android only sees the BT Classic and not the BLE Windows sees both and can connect to...
Can you try this version [ESP32-BLE-Gamepad.zip](https://github.com/lemmingDev/ESP32-BLE-Gamepad/files/9687407/ESP32-BLE-Gamepad.zip) It's basically v5.1 of my library that uses the default BT stack instead of the NimBLE stack Let me know if it works better...
Did you get a chance to try this?