ubilab-ws21 / puzzle-5

0 stars 1 forks source link

Designing battery indicator #16

Closed archerindigo closed 2 years ago

archerindigo commented 2 years ago

With the new flow decided after #1 , we need to add battery level indicator to let players know when the battery is fully be charged.

Since there might be difficulties to embed any power electronics into the battery, the battery level should be provided by the electric box and the charging station. They can detect existence of the battery and show its battery level. (pseudo level, simply based on how many seconds the battery is placed into the charging station)

Possible indicator designs:

Questions:

archerindigo commented 2 years ago

Update: 1602 LCDs are preferred as it is more appealing and we could source 2 LCDs from the lab yesterday.

archerindigo commented 2 years ago

We're now using 1602/2004 LCD display as battery level indicator.

Implementation continues in #34