-
I'm using a Lolin S2 Mini board with the latest version of micropython, v1.20. All the examples ask to load either a bluetooth or ubluetooth library, but none of them are available in the version I'm using. Could you clarify how I can use, in a simple way, the bluetooth of my device? Some example? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I haven't work with Lolin S2 Min but it is based on esp32-s2 so You can try start from Nordic UART Service example at beginning. |
Beta Was this translation helpful? Give feedback.
-
Yes, the information that indicates I had already seen. 1 .- I download the file main.py The error that you give me is: In line 3 I see that it is : import ubluetooth And that's where I can't move forward, since I can't find where I can download those libraries. |
Beta Was this translation helpful? Give feedback.
-
I have tried version 1.19 and 1.18 and neither of them works. The example, it seems, is for version 1.14, but for espS2 there is no version below 1.18, so I can't test it. Versions 1.18, 1.19 and 1.20 don't work with the example you gave me. |
Beta Was this translation helpful? Give feedback.
-
Thank you for taking the time to help me. I hope they will be able to support this board soon. |
Beta Was this translation helpful? Give feedback.
Try load another firmware version , for example MicroPython v1.19.1.
edit: I check manifest file for your board, and propably ble is not available ( verison C3 has BLE but S2 not)