-
To round off the test on the rpi pico, no luck so far. I had done a mpflash download and it downloaded the appropriate mp. I then did a mpflash flash and got a choice of port / board to select but …
-
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've created this [Issue](https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/issues/41), when trying to create HTTP server on Wiznet5k Pico W5100S. Unfortunately, I could solve this only pa…
-
Hello! I've got an NTP client that receives an `out of sockets` error after running for some time. Can anyone tell if there's a leaking socket somewhere or am I doing something wrong? Here's the pared…
-
Just got this setup on a Wiznet W5100s module. Trying to set a static IP and after setting and clicking submit the page reverts to the original settings. I also unchecked the dhcp box. In the serial …
-
Hello Guys.
Working on a STM32f411CEU6 (blackpill) board with grbl hal. Does this board has ethernet interface capabilities? Is possible to do so? Saw some GRBl firmwares that connect ehternet via SP…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.6 on 2022-12-21; Adafruit QT Py ESP32S2 with ESP32S2
```
### Code/REPL
```python
# Placeholder issue: no minimal exa…
-
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-…
-
This came to light when I was diagnosing https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/issues/108
Specifically, that issue causes the DHCP client to throw an exception and terminal th…