Please add more documentation on using Bluetooth / BLE
Is your feature request related to a problem? Please describe.
At the moment the Pycom documentation for the BLE implementation only describes how to use a Pycom board as a BLE client that connects to BLE peripherals. The documentation on how to use the board as a BLE peripheral (i.e. a BLE server) is almost completely missing at this point, however the Pycom forums have various user-contributed code sketches that show that it is at least partially possible.
Describe the solution you'd like
Add an example or tutorial and corresponding API documentation that shows how to use the Pycom boards as BLE peripherals (i.e. BLE server).
Topics to cover would be:
Teachability, Documentation, Adoption, Migration Strategy
Having canonical docs or tutorials would help developers to quickly understand the full capabilities of the ESP32 and BLE and would also help Pycom to get a better picture on the implementation status of the APIs and would make it easier to find and iron out bugs that might still be in the library.
A good set of usable code examples would be great, as an inspiration I would like to mention https://github.com/espressif/arduino-esp32/tree/master/libraries/BLE/examples
Please add more documentation on using Bluetooth / BLE
Is your feature request related to a problem? Please describe.
At the moment the Pycom documentation for the BLE implementation only describes how to use a Pycom board as a BLE client that connects to BLE peripherals. The documentation on how to use the board as a BLE peripheral (i.e. a BLE server) is almost completely missing at this point, however the Pycom forums have various user-contributed code sketches that show that it is at least partially possible.
Describe the solution you'd like
Add an example or tutorial and corresponding API documentation that shows how to use the Pycom boards as BLE peripherals (i.e. BLE server).
Topics to cover would be:
Teachability, Documentation, Adoption, Migration Strategy
Having canonical docs or tutorials would help developers to quickly understand the full capabilities of the ESP32 and BLE and would also help Pycom to get a better picture on the implementation status of the APIs and would make it easier to find and iron out bugs that might still be in the library.
A good set of usable code examples would be great, as an inspiration I would like to mention https://github.com/espressif/arduino-esp32/tree/master/libraries/BLE/examples