This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RFID application.(Reader and Tag)

I have a RFID application in which there is a Reader and a tag. The Reader reads the tag information once the tag is in the Reader's range. The tag is an active tag.

The Reader has MCU-STM32F407ZET6 and RF Transceiver nRF24L01P-R7 while the tag has nRF24LU1P-F32Q32-T.

Does these two chips(nRF chips) talk to each other. ? What kind of communication protocol should be used.? Is it possible to have the library of the communication protocol and also test code.?

I am using a Linux platform (bare metal programming) to compile my code. (NOT Keil or IAR Embedded)

Parents
  • Hi Pradeep,

    Yes, they can talk to each other. All our nRF24L, nRF5x chip can talk to each other as they work in the same ISM band 2.4GHz.

    The nRF24L01P is pretty easy to use, you can simply base on the datasheet to know how to use Shockburst protocol.

    For the nRF24LU1+, we provide the nRFGo SDK with example for Enhanced Shockburst protocol. It should work out of the box.

    I assume you will connect the nRF24LU1+ to a PC or something via USB when operating.

    I'm not aware of something ready on Linux that you can use to compile code for the nRF24Lx.

  • @Pradeep Chl: Please create a new topic for new question.

Reply Children
No Data
Related