Search found 3 matches
- Thu Jul 19, 2018 3:56 pm
- Forum: ESP-IDF
- Topic: Uart smashing Wifi Stack
- Replies: 1
- Views: 2910
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 ...
- Wed Jul 11, 2018 1:03 pm
- Forum: ESP-IDF
- Topic: Accept Error Multi Socket Server
- Replies: 1
- Views: 3157
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...
- Sat Jul 07, 2018 5:23 pm
- Forum: ESP-IDF
- Topic: Accept Error Multi Socket Server
- Replies: 1
- Views: 3157
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...