Giorgio

Results 6 comments of Giorgio

Dear Juraj, I thank you very much for your quick response. I modified AClient.cpp as you suggested, but with no success. I wrote a sketch as simple as I could,...

I supposed so. Indeed, I tried to do: ``` delete server; server = new WiFiServer(80); ``` However, this seems to makes things even worse. Thank you for your help anyway

Some further details that might help. I was debugging my code and discovered that even on MBED OS Release 4.1.1 WiFiUDP::endPacket() fails if it was preceded by some attempts to...

Thank you @maidnl for your work. I will try it and let you know Yes you are correct about our code. The AP is needed to get the SSID and...

I had issues as well opening access point. It resulted that the password has to be at least 8-characters long (so, for instance, neither "qwerty" nor "qwerty1" are accepted). By...