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
@tomaskollar22793 жыл бұрын
Thx, just starting with ESP. Helped a lot! Deserves a like :D
@markedwards32843 жыл бұрын
Thank you. Just what I needed to figure out pinouts.
@mvvkiran3 жыл бұрын
Thanks man, this helped!
@antoinekeller27862 жыл бұрын
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...
@funckyjunky4 жыл бұрын
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); }
@ichbinderroboter3 жыл бұрын
For the 38 Pin version you need to use LED_Builtin = 1
@funckyjunky3 жыл бұрын
@@ichbinderroboter yes, thats true 👍
@AlexRib3 жыл бұрын
@@ichbinderroboter THANK YOU very much
@lautarocarrano65372 жыл бұрын
@@ichbinderroboter Thanks!
@Schnarr0074 ай бұрын
Thanks for you help, worked perfectly
@Youngduck934 жыл бұрын
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".
@talhawaleed86334 жыл бұрын
thanks man, that was helpful
@gerdsfargen66872 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
What programmer do you suggest
@komalshah4854 Жыл бұрын
How do I make it stop it just keeps blinking
@adnyx.961010 ай бұрын
unplug it or flash another code that doesn't make it blink