-
I am setting pi pico as tcp client.
24 pico's are connected to a tcp server. After a few hours when the server is closed and started again some pico can be pinged but they don't connect to the serv…
-
Using [this](https://github.com/bill88t/ljinux/blob/dev/other/drivers/w5500spi.py) as a man-in-the-middle driver.
With 5f501fd0fc73c1459d6fe9ba3c9ca0d789dd68fc loaded on the board.
The w5500 devic…
-
Hi there,
For an experiment I'm trying to network 2 pico devices with the Wiznet 5100s ethernet hat.
I've used the same code on both, and I'm hoping to perform an operation where they have a htm…
-
Dear developer,
I have tried to compile the **aws_iot_http.c** example but I always get the -5 error at the end.
Here is the log:
`==================================================================…
-
It looks like this Arduino library is not completely on par in terms of compability with other Arduino libraries exposing or using network client mode. For example, I could not get https://github.com/…
-
Hi,
Hoping someone can help.
Trying to run the TCP Client over SSL example. Run through the steps as described. I get my openSSL to the point where it displays:
Using default temp DH parameters
…
TDERL updated
2 years ago
-
Hi,
like to build a esp32 port that include the W5500 driver. How can I do this?
Thanks
balku
balku updated
2 years ago
-
### Describe the bug
I have a new board SAMD21 M0 size as Arduino UNO, compatible with Arduino M0, native port, with ethernet shield Wiznet W5100.
I tried example code Hello World, edit all serial…
-
Hello,
The file urequest.py mentioned in the instructions is missing.
By the way, the instructions at the README and the HTTP example proposed the use of urequest.py instead of the official ure…
-
Hi this is not a issue, but I wondering how to share files from the SD card in the Teensy 4.1 over FTP.
From the FTP_Server_SDFAT2.ino example I see it is printing information about file names, sizes…