ESP32 DEVKIT arduino IDE no upload

gbaars
Posts: 1
Joined: Sun Sep 06, 2020 9:18 pm

ESP32 DEVKIT arduino IDE no upload

Postby gbaars » Sun Sep 06, 2020 9:22 pm

Just installed ESP32 on Arduino IDE.
AFter compiling I get an upload error.
In 'programmers' the message is:
'No programmer available for this board'
What can I do?

amarotica
Posts: 11
Joined: Wed Jul 22, 2020 4:56 pm

Re: ESP32 DEVKIT arduino IDE no upload

Postby amarotica » Sat Sep 12, 2020 8:11 pm

I would first double check that you actually have a programmer selected. It has always worked for me on "AVR ISP" although I'm unsure if it actually uses that over something else built in to the ESP32 board manager. Also make sure you put the ESP32 in programming mode when the Arduino IDE attempts to upload: Hold down "boot" button, and momentarily press the reset button to enter programming mode.

Good luck!

mrburnette
Posts: 22
Joined: Mon Feb 12, 2018 6:50 pm

Re: ESP32 DEVKIT arduino IDE no upload

Postby mrburnette » Sun Sep 20, 2020 10:10 pm

gbaars wrote:
Sun Sep 06, 2020 9:22 pm
Just installed ESP32 on Arduino IDE.
AFter compiling I get an upload error.
In 'programmers' the message is:
'No programmer available for this board'
What can I do?
Not the way the ArduinoIDE works. For Dev_Board, the upload is over USB serial, so you must "set the port" under Tools.
Go watch a YouTube video.
Upload will look something like this:

Code: Select all

Sketch uses 234897 bytes (17%) of program storage space. Maximum is 1310720 bytes.
Global variables use 15732 bytes (4%) of dynamic memory, leaving 311948 bytes for local variables. Maximum is 327680 bytes.
python /home/ray/.arduino15/packages/esp32/tools/esptool_py/2.6.1/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 /home/ray/.arduino15/packages/esp32/hardware/esp32/1.0.4/tools/partitions/boot_app0.bin 0x1000 /home/ray/.arduino15/packages/esp32/hardware/esp32/1.0.4/tools/sdk/bin/bootloader_qio_80m.bin 0x10000 /tmp/arduino_build_662290/ESP32_HSPI_VSPI_ILI9341_OK.ino.bin 0x8000 /tmp/arduino_build_662290/ESP32_HSPI_VSPI_ILI9341_OK.ino.partitions.bin 
esptool.py v2.6
Serial port /dev/ttyUSB0
Connecting.....
Chip is ESP32D0WDQ6 (revision 0)
Features: WiFi, BT, Dual Core, Coding Scheme None
MAC: xx:xx:xx:xx:xx:xx
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 8192 bytes to 47...
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 36287.5 kbit/s)...
Hash of data verified.
Compressed 17392 bytes to 11186...
Wrote 17392 bytes (11186 compressed) at 0x00001000 in 0.2 seconds (effective 826.6 kbit/s)...
Hash of data verified.
Compressed 235008 bytes to 121456...
Wrote 235008 bytes (121456 compressed) at 0x00010000 in 2.2 seconds (effective 864.0 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 128...
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (effective 7571.0 kbit/s)...
Hash of data verified.

Who is online

Users browsing this forum: No registered users and 128 guests