looking for basic start up for NRF24L01

Hi, i am looking for basic start up parameters for a 24L01.

I do all my programm in assembler (sorry i am old).

what i aim to do is simple TX-RX, like a small remote with 4 buttons to a simple receiver.

no need to have extensive encryption, rolling codes or channel scans.  i would like to send like 6 bytes, and get them out to my processor, either unfiltered or thru a fifo,...

There is a lot of parameters into this chip and it loses me. I am used to use my own discrete rf hardware in ook (colpits) at 433.92mhz. i need to move to a higher frequency and more payload.

Is there a start up manual, reference or library that can help me.

all i find is threads with users that reports it doesnt work and need tons of tweaks and modifications to "eventualy" work (regardess of the software method irrc)...

thanks for any helps

Parents
  • Hi, i managed to use some source codes and am able to talk to the unit with SPI, it all seems to work right, i get a irq on the receiv side but never get the payload, no matter what method i use, i always get payload 00 00 00 00...but i get the irq when i send the packet so i am close to get it...

    any other comments on how to use the FIFO TX/RX would be appreciated.

    thanks.

Reply
  • Hi, i managed to use some source codes and am able to talk to the unit with SPI, it all seems to work right, i get a irq on the receiv side but never get the payload, no matter what method i use, i always get payload 00 00 00 00...but i get the irq when i send the packet so i am close to get it...

    any other comments on how to use the FIFO TX/RX would be appreciated.

    thanks.

Children
Related