How do I pass data from a reader to the I2C port?
I have a need for short range communication with a very low data rate (4 bytes updated at 2Hz). The application is constrained by size and power. The device is a set of actuators that are to be controlled by a small microcontroller. The 4 bytes contain the data for the actuators.
My idea was to use a ST25DV04K tag connected by I2C to a microcontroller. I would then pass data from the reader to the tag and then on to the microcontroller for it to operate the actuator. I am uncertain as to how the data would be passed to the microcontroller. Can the ST25DV04V pass data from the reader directly to the I2C port? Or, would I need to write data to memory in the tag and have the microcontroller poll/read the memory.
Is there problem with my concept or is there an easier solution? Is there an app note or example for something similar? The microcontroller side of the device needs to be simple, small, and low power. For example, I could not use a NFC reader device on the microcontroller end.
Thanks,
Doug
