Menu

Need some assistance.

Naji
2024-03-30
2024-05-17
  • Naji

    Naji - 2024-03-30

    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

     
  • Naji

    Naji - 2024-03-30

    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

     
    • brownrb

      brownrb - 2024-05-17

      Reboots in station mode nearly always occur if the sketch data files are not uploaded right after a firmware upload

       
  • Naji

    Naji - 2024-04-01

    Issue Resolved...

     
  • Carlos Izquierdo Vázquez

    How have you solved it?

     
  • Naji

    Naji - 2024-05-06
     

    Last edit: Naji 2024-05-11

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.