maxbbraun / accent

Accent Smart Picture Frame
https://accent.ink
MIT License
199 stars 16 forks source link

Connecting a LiPo battery to Waveshare e-Paper ESP32 board #21

Closed knyar closed 3 years ago

knyar commented 3 years ago

Hi @maxbbraun, thanks a lot for sharing the details about this project. I have a hardware-related question, I hope it's OK to ask it here.

In your medium post you mentined that you connected the board to a 3.7v LiPo battery. I noticed that the board only has 5v and 3.3v pins, while LiPo batteries produce 4.2v while fully charged.

Did you use a voltage regulator while connecting the battery to the 3.3v pin, or does the board work fine with the battery connected directly to the 3.3v (or 5v)? Thanks!

maxbbraun commented 3 years ago

I directly connected it to the 3.3V pin. Not the cleanest solution, but it worked.

knyar commented 3 years ago

Thanks! I will try connecting directly as well.