Let me start by thanking Bob for the great tool. I used a version some years ago, and now I'm building a new one with the latest hardware/software.
Success: I was able to configure the board (ESP32 DevKitV1) as AP and was able to connect.
Failed: Was not able to connect when configuring the board in Station mode (my preferred method). The board kept rebooting non stop. If I was not successful in the AP mode, I would have blamed the hardware...
I also noticed, that if I enable "define WIFICONFIGTYPE READWIFICONFIG" I was getting a compile error stating that station_ip was not defined...
I just have the ESP32 board and the rest of the hardwarde are on order, so nothing is connected to the esp32 board.
My Config: #define DRVBRD PRO2ESP32DRV8825 #define FIXEDSTEPMODE 1 #define STEPSPERREVOLUTION 1028 #define CONTROLLERMODE ACCESSPOINT (success when on) #define CONTROLLERMODE STATION (failed when on) #define IPADDRESSMODE DYNAMICIP
//#define WIFICONFIGTYPE READWIFICONFIG (station_ip not defined error when on)
/#define WIFICONFIGTYPE MULTIAP
//#define ENABLE_TEXTDISPLAY 1
//#define ENABLE_LILYGO_DISPLAY 2
//#define ENABLE_GRAPHICDISPLAY 3
//#define ENABLE_INFRAREDREMOTE 3
//#define ENABLE_ELEGANTOTA 1
//#define ENABLE_DUCKDNS 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Let me start by thanking Bob for the great tool. I used a version some years ago, and now I'm building a new one with the latest hardware/software.
Success: I was able to configure the board (ESP32 DevKitV1) as AP and was able to connect.
Failed: Was not able to connect when configuring the board in Station mode (my preferred method). The board kept rebooting non stop. If I was not successful in the AP mode, I would have blamed the hardware...
I also noticed, that if I enable "define WIFICONFIGTYPE READWIFICONFIG" I was getting a compile error stating that station_ip was not defined...
I just have the ESP32 board and the rest of the hardwarde are on order, so nothing is connected to the esp32 board.
My Config:
#define DRVBRD PRO2ESP32DRV8825
#define FIXEDSTEPMODE 1
#define STEPSPERREVOLUTION 1028
#define CONTROLLERMODE ACCESSPOINT (success when on)
#define CONTROLLERMODE STATION (failed when on)
#define IPADDRESSMODE DYNAMICIP
//#define WIFICONFIGTYPE READWIFICONFIG (station_ip not defined error when on)
/#define WIFICONFIGTYPE MULTIAP
//#define ENABLE_TEXTDISPLAY 1
//#define ENABLE_LILYGO_DISPLAY 2
//#define ENABLE_GRAPHICDISPLAY 3
//#define ENABLE_INFRAREDREMOTE 3
//#define ENABLE_ELEGANTOTA 1
//#define ENABLE_DUCKDNS 1
Reboot Error when in Station Mode:
Rebooting...
ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
Reboots in station mode nearly always occur if the sketch data files are not uploaded right after a firmware upload
Issue Resolved...
How have you solved it?
Last edit: Naji 2024-05-11