Search found 3 matches

by jurstu
Thu Jul 19, 2018 3:56 pm
Forum: ESP-IDF
Topic: Uart smashing Wifi Stack
Replies: 1
Views: 2674

Uart smashing Wifi Stack

Hi! My application goes like this: -WifiAP with accepting sockets (tcp-socket-server) -UART1 for other comunication than programming/debugging when I leave Wifi on in AP mode, with or without accepting sockets -> too many messages from UART1 and stack gets smashed or the core panics If I leave only ...
by jurstu
Wed Jul 11, 2018 1:03 pm
Forum: ESP-IDF
Topic: Accept Error Multi Socket Server
Replies: 1
Views: 2804

Re: Accept Error Multi Socket Server

Hello, It's my first post so ask for remotely anything if it can help and I didn't provide it. My application requires multiple sockets being opened at once from Master, then the slaves connect to WiFi, and then to the sockets Problem is: I have to make it "bulletproof" against constant reconnectin...
by jurstu
Sat Jul 07, 2018 5:23 pm
Forum: ESP-IDF
Topic: Accept Error Multi Socket Server
Replies: 1
Views: 2804

Accept Error Multi Socket Server

Hello, It's my first post so ask for remotely anything if it can help and I didn't provide it. My application requires multiple sockets being opened at once from Master, then the slaves connect to WiFi, and then to the sockets Problem is: I have to make it "bulletproof" against constant reconnecting...