-
I might need some help.
I try to implement OTA for a project of mine.
The server and all the Ethernet stuff is working.
But if I start to add ArduinoOTA (based on example/BasicOTA), my setup() ha…
-
The MCU is stuck when doing an Update with a signed binary and using setup1() and loop1() for another task.
Please see my example Code.
I think it gets stuck in Line 275 of Updater.cpp: ` _fp.close(…
-
Is ethernet supported or must I use the Wiznet Ethernet library? Using the the DhcpAdressPrinter sketch I get:
Ethernet shield was not found. Sorry, can't run without hardware. :(
With WizNet l…
-
Hi,
please check to support additional to the W5100 and W5500 as well the W6100.
I've bought this board: https://docs.wiznet.io/Product/iEthernet/W6100/w6100-evb-pico
Because the W5100s is pin-…
-
I'm trying to compile Ethernet example for w5500-evb-pico on win10 with following platformio.ini
Any idea why this happening?
```
[env:pico]
platform = https://github.com/maxgerhardt/platform-…
-
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:
```
…
-
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 …
-
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…
-
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…