2020-06-09 02:09 PM
2020-06-11 11:42 AM
Hi,
13.56 MHz RFID communications are intended to communicate between a Poller (Reader/Writer) and a Listener (basically a tag). The Poller emits a 13.56 MHz field. This field inductively couples to the Listener to transfer power and is modulated for communication. The Poller modulates the amplitude of the alternating magnetic field strength with modulation pulses in order to transmit data to the Listener. The Listener loads the alternating magnetic field with a modulated subcarrier signal (load modulation) in order to transmit data to the Poller. This follows some standards (such ISO14443 or ISO15693).
A 13.56 MHz tag is basically an EEPROM memory connected to a 13.56 MHz RF interface. This RF interface powers the EEPROM memory when the field is present, receives commands from the poller, processes those commands such a s read or write part of the EEPROM memory and sends a response to the poller.
When using a simple tag, the EEPROM memory can only be accessed by the Poller through the RF interface thanks to standardized commands. If you want to sample an electric nerve signal, there is no mean to directly store the sampled values inside a simple tag (i.e. a tag having only an RF interface)...
If you want to write your data into the tag memory, you need a second interface usually I2C interface connected to a MCU that will sample the nerve electric signal, convert it to a digital value and write it inside the EEPROM. The values can be read latter on by a standard reader. Such tags are called Dynamic tags or dual interface tags.
I would suggest you have a look on M24LR-DISCOVERY kit: the M24LR board includes a dynamic tag and an STM8 MCU. It is battery-less and is powered by RFID readers. Once the field is ON, thanks to the energy harvesting, the on-board STM8 MCU is powered on and can display some informations on the LCD (voltage, temperature and the content of the NDEF text in the tag memory). I believe this can fit with your needs.
I have no specific knowledge on 900 MHz RFID.
Rgds
BT
2020-06-11 04:55 AM
Hi
my understanding of your use case is the following:
If my understanding is correct, the following proposal could be used
You can use for example the ST25DV-DISCOVERY kit to prototype your application. Some test points seems to be available to connect to an ADC analog input channel (for example TP4).
Rgds
BT
2020-06-11 09:03 AM
appreciate for quick and king response.
1.is that DVkit for all the ST25 family product line?
2. does ST25RU3993 also can be work for our purpose as well?
2020-06-11 09:26 AM
Hi,
ST25DV-DISCOVERY is is based on NFC ST25DV04K Dynamic tag. Anyway, this can be used for protoyping applications for ST25DV-I2C series Dynamic NFC Tags.
ST25RU3993 is an UHF reader used to read/write UHF tags. Do you plan to store you records inside a tag? Something like:
(or like this in case of NFC)
Feel free to clarify your use case:
Rgds
BT
2020-06-11 09:53 AM
Once again really appreciate for swift and kind response
2020-06-11 10:04 AM
Hi,
Some comment:
Rgds
BT
2020-06-11 10:09 AM
2020-06-11 11:42 AM
Hi,
13.56 MHz RFID communications are intended to communicate between a Poller (Reader/Writer) and a Listener (basically a tag). The Poller emits a 13.56 MHz field. This field inductively couples to the Listener to transfer power and is modulated for communication. The Poller modulates the amplitude of the alternating magnetic field strength with modulation pulses in order to transmit data to the Listener. The Listener loads the alternating magnetic field with a modulated subcarrier signal (load modulation) in order to transmit data to the Poller. This follows some standards (such ISO14443 or ISO15693).
A 13.56 MHz tag is basically an EEPROM memory connected to a 13.56 MHz RF interface. This RF interface powers the EEPROM memory when the field is present, receives commands from the poller, processes those commands such a s read or write part of the EEPROM memory and sends a response to the poller.
When using a simple tag, the EEPROM memory can only be accessed by the Poller through the RF interface thanks to standardized commands. If you want to sample an electric nerve signal, there is no mean to directly store the sampled values inside a simple tag (i.e. a tag having only an RF interface)...
If you want to write your data into the tag memory, you need a second interface usually I2C interface connected to a MCU that will sample the nerve electric signal, convert it to a digital value and write it inside the EEPROM. The values can be read latter on by a standard reader. Such tags are called Dynamic tags or dual interface tags.
I would suggest you have a look on M24LR-DISCOVERY kit: the M24LR board includes a dynamic tag and an STM8 MCU. It is battery-less and is powered by RFID readers. Once the field is ON, thanks to the energy harvesting, the on-board STM8 MCU is powered on and can display some informations on the LCD (voltage, temperature and the content of the NDEF text in the tag memory). I believe this can fit with your needs.
I have no specific knowledge on 900 MHz RFID.
Rgds
BT