Bluetooth application on Nucleo WB55RG in Micropython
I'm trying to use Bluetooth on the Nucleo WB55RG board to make them communicate with each other. I find on internet a solution using micropython and Bluetooth import (this link of Solution: stm32python.gitlab.io/). However, when I activate the module, an ETIMEDOUT appears, so I try to increase the NIMBLE_STARTUP_TIMEOUT (up to 20s) but nothing changes. Not finding a solution to my problem I turn to you to try to find a solution.
I tried to update the firmware. Result: Memory erased but firmware crashed in the download. I still managed to put the compiled firmware back as shown on the previous git. By a happy miracle, the error changed to
tl_ble_wait_resp: timeout. Does anyone know why the bluetooth doesn't work?
Thanking you in advance.
