Hi all,
I am attempting to communicate between an espruino and an arduino using the NRF24L01+ modules.
I have followed the examples on the espruino website and I am using the RF24 library on the other end. http://maniacbug.github.io/RF24/
The problem I am having is that the two systems seem completely different, I am guess the espruino library doesn't implement many features but even using the ones it does I should be able to get this to work.
Has anyone managed anything like this?
Does anyone know what channel and data rate is used, how do these correspond to the addresses passed into the init function?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi all,
I am attempting to communicate between an espruino and an arduino using the NRF24L01+ modules.
I have followed the examples on the espruino website and I am using the RF24 library on the other end.
http://maniacbug.github.io/RF24/
The problem I am having is that the two systems seem completely different, I am guess the espruino library doesn't implement many features but even using the ones it does I should be able to get this to work.
Has anyone managed anything like this?
Does anyone know what channel and data rate is used, how do these correspond to the addresses passed into the init function?
Any advice would be much appreciated.