willemcvu / gCAN-gauge

An open-source ESP32-based programmable digital gauge targeted at EV conversions
MIT License
3 stars 2 forks source link

PSU feedback pin unconnected #1

Open kamocat opened 2 years ago

kamocat commented 2 years ago

The buck regulator needs the feedback pin (pin 3) connected to 3.3Vout to regulate the voltage properly. If left floating, it may supply a whole 12V to the ESP32.

willemcvu commented 2 years ago

Indeed! I bodged this on the first boards I got made.

Unfortunately I kind of ran out of time and interest on this project before I even debugged why my dev board setup could drive the LCD fine but this PCB couldn't. Got backlight but no picture with the same firmware and pinout.

On Mon, Apr 11, 2022, 12:47 AM Marshal Horn @.***> wrote:

The buck regulator needs the feedback pin (pin 3) connected to 3.3Vout to regulate the voltage properly. If left floating, it may supply a whole 12V to the ESP32.

— Reply to this email directly, view it on GitHub https://github.com/willemcvu/gCAN-gauge/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVARPFZGWDTZFQXGB54I3TVEOVHVANCNFSM5TB6KS5Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kamocat commented 2 years ago

Oh. It might have been clock skew or parasitic capacitance. All sorts of things happen on high-speed busses.