Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5v and 3.3v matching for data pin? #2

Closed
sashabeep opened this issue Jul 25, 2016 · 2 comments
Closed

5v and 3.3v matching for data pin? #2

sashabeep opened this issue Jul 25, 2016 · 2 comments

Comments

@sashabeep
Copy link

Hello, can you provide some information about connecting ESP with 5v(or even 12v) stripes? Is 3.3v is enough for data and i can just use dc-dc stepdown converter for ESP VIN pin?

@rstephan
Copy link
Owner

If you are using a "bare" ESP-01 to ESP-11 module, you have to supply 3.3V to power the controller. In the case of you are using an more "advanced" board with an onboard regulator, even 12V should be fine, for example the NodeMCU board has one. But check the specifications for the regulator In doubt use an external dc/dc converter to generate 3.3V (500mA to 800mA at least).
To connect simple RGB(W) stripes 5V, 12V or what ever, you have to build a driver for each color. The capabilities for the driver depend on the number of LEDs.
Smart Pixel/WS2812/NeoPixel for example are 5V-only LEDs, the data signal should be 5V too, but in most cases 3.3V will also work fine, To protect your ESP from magic smoke, put a series resistor (100 Ohm or so) in line with esp-data-out to led-data-in.

@sashabeep
Copy link
Author

Thanks for advice!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants