NRF24L01P dataReady() Not Found? #307
Replies: 4 comments
-
Posted at 2014-08-19 by user47955 If it helps here is the code:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-19 by possmann Hi, i guess the api has changed a little bit. You can see the change in the following commit:
Try: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-19 by user47955 Many thanks will give it a try. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-21 by @gfwilliams Thanks @possmann - yes, the API changed a few months back and I must have forgotten to update the example. I'll get that changed the next time I update the website. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-19 by user47955
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
Beta Was this translation helpful? Give feedback.
All reactions