ESP32: Blink the LED (ESP32 + Arduino series)

  Рет қаралды 101,820

Simply Explained

Simply Explained

Күн бұрын

Пікірлер: 22
@captmcloven2137
@captmcloven2137 3 жыл бұрын
WOW....you have just saved my day! Followed the steps and my board is blinking. I now know its connected and takes programs. A++ for this video. Thanks a bunch
@tomaskollar2279
@tomaskollar2279 3 жыл бұрын
Thx, just starting with ESP. Helped a lot! Deserves a like :D
@markedwards3284
@markedwards3284 3 жыл бұрын
Thank you. Just what I needed to figure out pinouts.
@mvvkiran
@mvvkiran 3 жыл бұрын
Thanks man, this helped!
@antoinekeller2786
@antoinekeller2786 2 жыл бұрын
After spending hours to pull my hair, I realized the cable I was using was not able to transfer data and was not visible as /dev/ttyUSB0. Make sure you have a correct cable...
@funckyjunky
@funckyjunky 4 жыл бұрын
no, it didnt work, in my case (esp32 wroom_v1) this is what worked for me: int LED_BUILTIN = 2; void setup() { pinMode (LED_BUILTIN, OUTPUT); } void loop() { digitalWrite(LED_BUILTIN, HIGH); delay(1000); digitalWrite(LED_BUILTIN, LOW); delay(1000); }
@ichbinderroboter
@ichbinderroboter 3 жыл бұрын
For the 38 Pin version you need to use LED_Builtin = 1
@funckyjunky
@funckyjunky 3 жыл бұрын
@@ichbinderroboter yes, thats true 👍
@AlexRib
@AlexRib 3 жыл бұрын
@@ichbinderroboter THANK YOU very much
@lautarocarrano6537
@lautarocarrano6537 2 жыл бұрын
@@ichbinderroboter Thanks!
@Schnarr007
@Schnarr007 4 ай бұрын
Thanks for you help, worked perfectly
@Youngduck93
@Youngduck93 4 жыл бұрын
Thank you for the tutorial video! For 'ESP-WROOM-32', I had to keep the 'boot' button on my board pressed while flashing the program; otherwise the flashing process gave an error "Failed to connect to ESP32".
@talhawaleed8633
@talhawaleed8633 4 жыл бұрын
thanks man, that was helpful
@gerdsfargen6687
@gerdsfargen6687 2 жыл бұрын
That's strange...my 2022 wroom esp32 doesn't require this yet doesn't blink the on-board led despite defining the builtin as 2.
@itsdarkoboy706
@itsdarkoboy706 Жыл бұрын
What do you mean with HIGH to turn off but LOW to turn on? I'm confused and not sure if i should switch to ESP if it is this unintuitive...
@dentonhess5810
@dentonhess5810 Жыл бұрын
I believe you are correct. But I haven't done this myself yet. Sometimes inverted logic is used, but I don't think so here. I think he simply misspoke.
@0my
@0my Жыл бұрын
What programmer do you suggest
@komalshah4854
@komalshah4854 Жыл бұрын
How do I make it stop it just keeps blinking
@adnyx.9610
@adnyx.9610 10 ай бұрын
unplug it or flash another code that doesn't make it blink
@balajiuthran5028
@balajiuthran5028 2 жыл бұрын
Thank you bro
@moatez1187
@moatez1187 3 жыл бұрын
bro u sayed turn off and you used high -_-
Using Arduino's Serial Monitor & Plotter (ESP32 + Arduino series)
6:18
Simply Explained
Рет қаралды 29 М.
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Рет қаралды 524 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
The 20 Best ESP32 Projects of 2024!
14:44
ToP Projects Compilation
Рет қаралды 122 М.
I Accidentally Bought the New Arduino UNO R4 (And It's INSANE)
5:15
Getting Started with ESP32 - Step-By-Step Tutorial
19:50
Tomasz Tarnowski
Рет қаралды 405 М.
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 741 М.
12 Mind-Blowing ESP32 Projects to try in 2024!
8:50
ToP Projects Compilation
Рет қаралды 239 М.
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН