2021-07-21 6:05 AM
Hi,
I am planning to establish communication between low powered battery operated Device(microcontroller) to NFC tag. (PFA the image below).
Please suggest the ST-NFC device(tag) to fulfil the following requirements.
A) Application Specific :
1) Required Bi-directional communication, to exchange ~4kb of device configuration files between MCU and mobile App. (configuration can be WI-FI credentials, communication certificates, )
B) NFC tag specification:
Regards,
Suresh
Solved! Go to Solution.
2021-07-26 3:03 AM
In your requirements you've mentioned 4kb, which I interpreted as 4Kbits.
The version with the biggest EEPROM is a 64kbit one, which corresponds to 8KBytes, but the remaining peripherals of the devices are fixed, e.g. the RAM buffer always has a size of 4Kbit = 256 Bytes. Due the limited number of write cycles of the EEPROM that RAM buffer should be used in cases of transferring larger chunks of data to the connected microcontroller.
Supporting software can be found with e.g. X-CUBE-NFC4.
Regards
/Peter
2021-07-21 6:31 AM
Welcome, @SThot.2, to th community,
you could take a look at the ST25DV04K or the ST25DV04KC.
Good luck!
/Peter
2021-07-26 12:52 AM
Hi Peter,
Thanks a lot for your response,
Suggested modules having approx. 4KB of EEPROM. So tag read/write is happening only through EEPROM? or do we have any RAM space for the same?
Sending large configuration certificate is not possible, so what will be the max size of I2C read/write buffer(chunk) size having.
Also please suggest an integration / Application example SDK if available.
Regards,
Suresh
2021-07-26 3:03 AM
In your requirements you've mentioned 4kb, which I interpreted as 4Kbits.
The version with the biggest EEPROM is a 64kbit one, which corresponds to 8KBytes, but the remaining peripherals of the devices are fixed, e.g. the RAM buffer always has a size of 4Kbit = 256 Bytes. Due the limited number of write cycles of the EEPROM that RAM buffer should be used in cases of transferring larger chunks of data to the connected microcontroller.
Supporting software can be found with e.g. X-CUBE-NFC4.
Regards
/Peter