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
  • As already explained in the other answers, they are radio transceivers - it is up to the system designer to choose & implement whatever protocol they wish to achieve their design goals.

    If you're not designing the system, then you will have to ask the designer about their design!

Reply
  • As already explained in the other answers, they are radio transceivers - it is up to the system designer to choose & implement whatever protocol they wish to achieve their design goals.

    If you're not designing the system, then you will have to ask the designer about their design!

Children
No Data
Related