Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socket client restart loop #35

Open
haipas opened this issue Feb 26, 2021 · 0 comments
Open

Socket client restart loop #35

haipas opened this issue Feb 26, 2021 · 0 comments

Comments

@haipas
Copy link

haipas commented Feb 26, 2021

Hello, I am trying to establish communication with an ESP32 as socket client and another one as socket server.
However, the socket client always restarts with the following reason:

$PESP,WIFI,STA,IP,192.168.1.177/24,192.168.1.251*5A
$PESP,SOCK,CLI,TCP,CONNECTING,192.168.1.149:23*2C
$PESP,SOCK,CLI,TCP,CONNECTED,192.168.1.149:23*6D
$PESP,SOCK,CLI,TCP,DISCONNECTED,192.168.1.149:23*33
$PESP,SOCK,CLI,TCP,CONNECTING,192.168.1.149:23*2C
$PESP,SOCK,CLI,TCP,CONNECTED,192.168.1.149:23*6D

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:2
load:0x3fff0030,len:4
load:0x3fff0034,len:1396
load:0x40078000,len:10956
load:0x40080400,len:3360
0x40080400: _init at ??:?

entry 0x4008060c
$PESP,INIT,START,v0.5.2-16-g674b108-dirty,PANIC*09

The connect message is received from the socket server. I can also send single characters back and forth between the ESPs. But the socket client esp always restarts

Best Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant