ST25 NFC/RFID tags and readers

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! NFC encryption issue

Hi I'm trying to write some data in to ST25dv64 NFC TAG using custom mobile application, before writing data into NFC tag we are encrypting message. encryption method is AES 128 CBC, the encrypted message has some non-printable characters, like 0x91,...

Resolved! Why can't ST25 read sensor data?

 float K_Temperature ; //K型热电偶 温度值 char temperaturebuffer[30] = { 0xD1, 0x01, 0x1B, 0x54, 0x02, 0x65, 0x6E }; uint16_t TarAddr= 0x0000; /* Write NDEF to EEPROM */ K_Temperature=MAX6675_ReadTemperature(); //读取热电偶温度值 sprintf(&temperaturebuffer[...

GHB9{7%0R[`BO1C45YN5L1H.png

Resolved! NFC03A1 writer and format example fro RPi4

pls suggest a example for reader/writer/formatter for NFC03A1are there any writer example code for RPi similar to poller example ?https://community.st.com/t5/st25-nfc-rfid-tags-and-readers/x-cube-nfc3-for-stm32cube/td-p/591339i didnot find the source...

venukrish by Associate III
  • 585 Views
  • 3 replies
  • 0 kudos

Resolved! st25r95 (X-NUCLEO-NFC03A1) example Cube-MX

Hi to all, I'm starting a new project with ST25R95 and X-NUCLEO-NFC03A1 as demo board. I have two question about example usage:1) I can't find X-CUBE-NFC3 package in cube MX (only 4 and 6 are avaiable). How can I add this package to Cube MX configura...

ABatt.1 by Senior
  • 472 Views
  • 2 replies
  • 0 kudos

Resolved! Fail to write I2C tag in DMA mode

Writing 256 bytes ( full mailbox message ) failes when using I2C in DMA mode. I think the max is 255, correct me if I am wrong.Any way I can write it using 2 messages safely? Or am I restricted to non-DMA I2C write only?

DS.4 by Senior II
  • 571 Views
  • 2 replies
  • 0 kudos