I am trying to get these two radios working again. I had them working in the past but have not been successful today even when trying the most basic example.
If I swapped the two pieces of code and make the first the master I get this error:
TX not received 255
I have checked my wiring at least 10 times on both NRF24L01P. I used the pin instructions found here https://www.espruino.com/NRF24L01P for my two original espruino boards.
Any insight or tips to debug would be really appreciated.
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.
I am having all kinds of trouble today lol.
I am trying to get these two radios working again. I had them working in the past but have not been successful today even when trying the most basic example.
https://www.espruino.com/NRF24L01P
I have one espurino attached to a macbook pro USB plugged into the web ide with the following code:
On another macbook pro I have an espurino plugged into the usb with the web ide open. On that one I have the following code:
On the master once I pushed the code I then try the following from the console:
When I do that I get the error:
If I swapped the two pieces of code and make the first the master I get this error:
I have checked my wiring at least 10 times on both NRF24L01P. I used the pin instructions found here https://www.espruino.com/NRF24L01P for my two original espruino boards.
Any insight or tips to debug would be really appreciated.