Search found 2 matches
- Mon May 27, 2024 11:26 am
- Forum: ESP32 Arduino
- Topic: How to program ESP32 based robot arm with arduino IDE?
- Replies: 1
- Views: 918
How to program ESP32 based robot arm with arduino IDE?
// WIFI_AP settings. const char* AP_SSID = "ESP32_DEV"; const char* AP_PWD = "12345678"; // WIFI_STA settings. const char* STA_SSID = "JSBZY-2.4G"; const char* STA_PWD = "waveshare0755"; // the MAC address of the device you want to ctrl. uint8_t broadcastAddress[] = { 0x94, 0xB5, 0x55, 0x13, 0x45, 0...
- Fri Apr 19, 2024 10:17 am
- Forum: General Discussion
- Topic: ESP flash download tool. Flashing firmware without bootloader and partition bin files.
- Replies: 4
- Views: 14939
ESP flash download tool problem
Hello,
I am having trouble with the Flash download tool for ESP32.
I have installed the necessary drivers, and when I connect it to the computer it recognises it as COM3.
However, once I start the installation, it only shows COM FAIL, even If I lower the BAUD speed.
Any advice on this?
Thank you.
I am having trouble with the Flash download tool for ESP32.
I have installed the necessary drivers, and when I connect it to the computer it recognises it as COM3.
However, once I start the installation, it only shows COM FAIL, even If I lower the BAUD speed.
Any advice on this?
Thank you.