ubilab-ws21 / puzzle-5

0 stars 1 forks source link

Battery charging logic (operator) #36

Closed archerindigo closed 2 years ago

archerindigo commented 2 years ago

While the battery is on the NFC reader of the charger box, the operator should update the battery level every second and send the level to the charger box and the electric box.

Once a fully charged battery is present on the charging platform of the electric box, the operator should resume the control room's power and enable next puzzle.

archerindigo commented 2 years ago

Current design for charging platform:

For battery level indicator design, please refer to #34

archerindigo commented 2 years ago

MQTT update of battery level is also done in #44. No major update of the charging logic is expected for now.

Operator does not necessary to record the battery level. MQTT can retain the last battery level message.