Hi all,
Has anyone of you tried integrating successfully raspberry pi pico and NRF24L01 on Arduino IDE? I got problem making it work but when it is run on Micropython, it works.
The result is , the setup does not even get called on the setup() method BUT in the loop() it tries to keep on sending(transmitter) and receiving (receiver). I even tried the sample from this: nrf24l01+ - RaspberryPi Pico SPI and nrf24l01 - Arduino Stack Exchange but it does not work either
Thanks