Hi everyone, I put this together, can you check if everything it's OK?
It's a board to drive 2 4W 3535 RGBW LED ceiling starlight wired in series, a 28BYJ-48 that makes the star twinkle effect, and LED strips around the ceiling.
https://oshwlab.com/farukcorreia/esp32-led-stepper
Review Request For ESP32 Board
-
- Posts: 9749
- Joined: Thu Nov 26, 2015 4:08 am
Re: Review Request For ESP32 Board
What kind of ESP32 board plugs into that? Most common pins don't need 3.3V when you power them using 5V; they have their own onboard LDOs to generate 3.3V. Also, the ESP32 GPIOs are officially *not* 5V-compatible; you may want to connect R1, R6, R7 etc to 3.3V instead of 5V. In this light, you may also want to change the mosfets there to logic-level ones that solidly open when the gate voltage is 3.3V (although I think these may also work OK here.)
Suggest you also look in the datasheet of whatever DC/DC converters you want to use; some require extra capacitors on the input/outputs to work.
Suggest you also look in the datasheet of whatever DC/DC converters you want to use; some require extra capacitors on the input/outputs to work.
-
- Posts: 2
- Joined: Thu Sep 09, 2021 8:35 am
Re: Review Request For ESP32 Board
Hi Thanks, I am planing to use the board with 36 pins, as for the DC-DC converters I am planing to use breakout boards.
Some suggested I remove the pullups.
Some suggested I remove the pullups.
-
- Posts: 9749
- Joined: Thu Nov 26, 2015 4:08 am
Re: Review Request For ESP32 Board
You could. The pullups have the effect of making the LEDs turn on if the ESP32 is still initializing; I assumed that was what you were going for. If not, I'd replace them with pulldowns (and increase the value to say 10K), that way you can't accidentally turn the mosfets 'half-on' and burn them up.
Who is online
Users browsing this forum: amiral and 87 guests