I just received the SparkFun IoT RedBoard - ESP32 Development Board and set it up using this guide. https://learn.sparkfun.com/tutorials/io … okup-guide
I added the board using the Additional Boards Mangier . https://raw.githubusercontent.com/espre … index.json
I’ve Installed the CH340 Drivers. In the Arduino IDE I’ve selected Board “ESP32 Dev Module” and Port “COM1”
When I first plugged it in to the USB port the “CHG”,”POW” came on and LED on pin 18 was flashing on and off at 1 second interval as if the “blink” sketch was running. I thought that was unusual for a new board. When I try to upload a blank sketch or any sketch I get the error:
Arduino: 1.8.19 (Windows 7), Board: “ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None, Disabled”
Sketch uses 211093 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 16048 bytes (4%) of dynamic memory, leaving 311632 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.2.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/esp … oting.html
the selected serial port For troubleshooting steps visit: https://docs.espressif.com/projects/esp … oting.html
does not exist or your board is not connected
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
I’ve tried the on two different computers with the same results.
Could it be the board is not new and is defective? Any help would be appreciated.
Thanks, Tony