Bluetooth 5 crashes ESP32-PICO-D4
Posted: Thu Apr 06, 2023 2:25 pm
Hello there !
I've been working on a project with ESP32-pico-kit V4 (which embarks a ESP32-PICO-D4 chip) for years and had no problems with bluetooth connection.
Since recently, I started using Bluetooth 5 dongles and my ESP32 crashes directly after pairing it with my PC. Neverless, the pairing seems to work as I see my device in win10 bluetooth list but as soon as I try to actually connect my app to the device, it crashes too.
Since this is a big project, I would not ask what I did wrong in my code but rather if my code could be the reason it crashes ? Or could the Bluetooth 5 not be compatible with the chip ? I read bluetooth 5 draws more power and my esp32 runs on batteries, could the connection draws too much power from my batteries and the ESP32 just goes undervoltage ?
I would rather know what could go wrong before looking at the code for nothing ahah. As mentioned, I never had any problems with Bluetooth 4.2 for years with the same code.
Thanks everyone
I've been working on a project with ESP32-pico-kit V4 (which embarks a ESP32-PICO-D4 chip) for years and had no problems with bluetooth connection.
Since recently, I started using Bluetooth 5 dongles and my ESP32 crashes directly after pairing it with my PC. Neverless, the pairing seems to work as I see my device in win10 bluetooth list but as soon as I try to actually connect my app to the device, it crashes too.
Since this is a big project, I would not ask what I did wrong in my code but rather if my code could be the reason it crashes ? Or could the Bluetooth 5 not be compatible with the chip ? I read bluetooth 5 draws more power and my esp32 runs on batteries, could the connection draws too much power from my batteries and the ESP32 just goes undervoltage ?
I would rather know what could go wrong before looking at the code for nothing ahah. As mentioned, I never had any problems with Bluetooth 4.2 for years with the same code.
Thanks everyone