Hi All,
I've posted this issue in the communication protocol forum, but no response yet. So I thought I'd try here. Udp send/receive errors - Networking, Protocols, and Devices - Arduino Forum
I'm using the Uni WiFi Rev 2 to do some Udp communications with a PC running some visual basic code. Every now and then the Uno stops communication (no receiving or sending). I've added some recovery functions to the PC and the Uno code, and the system at least recovers from this issue. For the Uno, this involves stopping the Udp and then Wifi, and then reinitializing them, but this takes about 6s to reconnect.
I've instrumented the Uno code, and when communications is lost the Uno WiFi.status() is reporting a WL_NO_SHIELD errors. I assume this means that the WiFi chip is not detected or there is some issue with it. Any ideas what could be causing this?
My code is attached to the original topic. I've got three of these boards and I've seen the issue on all of them.
Any help is greatly appreciated.
-Jim