Comments on: Installing ESP32 Board in Arduino IDE 2 (Windows, Mac OS X, Linux) https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 17 Mar 2026 16:32:02 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-1169699 Tue, 17 Mar 2026 16:32:02 +0000 https://randomnerdtutorials.com/?p=103687#comment-1169699 In reply to ms otis.

Hi.
The onboard LED of the ESP32 C3 Super Mini is connected to GPIO 8 and not GPIO 2 (like most boards).
You can check our specific tutorial for the ESP32 C3 Super Mini here: https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/

Regards,
Sara

]]>
By: ms otis https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-1169694 Tue, 17 Mar 2026 16:23:53 +0000 https://randomnerdtutorials.com/?p=103687#comment-1169694 hello fledgling to esp following your tutorial Stumbled

Arduino 2 down loaded . copied your led 2 flash code to sketch downloaded to esp32 – C3 ” super mini ”
no error report . LED on board doesnt flash ? oooh still excited any ideas?
ms O

]]>
By: JB https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-1107732 Thu, 09 Oct 2025 08:12:45 +0000 https://randomnerdtutorials.com/?p=103687#comment-1107732 In reply to JB.

jeffgeerling.com/blog/2025/qualcomms-buying-arduino-%E2%80%93-what-it-means-makers

]]>
By: JB https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-1107729 Thu, 09 Oct 2025 07:59:44 +0000 https://randomnerdtutorials.com/?p=103687#comment-1107729 What will happen to Arduino now that Qualcomm has bought Arduino?

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-1019684 Tue, 25 Mar 2025 10:41:30 +0000 https://randomnerdtutorials.com/?p=103687#comment-1019684 In reply to rubert.

Hi.
Unfortunately, the hall sensor is no longer supported on the newest version of the ESP32 core for Arduino IDE (version 3).
See here: https://randomnerdtutorials.com/esp32-migrating-version-2-to-3-arduino/#hall-sensor

Regards,
Sara

]]>
By: rubert https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-1019488 Mon, 24 Mar 2025 20:09:44 +0000 https://randomnerdtutorials.com/?p=103687#comment-1019488 I have done all of this things, but my IDE is not able to recognize some functions of esp32, like hallRead(), resultadcEnd(pin) etc. When I try to compile the code I get a message that says : “Compilation error: ‘hallRead’ was not declared in this scope” and “Compilation error: ‘adcBusy’ was not declared in this scope” for example. What should I try to do to solve this issue?

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-985965 Sun, 24 Nov 2024 10:39:10 +0000 https://randomnerdtutorials.com/?p=103687#comment-985965 In reply to David.

Hi.
Thanks for the detailed explanation.
Regards,
Sara

]]>
By: David https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-985901 Sun, 24 Nov 2024 06:57:24 +0000 https://randomnerdtutorials.com/?p=103687#comment-985901 Greetings,

My name is David. Your Arduino IDE v2 installation tutorial and your troubleshooting pages do nothing to address the Arduino V2 IDE installation in Linux. For example go to this page:

docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing/

Scroll down to the section about installing the Arduino V2 IDE in Linux; at the bottom of that section there are Linux specific instructions for getting the serial port to be recognized by the IDE in Linux. The instructions are not difficult provided you already have some experience with Linux. For example, after following the Linux IDE install instructions, here are the changes I made to Linux Mint Cinnamon v21.3 64-bit to get the serial port to respond in the Arduino IDE running on a Lenovo ThinkPad T-430 Core i5 laptop. These changes resulted from following the Linux Arduino IDE v2 installation instructions verbatim:

root@drone-ThinkPad-T430:/etc/udev/rules.d# pwd
/etc/udev/rules.d
root@drone-ThinkPad-T430:/etc/udev/rules.d# ls -al
total 12
drwxr-xr-x 2 root root 4096 Nov 23 01:11 .
drwxr-xr-x 4 root root 4096 Jun 22 01:13 ..
-rw-r–r– 1 root root 0 Jan 9 2024 70-persistent-cd.rules
-rw-r–r– 1 root root 74 Nov 23 01:11 99-arduino.rules
root@drone-ThinkPad-T430:/etc/udev/rules.d# cat 99-arduino.rules
SUBSYSTEMS==”usb”, ATTRS{idVendor}==”2341″, GROUP=”plugdev”, MODE=”0666″

Now after a reboot and IDE restart Here is what the serial port looks like:

drone@drone-ThinkPad-T430:~$ pwd
/home/drone
drone@drone-ThinkPad-T430:~$ dmesg | grep tty
[ 0.090447] printk: console [tty0] enabled
[ 1394.731591] usb 3-2: cp210x converter now attached to ttyUSB0

OK, the cp210x is the Silicon Laboratories CP2102 USB to Serial bridge chip on my ESP32 dev module.

This works for the ESP32, but I have never seen anything like it for the ESP8266.

]]>
By: sz https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-895064 Tue, 27 Feb 2024 11:51:38 +0000 https://randomnerdtutorials.com/?p=103687#comment-895064 In reply to dianne.

is the baoud rate the same?
sketch = serial monitor

]]>
By: dianne https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-874721 Tue, 28 Nov 2023 15:12:39 +0000 https://randomnerdtutorials.com/?p=103687#comment-874721 hello i am having a problem in my esp32. in my serial monitor it just show different symbols what should i do with this problem.. thankyouu

]]>