sqfmi / beepy-hardware

Beepy Hardware
MIT License
232 stars 37 forks source link

Misc hardware notes #15

Open jamesmunns opened 1 year ago

jamesmunns commented 1 year ago

Here's a list of things that I've found while doing (a little bit weird) bringup for supporting my mnemos project.

jamesmunns commented 1 year ago

The first item is somewhat important to address:

When designing with a memory LCD panel, a decision must be made as to how VCOM will be generated. VCOM is an alternating signal that prevents a DC bias from being built up within the panel. If this DC bias is allowed to accumulate, it will eventually reach the point where the state of the liquid crystals in the panel cells cannot be changed by the panel electronics and the cells will no longer change state.

They aren't super clear if this is a "physically damages the panel" or "needs a power reset to clear the stuck pixels"

markatlnk commented 1 year ago

The Raspberry Pi Raspian OS supports a real time clock. The DS1307 is cheap, I would put in a separate 3.3V regulator for it directly off the battery. Power consumption would be really low. Even if you decide not to populate it, it should work fine off the I2C buss. It would need a 32,768 crystal and a couple of caps. Next spin of the board could put the pads on there at no extra cost and let people populate it if they wanted to.