Hi there,
I have done some research, but have not been able to find a nrf24l01+ library that uses interrupts and can easily cater for other SPI devices used with my project. Does anybody know of any?
Any help is greatly appreciated.
Thanks
Hi there,
I have done some research, but have not been able to find a nrf24l01+ library that uses interrupts and can easily cater for other SPI devices used with my project. Does anybody know of any?
Any help is greatly appreciated.
Thanks
In what way do you want to use interrupts? I am using them in my project to wake the microcontroller and radio when a reed switch has been opened and send the signal back to my base station. I believe Maniacbug's RF24L01+ library has an example on how to use interrupts, I don't think it's any different than when you'd normally use them.
I would like to use interrupts to be able to detect incoming data from another nrf24l01+.
I noticed on the Manicbug's site that there are options for ce and csn, which I didn't see before. These should allow me to connect to other SPI devices whilst using the library.
http://maniacbug.github.io/RF24/classRF24.html#a5e570dd614d5a9d4a2b479ffcbfb2d16
ce (int level)
csn (int mode)
Are these treated as functions?