Search found 3 matches
- Mon Jan 22, 2024 2:27 pm
- Forum: ESP-IDF
- Topic: Error Sending UDP Packet
- Replies: 3
- Views: 1527
Re: Error Sending UDP Packet
That was exactly the issue, thanks!
- Mon Jan 22, 2024 2:38 am
- Forum: ESP-IDF
- Topic: Error Sending UDP Packet
- Replies: 3
- Views: 1527
Re: Error Sending UDP Packet
Turned on some more debug logs: D (11987) WifiBridge: Waiting for interrupt D (12947) WifiBridge: Interrupt triggered D (12957) WifiBridge: Received 34 bytes from mcu D (12957) lwip: lwip_sendto(58, data=0x3fc9dc74, short_size=34, flags=0x0 to= D (12957) lwip: 192.168.1.3 D (12957) lwip: port=5000 D...
- Sun Jan 21, 2024 11:47 pm
- Forum: ESP-IDF
- Topic: Error Sending UDP Packet
- Replies: 3
- Views: 1527
Error Sending UDP Packet
Hi all, Been debugging this routine that sends UDP packets for the last couple hours, and not sure what to look at next. This is the ESP32-S3, as the only node making up an ESP Mesh Lite. It has connected to the router, it manages to get an IP address over DHCP and I can ping it. When I send a UDP d...