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, 25 Mar 2025 10:41:30 +0000 hourly 1 https://wordpress.org/?v=6.8.2 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

]]>
By: Eduardo Souza https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-870112 Sun, 05 Nov 2023 20:02:35 +0000 https://randomnerdtutorials.com/?p=103687#comment-870112 How do I use it in my car as a dashCAM?
Thanks

]]>
By: Witchdoc59 https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-861059 Sat, 16 Sep 2023 20:41:05 +0000 https://randomnerdtutorials.com/?p=103687#comment-861059 I’m having a problem compiling sketches for ESP’s. I can compile for Arduino’s but not for ESPs. This is the error message I get.

c:\users\myprofile\appdata\local\arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4.0\cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.

Any thoughts, comments or suggestions greatly appreciated.

]]>
By: Jose Maria https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-849662 Mon, 24 Jul 2023 22:41:35 +0000 https://randomnerdtutorials.com/?p=103687#comment-849662 In reply to Sara Santos.

Hi Sara;
The Arduino IDE is working again, there has been a new board update today in the program and it may be that in the previous one there had been an error.
Thank you very much for your interest and for your work and tutorials. Greetings.

]]>
By: Jose Maria https://randomnerdtutorials.com/installing-esp32-arduino-ide-2-0/#comment-849659 Mon, 24 Jul 2023 22:37:16 +0000 https://randomnerdtutorials.com/?p=103687#comment-849659 In reply to jeremy.

Thank you very much for your help Jeremy, today when starting the Arduino IDE there has been a new board update for ESP32 in the program and it has recompiled without problems. There has probably been a failure in the update. Greetings.

]]>