Hello everyone,
I want to read EEPROM and different bytes in it for example:
EEPROM page 0x30 byte 0 & 1
EEPROM page 0x30 byte 2 & 3
EEPROM page 0x31 byte 0 & 1.
Thanks but can you tell me how to do this for
EEPROM page 0x30 byte 0 & 1
EEPROM page 0x30 byte 2 & 3
EEPROM page 0x31 byte 0 & 1.
these three or can you write example code if it is possible for you?
thank you again
hi Cattledog,
im working on a project to measure the voltage from the NFC sensor and Using NFcshield with uno
I could read Tag ID using a basic read program from example. But to make this into some meaning full data, we need to use data that is stored in EEPROM of the nfc sensor. Can you give me idea how can i do it?