I ran into a problem with using Arduino-Pico and RF24 radio library. I was using some code I developed using Arduino-mbed under platformIO that works fine for the target Arduino Nano RP2040 Connect ...
The project allows to create a structure of devices: one MASTER, many SLAVEs. Communication between the master device and the slave device is based on a system of questions and answers between ...