You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- If you still want to use this string of LED @emma.makes I can extend the answer to describe a possible approach. But it would involve soldering and adding resistors and using a voltage / current meter. It would be simpler to buy loose LEDs and resistors. But that wouldn't be as fun.st2000– st20002021-06-27 13:54:48 +00:00Commented Jun 27, 2021 at 13:54
- so you say the LED string in Question will no light with 3 AA batteries? but that is a working product not a DIYJuraj– Juraj ♦2021-06-27 14:41:22 +00:00Commented Jun 27, 2021 at 14:41
- @st2000 Thank you for your elaborate answer! I have no problems with soldering and adding resistors! I could also measure the current drawn by the LEDs when powered by the three AA batteries. One alternative I see, is to use the 3.3V power pin from the ESP32 and control power with a transistor via GPIO.emma.makes– emma.makes2021-06-27 14:50:15 +00:00Commented Jun 27, 2021 at 14:50
- @Juraj, I have no doubt that the LED string in the question lights up using 3 x 1.5 Volt batteries. But I don't know how the string of LEDs are connected. Guessing, I might assume they are connected in what BigClive called a Z arrangement. Possibly 50 parallel groups of 2 in series LEDs. That might give us about 4 Volts at about 150mA (given that (again, this is a guess) each LED is rated 2 Volts at 3 mA). Such a load is reasonable for 3 in series AA 1.5 Volt batteries.st2000– st20002021-06-27 15:17:15 +00:00Commented Jun 27, 2021 at 15:17
- @emma.makes, that's a great idea to control the string of 100 LED using a transistor. But the ESP32 usually runs on 3.3 Volts. Before going down this road consider testing if the string of 100 LEDs will light up using a 3.3 Volt power supply. And while you are doing that consider testing the current to find the necessary capacity of the transistor you will be using to control the string of 100 LEDs. (Can you switch voltages higher then 3.3 Volts such as the 3 x AA 1.5 volt batteries? Yes. You just need to take care how you design the circuit.)st2000– st20002021-06-27 15:24:48 +00:00Commented Jun 27, 2021 at 15:24
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arduino-uno), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you