Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Interfacing nrf24l01 and SPresense
-
The Arduino library for interfacing with nrf24l01 is not compiling for spresense boards in Arduino IDE.
Is there any other way through which we can interface spresense with the nrf24l01 module?
-
@satish Library which you are using for NRF module is NRF24 which interfaces over SPI protocol, if you want to use NRF module with spresense you can implement your own code using standard spresense arduino library which contains SPI interface library and examples
In my personal opinion, I have tried nRF24L01 earlier they demand very specific voltage and prone to signal disturbance, you can use ESP8266/32 for similar application which is easy to setup [serial communication with spresense] and use ESP-NOW protocol which offers same functionality as NRF and in more secure, fast and easy way.