Shop OBEX P1 Docs P2 Docs Learn Events
NRF24L01 RF Transceiver Module Object problems — Parallax Forums

NRF24L01 RF Transceiver Module Object problems

lfreezelfreeze Posts: 174
edited 2015-02-15 15:14 in Accessories
[Has anyone been able to get the “Nordic NRF24L01 RF Transceiver Handler” object to work? If you have, please share the code that works
It appears that the pin description in the object is not for the NRF24L01. I did PM the author, but have not received a response The code from the obex is attached.
Thanks in advance for any help.

Larry

Comments

  • LeonLeon Posts: 7,620
    edited 2015-02-15 09:57
    I'm guessing but the pin description was probably for one of the NRF24L01+ modules that are available from several suppliers, rather than the device pins.
  • Duane DegnDuane Degn Posts: 10,588
    edited 2015-02-15 12:12
    I think the driver you're using is for the older Nordic devices the new nRF24L01+ need a different driver (I think).
    '' ============================================================================
    '' Driver code for Nordic nRF2401      V1.05                A.Marincak Jan 2008
    '' ============================================================================
    

    The nRF2401 is not the same as nRF24L01 (or nRF24L01+).

    I've written a couple of drivers for the nRF24L01+ but to be honest I'm not pleased with any of them. They work but not nearly as fast as they should.

    Here's a link to my latest version.

    http://forums.parallax.com/showthread.php/130707-Looking-for-Faster-Objects-for-Nordic-Wireless-Modules-nRF24L01-and-nRF2401A?p=1222128&viewfull=1#post1222128

    I have some additional information about the cheap nRF24L01+ modules in post #1 of my index (see my signature).
  • lfreezelfreeze Posts: 174
    edited 2015-02-15 15:14
    Thank you for your responses. I will try the drivers suggest by Duane.
Sign In or Register to comment.