Blink example printf works but ED not flashing
Posted: Tue Mar 09, 2021 10:57 am
I had VSCode installed on Ubuntu 18.04.
Then instaled ESP-IDF.
Then installed ESP-IDF into VSCode.
Connected a ESP32-WROOM-32D NodeMCU-ESP32 DEVKITV1 via USB.
Blue LED flashes.
Built & flashed blink.c example. This flashed successfully but blue LED is off and red LED is on continuously.
ESP-IDF Monitor displays:
Turning off the LED
Turning on the LED
Turning off the LED
Turning on the LED
Turning off the LED
....
I changed vTaskDelay in blink.c which verified that the program running is the one just built and flashed as the delay between displays of Turning off the LED, Turning on the LED correspond to those set in blink.c.
However the blue LED is off and red LED is on continuously. I have unplugged the USB, pressed BOOT, EN, BOOT+EN during power-up or whilst powered up but this has no effect.
Any ideas as to why the blue LED is off and red LED is on continuously?
Then instaled ESP-IDF.
Then installed ESP-IDF into VSCode.
Connected a ESP32-WROOM-32D NodeMCU-ESP32 DEVKITV1 via USB.
Blue LED flashes.
Built & flashed blink.c example. This flashed successfully but blue LED is off and red LED is on continuously.
ESP-IDF Monitor displays:
Turning off the LED
Turning on the LED
Turning off the LED
Turning on the LED
Turning off the LED
....
I changed vTaskDelay in blink.c which verified that the program running is the one just built and flashed as the delay between displays of Turning off the LED, Turning on the LED correspond to those set in blink.c.
However the blue LED is off and red LED is on continuously. I have unplugged the USB, pressed BOOT, EN, BOOT+EN during power-up or whilst powered up but this has no effect.
Any ideas as to why the blue LED is off and red LED is on continuously?