Comments on: ESP32 Troubleshooting Guide https://randomnerdtutorials.com/esp32-troubleshooting-guide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 01 Jul 2025 09:23:46 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1063052 Tue, 01 Jul 2025 09:23:46 +0000 http://randomnerdtutorials.com/?p=67776#comment-1063052 In reply to Amos Smith.

Great.
Thanks for your feedback.
Regards,
Sara

]]>
By: Amos Smith https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1062931 Tue, 01 Jul 2025 04:18:46 +0000 http://randomnerdtutorials.com/?p=67776#comment-1062931 Hi Everyone,

This debug tool is useful in finding my coding error/s or helping figure out what the problem is:
github.com/me-no-dev/EspExceptionDecoder?tab=readme-ov-file

Also, I found this useful online resource for visualising your HTML and CSS code OR someone else’s:
.w3schools.com/html/tryit.asp?filename=tryhtml_intro
And this for learning HTML and CSS coding:
w3schools.com

I purchased your books to say THANK YOU and help keep you going 🙂
Kind Regards
Amos

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1024764 Tue, 08 Apr 2025 09:36:46 +0000 http://randomnerdtutorials.com/?p=67776#comment-1024764 In reply to Jefferson.

Hi.
Are you selecting an ESP32 board in Tools > Board?
Regards,
Sara

]]>
By: Jefferson https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1024487 Mon, 07 Apr 2025 20:09:37 +0000 http://randomnerdtutorials.com/?p=67776#comment-1024487 Board: ESP32 – 2432s028

Error Message:

C:\Program Files (x86)\Arduino\libraries\WiFi
exit status 1
MiningJob.h: No such file or directory

Help me please!!!

]]>
By: B https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1015663 Tue, 11 Mar 2025 20:15:42 +0000 http://randomnerdtutorials.com/?p=67776#comment-1015663 Thanks for the reply back and for all the great projects. I ended up deleting some libraries and reloading them and now the sketch compiles but when I try to load it on the board I get a new error

1\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1/esptool.exe –chip esp32 –port COM6 –baud 460800 –before default_reset –after hard_reset write_flash -z –flash_mode dio –flash_freq 80m –flash_size 4MB 0x1000 C:\Users\Computer 1\AppData\Local\Temp\arduino_build_417147/1.Esp32cam_continuos_image_capture.ino.bootloader.bin 0x8000 C:\Users\Computer 1\AppData\Local\Temp\arduino_build_417147/1.Esp32cam_continuos_image_capture.ino.partitions.bin 0xe000 C:\Users\Computer 1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14/tools/partitions/boot_app0.bin 0x10000 C:\Users\Computer 1\AppData\Local\Temp\arduino_build_417147/1.Esp32cam_continuos_image_capture.ino.bin
esptool.py v4.5.1
Serial port COM6
A fatal error occurred: Could not open COM6, the port doesn’t exist
Error while setting serial port parameters: 9,600 N 8 1

I have th Ai Thinker Esp32 cam selected in the boards menu.
I think it is a driver problem or I need to update the ide.

There is a program already on the esp32 and I see it running in the serial monitor when I connect it an select the port so maybe it is not the driver I am just not sure really.

Thanks again I am going to keep working on it and maybe I will get lucky.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1015214 Mon, 10 Mar 2025 05:52:55 +0000 http://randomnerdtutorials.com/?p=67776#comment-1015214 In reply to B.

Hi.
What is exactly the error?
Regards,
Sara

]]>
By: B https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-1013086 Tue, 04 Mar 2025 00:21:42 +0000 http://randomnerdtutorials.com/?p=67776#comment-1013086 I try to upload old sketch to add a new ssid and password and the sketch will not work.
I get a mesage error compiling board for ai thinker esp32 cam. I know something changed with esp because alot of my sketche swont work. Is there a fix? Thanks

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-969496 Wed, 09 Oct 2024 09:19:20 +0000 http://randomnerdtutorials.com/?p=67776#comment-969496 In reply to Farouk.

Hi.
That is a normal response of the ESP32 after a reset.
If you don’t get any other messages, the code should have been uploaded just fine.
Regards,
Sara

]]>
By: Farouk https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-969352 Wed, 09 Oct 2024 05:42:58 +0000 http://randomnerdtutorials.com/?p=67776#comment-969352 Hi Sara
Can you please help
I have a problem with my ESP32 Board
I made a PC Board to mount it on
I am using a LoRa module with it
On bread board it works and transmits the signal
When I mount it on my PC board it shows the following problem

rst: 0x10 (RTCWDT_RTC_RESET), boot:0x33 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57

You have addressed this problem with a previous query I followed that solution
It still does not work
Is there something else that could cause this
I have checked my PC board over and over for any errors

Kind Regards
Farouk Hoosen

]]>
By: Mohit Chauhan https://randomnerdtutorials.com/esp32-troubleshooting-guide/#comment-937965 Mon, 15 Jul 2024 19:01:38 +0000 http://randomnerdtutorials.com/?p=67776#comment-937965 In reply to Sara Santos.

Hey actually I’m getting this error message whenever I upload the code then press the boot button while connecting message appears: Download mode successfully detected, but getting no sync reply: The serial TX path seems to be down.

]]>