Comments on: Installing the ESP32 Board in Arduino IDE (Mac OS X and Linux instructions) https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 05 May 2024 16:44:42 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Zephod Beeblebrox https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-912757 Sun, 05 May 2024 16:44:42 +0000 http://randomnerdtutorials.com/?p=30889#comment-912757 I just tried this and had this error…

Sketch uses 714505 bytes (54%) of program storage space. Maximum is 1310720 bytes.
Global variables use 43344 bytes (13%) of dynamic memory, leaving 284336 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port /dev/ttyUSB0
Connecting….
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 08:d1:f9:e9:d0:7c
Uploading stub…
Running stub…
Stub running…
Changing baud rate to 921600
Changed.

A fatal error occurred: Unable to verify flash chip connection (Serial data stream stopped: Possible serial noise or corruption.).
A fatal error occurred: Unable to verify flash chip connection (Serial data stream stopped: Possible serial noise or corruption

.I’m using the USB Cam M8 as the programmer and I’m running the Arduino IDE on Linux Mint.

]]>
By: Israa HAMLILI https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-885803 Tue, 23 Jan 2024 21:30:53 +0000 http://randomnerdtutorials.com/?p=30889#comment-885803 Hello Everyone ! Currentlty I am currently facing an issue with Arduino Version 1.8.19 on my Mac Pro M2. When I click on “Get Board Info” under Tools, it gives me an error “Native serial port, can’t obtain info.” In the port section, it shows the port of my Mac, and I can select it. The selected board is ESP32 DEV MODULE, and everything seems fine and intact except when I try to use “Get Board Info.” Consequently, I am unable to launch the program.

I suspect the issue might be due to the Mac being new and the Arduino version being outdated, and they may not be compatible. I have searched for compatible drivers, but I keep encountering the same problem.
Any Suggestions /Solutions Thank you

]]>
By: Ed H https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-884455 Tue, 16 Jan 2024 21:56:48 +0000 http://randomnerdtutorials.com/?p=30889#comment-884455 worked perfectly… thanks for a great tutorial to get me started

]]>
By: Phillip https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-846198 Sun, 09 Jul 2023 15:41:07 +0000 http://randomnerdtutorials.com/?p=30889#comment-846198 Hello,
I can’t get this to work at all, I’ve tried 3 different Windows 7 computers and receive the same result and it is using the correct port:

File “PyInstaller\loader\pyimod02_importers.py”, line 352, in exec_module

File “esptool\bin_image.py”, line 14, in

File “PyInstaller\loader\pyimod02_importers.py”, line 352, in exec_module

File “esptool\loader.py”, line 30, in

File “PyInstaller\loader\pyimod02_importers.py”, line 352, in exec_module

File “serial__init__.py”, line 29, in

File “PyInstaller\loader\pyimod02_importers.py”, line 352, in exec_module

File “serial\serialwin32.py”, line 15, in

File “PyInstaller\loader\pyimod02_importers.py”, line 352, in exec_module

File “ctypes__init__.py”, line 7, in

ImportError: DLL load failed while importing _ctypes: The parameter is incorrect.

[4648] Failed to execute script ‘esptool’ due to unhandled exception!

exit status 1
Error compiling for board AI Thinker ESP32-CAM.

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-830403 Sun, 16 Apr 2023 20:22:47 +0000 http://randomnerdtutorials.com/?p=30889#comment-830403 In reply to Emma Frost.

Hi.
I’m sorry.
Thanks for letting me know. I just updated the tutorial.
Thanks.
Regards,
Sara

]]>
By: Emma Frost https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-829984 Fri, 14 Apr 2023 05:07:13 +0000 http://randomnerdtutorials.com/?p=30889#comment-829984 Hello! I ran into some problems because the board manager URL is out dated. I used https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json instead to install the most recent version and this fixed the problem! Hope this can help someone:)

]]>
By: Ronil https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-567430 Sat, 06 Mar 2021 18:25:11 +0000 http://randomnerdtutorials.com/?p=30889#comment-567430 In reply to James.

I’m new to this subject, can you tell me if this json file contains the driver to communicate esp32 with the arduino ide and if it works on windows 10?

]]>
By: Sara Santos https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-461728 Sat, 30 May 2020 14:23:46 +0000 http://randomnerdtutorials.com/?p=30889#comment-461728 In reply to Chris.

Hi.
Most ESP32 development boards have a USB socket. Connect an USB cable from the ESP32 to your computer.
The USB cable must have data wires (not just power wires) so that you can establish a serial communication and upload code.
Regards,
sara

]]>
By: Chris https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-461715 Sat, 30 May 2020 13:50:22 +0000 http://randomnerdtutorials.com/?p=30889#comment-461715 Brand new to this experience, so a very noob question that these articles don’t address (though I maybe just missed it). How do I physically connect the esp32 to my computer?

]]>
By: Simon Goble https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/#comment-459628 Sat, 23 May 2020 18:18:59 +0000 http://randomnerdtutorials.com/?p=30889#comment-459628 In reply to Alexandre Viriato.

Many thanks Alexandre, I was getting the same error. All it required was a ‘pip install pyserial’ on the command line (it needs the Python2 pip not pip3).

]]>