Xinyuan-LilyGO / LilyGo-EPD47

GNU General Public License v3.0
379 stars 119 forks source link

3V3 and VDD3V3 nets connected? #66

Closed benkokes closed 2 years ago

benkokes commented 2 years ago

Hello,

I am trying to see where the 3V3 and VDD3V3 nets are connected. Nothing on the schematic suggest a connection between them.

The 3V3 net measures 0.7V when the 18650 battery is used. When connected to USB, the 3V3 net shows 3.3 VDC.

Can you please comment on the nets? I

lbuque commented 2 years ago

3V3 is controlled by two networks, VBUS and PWR_EN.

This is for low power consumption.

When you use 18650 battery, you need to call epd_poweron(), the 3V3 network will be around 3.3V.

Please see the circuit in this section below:

image

pjmi1 commented 2 years ago

Hello liangyingy Please would you make available to us your schematic of the whole TTGO T5 4.7 (Lilygo-EPD47) circuitry - the diagram above shows that what you have is much more readable compared to LilyGo-EPD47.pdf shown elsewhere? Thanks

lbuque commented 2 years ago

Hello liangyingy Please would you make available to us your schematic of the whole TTGO T5 4.7 (Lilygo-EPD47) circuitry - the diagram above shows that what you have is much more readable compared to LilyGo-EPD47.pdf shown elsewhere? Thanks

@pjmi1

The screenshot above is part of LilyGo-EPD47.pdf.

LilyGo-EPD47.pdf is the complete circuit diagram.

Thanks