-
I'm working with the WIZnet `W5100S-EVB-Pico`. As part of troubleshooting another issue, I wanted timestamps, so I configured NTP. I saw there was no NTP example code, so here is my short example code…
-
Dear all,
I got an issue while working with the board in the subject. Basically the Micropython firmware from the download page is not able to connect through USB under Linux. I am able to enter the …
-
Hi - I wonder if you can shed some light on an issue I've found.
I have Microdot running on a W5100S-EVB-Pico which is a RP2040 with built-in Ethernet.
Here's the stripped down start-up:
```
…
-
`socket.socket()` correctly fails with `RuntimeError: Failed to allocate socket.` after creating all available sockets (4 for 5100S, 8 for 5500):
```py
socks = []
while True:
s = socket.socket…
-
Hi there,
As stated, I'm having issues with a code that used to run fine at some point. DNS fails to get a response and retries until it eventually gives up. The DHCP request seems to succeed and …
-
This presumably used to work, or works with some variation that's not apparent to me, as there are examples in the repo.
TCP and UDP clients are fine with both WIZnet devices, and are [interoperabl…
-
### Description
Finally I got the communication running but I'm really stuck with how to transfer the ModbusTCP received values (register) to the GPIO pins...
After days of searching the web I find…
-
Dear all,
I'm trying to realize a cheap solution for dimming LEDs with the onboard PWM.
This will be controlled by a PLC over ModbusTCP but I'm struggling to get the WIZnet RP2040-HAT-MicroPython co…
-
Example
`from machine import WDT`
`wdt=WDT(timeout=600000)` expect a 10 minute timeout
Wait a few seconds and the system will reboot.
`MicroPython v1.19.1 on 2022-06-18; W5100S-EVB-Pico wi…
-
Hi !
The link status stays always on unknown, even when I have a cable connected and got an IP from my DHCP it still stays on unknown!
Probably something wrong in W5100Linkstatus W5100Class::getLi…