Hi,
Following the tutorial here: http://www.espruino.com/Wireless+Temperature+Sensor
However I get:
Uncaught Error: Function "dataReady" not found! at line 2 col 14 while (nrf.dataReady()) {
Looking at the code here: http://www.espruino.com/modules/NRF24L01P.js
I cannot see a dataReady function?
Using an Kickstart Espruino with latest firmware loaded. The Slave code is working and trying to send.
Just the Master code not working
Any ideas? Thanks R
@user47955 started
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,
Following the tutorial here: http://www.espruino.com/Wireless+Temperature+Sensor
However I get:
Uncaught Error: Function "dataReady" not found!
at line 2 col 14
while (nrf.dataReady()) {
Looking at the code here: http://www.espruino.com/modules/NRF24L01P.js
I cannot see a dataReady function?
Using an Kickstart Espruino with latest firmware loaded.
The Slave code is working and trying to send.
Just the Master code not working
Any ideas?
Thanks
R