-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BT Serialport with Gamepad #83
Comments
Hi The current version of my library uses NimBLE - which is unfortunately incompatible with Bluetooth Serial |
Doesn't NimBLE support a similar system? |
This library currently uses the NimBLE Bluetooth library for communication Apparently, NimBLE can be used to create BLE UART (standard COM port not created), and there is an example in the NimBLE directory, however this library would need modification for it to work. May have a look at it at a later stage, however if someone wants to submit a pull request, then be my guest |
Works with the version I posted above here #111 (comment) |
Hello, i want to use Bluetooth Serial port with library. How can i do that?
I get an error when i add "#include "BluetoothSerial.h" to any ble game pad example and it not work gamepad and serialport.
i want to do https://dev.to/nmwilk/simhub-without-the-wires-18ij with game pad
The text was updated successfully, but these errors were encountered: