Khoi Hoang
                                            Khoi Hoang
                                        
                                    Thanks for the DNSServer. Still have the same issue in `WiFiUDP::parsePacket()` : _ctx->next is always NULL. Some missing config in LwIP stack relating to DNSServer ?? https://github.com/earlephilhower/arduino-pico/blob/7be472932b7ac1c179b79a10ae882c3b88f00e42/libraries/WiFi/src/WiFiUdp.cpp#L182-L184 --- #### Test...
Strange, `WiFiUDP::parsePacket()` is OK when I'm running [**UdpNTPClient**](https://github.com/khoih-prog/WiFiWebServer/tree/master/examples/UdpNTPClient) No more problem with `_ctx->next` is always NULL. https://github.com/earlephilhower/arduino-pico/blob/7be472932b7ac1c179b79a10ae882c3b88f00e42/libraries/WiFi/src/WiFiUdp.cpp#L182-L184
@earlephilhower Wow. Amazingly quick and the bug is fixed. Now **Captive Portal for DNSServer** is working now when entering any non-existing site, such as `example.ca`.  Would you like me...
@earlephilhower Is that possible to add **WebServer** library, similar to [**ESP8266WebServer**](https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer) into the core ? It's required for certain WebServer apps, with simpler way to use, such as ``` server.on("/",...
Wow. Glad to know.
Hi @salasidis You can try this Async [**eModbus** library](https://github.com/eModbus/eModbus) I just found out. It's designed for **ESP32**, but IMO, it's easy to port to other platforms, such as `mbed_portenta`, `ESP8266`,...
Thanks @tcpipchip @raphaelmoncaut I also suggest you to start testing with [**TinyGSM** library](https://github.com/vshymanskyy/TinyGSM), after you're sure all AT commands are OK with TOBY-R2, then post either change the command sequence...
HI @joepasquariello Thanks for the update. I haven't got a chance to touch this library quite a long time, but will have a look at the issue when possible. Best,