nRF24L01+ 2.4GHz radio tranceiver chip - driver ready
Erlend
Posts: 612
in Propeller 1
I have over the last few weeks enjoyed the challenge of making an SPI driver that I am happy with, and then a driver for the fabolus and cheap nRF24L01+ radio chip.
It is incredible how gratifying it can be to see 'Hello wireless world!' pop up on the screen, after being transmitted from one prop&nRF to another prop&nRF.
It has been a bit of a bumpy ride; one example is that some of the register bits wants to have a '1' written to it - when you want to reset it to '0'. Crazy.
Enjoy http://obex.parallax.com/object/829
Erlend
It is incredible how gratifying it can be to see 'Hello wireless world!' pop up on the screen, after being transmitted from one prop&nRF to another prop&nRF.
It has been a bit of a bumpy ride; one example is that some of the register bits wants to have a '1' written to it - when you want to reset it to '0'. Crazy.
Enjoy http://obex.parallax.com/object/829
Erlend
Comments
I especially like that you wrote a method for frequency hopping. That should be very useful.
In the "Transmitter" method "Bit_Count" increments but none of the 'IF" statements returned.
I modified the DEMO a second time for (ErlandsPRX) but it does not appear to respond to the PTX. What am I missing?
Erlend
Thanks your development and sharing your work on the nRF24L01+ radio chip.
I look forward to experimenting with the system.