Contact me: hankecnc@gmail.com

连接GRBL_ESP AP模块重启 #997

推推 grbl 3年前 (2023-01-30) 305次浏览
关闭
TurboStudio 打开了这个问题 2021 年 11 月 18 日 · 0 条评论
关闭

连接GRBL_ESP AP模块重启#997

TurboStudio 打开了这个问题 2021 年 11 月 18 日 · 0 条评论

注释

连接GRBL_ESP AP模块重启 #997

当我尝试连接grblesp时,模块会不断重启,串口监视器输出如下信息:

dhcps:send_offer>>udp_sendto 结果 0
Guru Meditation 错误:Core 0 panic’ed (InstrFetchProhibited)。异常未处理。
Core 0 register dump:
PC : 0x00000000 PS : 0x00060830 A0 : 0x8016fbb5 A1 : 0x3ffdb7d0
A2 : 0x3ffec8fc A3 : 0x3ffed0f4 A4 : 0x3ffe7e20 A5 : 0x3ffebb00
A6 : 0x0204a8c0 A7 : 0x6504a8c0 A8 : 0x8016fa54 A9 : 0x3ffdb790
A10 : 0x3ffec90c A11 : 0x3ffed0f4 A12 : 0x3ffdb7dc A13:0x00000044
A14:0x00000001 A15:0x00000006 SAR:0x00000010 exccause:0x0000000014
ExcvAddr:0x00000000 lbeg:0x4000c349 lend:0x4000c36b lcount:0x4000c36b lcount:0x000000000000000000000000000000000000000000000000000000

Backtrace: 0x00000000:0x3ffdb7d0 0x4016fbb2:0x3ffdb810 0x4017ce29:0x3ffdb830 0x40181ea1:0x3ffdb870 0x4018718a:0x3ffdb890 0x40170623:0x3ffdb8b0 0x4008fec1:0x3ffdb8e0
#0 0x00000000:0x3ffdb7d0 in ?? ??:0
#1 0x4016fbb2:0x3ffdb810 in handle_dhcp at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c :1031
#2 0x4017ce29:0x3ffdb830 in udp_input at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/core/udp.c :401
#3 0x40181ea1:0x3ffdb870 in ip4_input at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/core/ipv4/ip4 .c:740
#4 0x4018718a:0x3ffdb890 in ethernet_input at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/netif/ethernet.c:184
#5 /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/api/tcpip.c:483 tcpip_thread 中的 0x40170623:0x3ffdb8b0
#6 /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 中 vPortTaskWrapper 中的 0x4008fec1:0x3ffdb8e0(鉴别器 1)

重新启动…
ets 2016 年 6 月 8 日 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x17 (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
模式:DIO,时钟 div 1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8

[MSG:Grbl_ESP32 Ver 1.3a Date 20211103]
[MSG:Compiled with ESP32 SDK:v3.2.3-14-gd3e562907]
[MSG:Using machine:Test Drive – Demo Only No I/O!]
[MSG:Axis count 3]
[MSG:Timed Steps]
[MSG:Init Motors]
[MSG:No spindle]

[MSG:Local access point GRBL_ESP started, 192.168.4.1]
[MSG:Captive Portal Started]
[MSG:HTTP Started]
[MSG:TELNET Started 23]

Grbl 1.3a [‘$’寻求帮助]
E (515) wifi: addba response cb: ap bss deleted

我试图在网上找到解决方案,但没有用。
但是,当我使用早期版本的固件(三轴)时,它运行良好。
我使用 esp32-wroom-32 模块。