Seeed_Arduino_rpcWiFi icon indicating copy to clipboard operation
Seeed_Arduino_rpcWiFi copied to clipboard

A library of maximum ESP32 WiFi-compatible software.

Results 8 Seeed_Arduino_rpcWiFi issues
Sort by recently updated
recently updated
newest added

When attempting a connection to a webserver that happens to not respond, i.e. it is down. The http.GET() seems to hang. I attempted adding setTimeout and setConnectTimeout with no success....

A first call of "client.connect" waits infinitely when the server is not available. Hardware is WIO Terminal. I have captured the traffic with my fritz box. The WIO Terminal sends...

I have installed the latest Firmware on my Wio Terminal, RTL8720 Firmware Version: 2.1.3, I also have the latest version of the Seed_Arduino_rpcWifi library, version 1.0.6. I have a problem...

When you use chunked mode to send a bigger amount of data, the sequence shall be as follows (according to examples): server.setContentLength(CONTENT_LENGTH_UNKNOWN); server.send(200, "application/json", ""); for(int i = 0; i...

Please include library dependencies on library.properties file so IDE can pull all needed libraries without need to do manually. This is not just for this library but for all. https://arduino.github.io/arduino-cli/0.25/library-specification/

Hi, I'm trying to download a bitmap file from HTTPS to Wio Terminal. If the size of the bitmap file exceeds about 7KB, it cannot be downloaded. Do you know...

I am having issues getting the WifiClientSecure + HTTPClient to work when I already have a TLS connection established What works: - Application is connected to Azure IoT Hub using...

Several files included in this library are listed under the LGPL license (e.g. WiFiAP.cpp). However, the license file for this repository lists the MIT license, which seems contradictory. The correct...