Comments on: Installing the ESP32 Board in Arduino IDE (Windows, Mac OS X, Linux) https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 05 Aug 2024 14:27:18 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: AppleT https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-945493 Mon, 05 Aug 2024 14:27:18 +0000 http://randomnerdtutorials.com/?p=30772#comment-945493 Please help me. How can fix this:
”this error originates from pyserial. it is likely not a problem with esptool, but with the hardware connection or drivers.”
I use esp32cam with esp32cam-mb

]]>
By: Bill https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-938018 Tue, 16 Jul 2024 00:04:54 +0000 http://randomnerdtutorials.com/?p=30772#comment-938018 Following up on my previous post, I found my issue. I was looking at “Library Manager” and not “Boards Manager”. Under Boards Manager, I did indeed find the esp32 board, and I’m currently installing it.
Thanks for the tutorial!

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-907607 Fri, 19 Apr 2024 18:17:26 +0000 http://randomnerdtutorials.com/?p=30772#comment-907607 In reply to Samavia Fayyaz.

Hi.
The wifi library for the ESP32 is simply WiFi.h
Regards,
Sara

]]>
By: Samavia Fayyaz https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-907225 Thu, 18 Apr 2024 15:29:40 +0000 http://randomnerdtutorials.com/?p=30772#comment-907225 HEY RUI.
iam working on my final year project which i have to get the readings of temperature and humidity check on thingspeak by arduino ide and running code into it . iam using GSM module with built in ESP32 module in it . i have run the code and install all the libraries of ESP32 and follow your this tutorial exactly the same but the same error is showing that ..
“Compilation error: ESP32WiFi.h: No such file or directory”.
i have search everywhere on internet but found no solution. can you please help me what to do .

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-871072 Thu, 09 Nov 2023 16:26:54 +0000 http://randomnerdtutorials.com/?p=30772#comment-871072 In reply to Rick Cavallaro.

Thanks 😀

]]>
By: Rick Cavallaro https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-870687 Tue, 07 Nov 2023 08:31:19 +0000 http://randomnerdtutorials.com/?p=30772#comment-870687 In reply to Sara Santos.

For what it’s worth, I use the boot button on some of my ESP32’s, but I use the added capacitor on boards that are built into things where the boot button might be hard to access.

When I use the boot button, I wait for the dots, and then hold the button until I see that its loading the sketch. Not sure if I have to hold it that long, but that’s what I do, and it works for me.

The alternative is a 10uF capacitor between the GND pin and the EN pin. With that, you can skip the boot button. But I realize I don’t have to tell you this Sara. Just bringing it up for the wider audience.

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-870678 Tue, 07 Nov 2023 07:44:42 +0000 http://randomnerdtutorials.com/?p=30772#comment-870678 In reply to Eduardo Souza.

Press the BOOT button when you start seeing the dots in the debugging window.
Regards,
Sara

]]>
By: Eduardo Souza https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-870108 Sun, 05 Nov 2023 19:38:32 +0000 http://randomnerdtutorials.com/?p=30772#comment-870108 Hi,
This is what I get:

Sketch uses 1510925 bytes (48%) of program storage space. Maximum is 3145728 bytes.
Global variables use 70396 bytes (21%) of dynamic memory, leaving 257284 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port COM1
Connecting………………………………..

A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Failed uploading: uploading error: exit status 2

]]>
By: RICK CAVALLARO https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-855211 Wed, 16 Aug 2023 03:00:11 +0000 http://randomnerdtutorials.com/?p=30772#comment-855211 Shoot – that should say Windows 7

]]>
By: RICK CAVALLARO https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/#comment-855210 Wed, 16 Aug 2023 02:59:31 +0000 http://randomnerdtutorials.com/?p=30772#comment-855210 In reply to Randy Constan.

I don’t know if this helps, but I’ve compiled and loaded ESP32 sketches from my 64 bit Windows & laptop for a long time. I’ve used the 1.8x arduino IDE and later. For what it’s worth, mine is an ancient (like 10 years old) Lenovo T430. You can get them on Ebay these days for next to nothing.

]]>