Comments on: Getting Started with the ESP32 Development Board https://randomnerdtutorials.com/getting-started-with-esp32/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 05 Aug 2024 10:13:27 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: DGDodo https://randomnerdtutorials.com/getting-started-with-esp32/#comment-942194 Fri, 26 Jul 2024 23:30:42 +0000 http://randomnerdtutorials.com/?p=31109#comment-942194 In reply to Bill.

Bill,
I am running Debian 12 and last week installed Arduino IDE 1.8.19.
Followed the same instructions as above with no issues, it only took more time then then mentions ‘ few seconds’. A lot of dependent packages were installed, took over several minutes.
Make sure the Arduino IDE has internet access (proxy?)
After step 2 in ‘Installing the ESP32 in Arduino IDE’, close the program and restart it, to see if it is set correctly in Preferences.
Then step 3. Open the Boards Manager. Go to Tools > Board >Boards Manager…
I installed ‘ESPEssentials’ instead of the mentioned ESP32, as I wanted to test a WROOM version of ESP, and this worked fine.
Weird issue I face is: only the first compile works, a second, third etc run will always fail (although I run the IDE inside it’s own python virtual environment).

]]>
By: Bill https://randomnerdtutorials.com/getting-started-with-esp32/#comment-938015 Mon, 15 Jul 2024 23:49:23 +0000 http://randomnerdtutorials.com/?p=31109#comment-938015 Followed the instructions above to add the esp32 board to Arduino IDE (1.8.19), but no entry exists in the Library Manager. MANY esp32-related entries, but not the one you show in the tutorial.

]]>
By: Celyle https://randomnerdtutorials.com/getting-started-with-esp32/#comment-935900 Wed, 10 Jul 2024 02:00:47 +0000 http://randomnerdtutorials.com/?p=31109#comment-935900 Thanks for this tutorial, it’s clear, simple and correct.
I’m on Debian 12 “bookworm” where the whole install command is:

sudo apt update && sudo apt install -y python3-serial arduino

My generic ESP-VROOM-32 board worked out of the box.

]]>
By: siyam https://randomnerdtutorials.com/getting-started-with-esp32/#comment-914108 Fri, 10 May 2024 13:52:23 +0000 http://randomnerdtutorials.com/?p=31109#comment-914108 A serial exception error occurred: Write timeout
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Failed uploading: uploading error: exit status 1

]]>
By: Pentti https://randomnerdtutorials.com/getting-started-with-esp32/#comment-913142 Mon, 06 May 2024 11:40:37 +0000 http://randomnerdtutorials.com/?p=31109#comment-913142 In reply to Sara Santos.

Hello Sara!

My problem is a bit more complicated but I found a solution:
https://www.studiopieters.nl/esp32-s2/

The other problem is that there is some strange behaviour using Arduino IDE. When I compile a Sketch for ESP32 using OneWire library compiler terminates with error message:

c:\Users\penat\Documents\Arduino\libraries\OneWire\util/OneWire_direct_gpio.h:134:17: error: ‘GPIO’ was not declared in this scope

but same Sketch compiles ok if board is ESP8266. The Sketch I am using is OneWire example Sketch. Any idea about reason?

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-with-esp32/#comment-913133 Mon, 06 May 2024 11:13:58 +0000 http://randomnerdtutorials.com/?p=31109#comment-913133 In reply to Pentti Tarnanen.

Hi.
I’m not sure. Try to press the RST button on your board when you’re uploading new code.
Regards,
Sara

]]>
By: Pentti Tarnanen https://randomnerdtutorials.com/getting-started-with-esp32/#comment-911621 Wed, 01 May 2024 14:15:46 +0000 http://randomnerdtutorials.com/?p=31109#comment-911621 Hi Sara!
I am trying to program ESP32-S2 board using Arduino IDE. Scetch loads but finally there is some problem in order to run it:

WARNING: ESP32-S2FNR2 (revision v1.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this note, set –after option to ‘no_reset’.

Any idea how to solve this?

]]>
By: MR Alan Knight https://randomnerdtutorials.com/getting-started-with-esp32/#comment-898747 Sat, 16 Mar 2024 14:38:39 +0000 http://randomnerdtutorials.com/?p=31109#comment-898747 In reply to Sara Santos.

Have finally found a answer on the internet: Hold the ‘boot’ button down while uploading sketch.

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-with-esp32/#comment-897069 Fri, 08 Mar 2024 10:36:34 +0000 http://randomnerdtutorials.com/?p=31109#comment-897069 In reply to MR Alan Knight.

Hi.
Take a quick look at our troubleshooting guide: https://randomnerdtutorials.com/esp32-troubleshooting-guide/
Regards,
Sara

]]>
By: MR Alan Knight https://randomnerdtutorials.com/getting-started-with-esp32/#comment-896873 Thu, 07 Mar 2024 10:45:56 +0000 http://randomnerdtutorials.com/?p=31109#comment-896873 When trying to upload my code to a ESP32 DEVKIT V1 – DOIT board, I get the error msg: Wrong boot mode detected (0X13), visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html.

Please help.

Thanks

]]>