-
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
Possibility to receive data #72
Comments
The current version of my library relies on NimBLE, which is BLE only, no classic BT serial If you go back a few versions to one that uses the standard library, you might be able to get it to work, |
Thank you very much for replying, and if I use NimBLE with python I can send data to the gamepad ? |
Hi Not too sure. Another person patched in NimBLE to the library and I'm not too sure what can be achieved with it. The NimBLE GitHub is here: https://github.com/h2zero/NimBLE-Arduino |
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) |
Suppose I have connected the esp32 as a controller to the pc.
Can I make the pc send a series of data to the controller (esp32) by bluetooth and the controller can read it ?
Thanks to all
The text was updated successfully, but these errors were encountered: