BLE not becoming active?
Posted: Sat Feb 13, 2021 7:34 pm
I'm using the most recent micropython stable firmware binary (v1.14) with a WROOM-32. Trying to start experimenting with bluetooth but not getting to square 1. What am I doing wrong here?
>>> import bluetooth
>>> ble = bluetooth.BLE()
>>> ble.active(True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 110] ETIMEDOUT
>>> import bluetooth
>>> ble = bluetooth.BLE()
>>> ble.active(True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 110] ETIMEDOUT