ubilab-ws21 / puzzle-5

0 stars 1 forks source link

Battery detection logic #35

Closed archerindigo closed 2 years ago

archerindigo commented 2 years ago

Detect the present of the battery with the NFC reader, report the status to the operator

archerindigo commented 2 years ago

Currently the NFC reader is able to read the UID of the NFC cards. I hard-coded a UID for the MCU to identify.

In the future, the UID shall be updated through MQTT.

archerindigo commented 2 years ago

UID update through MQTT is also done in #44 and #45