Hi,
I have a Pico (RP2040) project which uses both cores, one to manage a web server type interface and the other to manage sensors and sums. The software has evolved over two years has run 24/7 for the past 18 months. The processes are managed with the _thread module. The software works fine with V1.20.0, but becomes unstable under later versions. I now need to add a Bluetooth interface as an alternative to the WiFi one.
The Bluetooth module is not supported by the version of V1.20.0 which I have installed. I've written some stubs for the Bluetooth code which work OK with v1.26.0. I would appreciate some some help, two questions:
1) In which versions of the firmware is the _thread module stable.
2) Should I not be using the _thread module, and doing something else.
All suggestions gratefully appreciated.
Regards
David Mortimer
I have a Pico (RP2040) project which uses both cores, one to manage a web server type interface and the other to manage sensors and sums. The software has evolved over two years has run 24/7 for the past 18 months. The processes are managed with the _thread module. The software works fine with V1.20.0, but becomes unstable under later versions. I now need to add a Bluetooth interface as an alternative to the WiFi one.
The Bluetooth module is not supported by the version of V1.20.0 which I have installed. I've written some stubs for the Bluetooth code which work OK with v1.26.0. I would appreciate some some help, two questions:
1) In which versions of the firmware is the _thread module stable.
2) Should I not be using the _thread module, and doing something else.
All suggestions gratefully appreciated.
Regards
David Mortimer
Statistics: Posted by SolarBucket — Sat Sep 20, 2025 7:54 am