-
Hello. I'm new to microcontrollers and CircuitPython, but I think I may have found a bug in the reset logic here: https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/blob/cd08178ad2a929ca6414e…
-
i download and try to use a lib from you and simple example with RPI2040 PICO evb board with w5100S.
the chip in RPI2040 PICO LAN WIZ NET BOARD IS W5100S, S-letter after w5100. if this is important…
-
Is it possible to migrate Wiznet5K SPI LAN driver from STM32 port to RP2 port?
As i see RP2 as a Cortex M0+ is very similar as an STM32LO.
Copied network_lan.c, network_wiznet5k.c and modnwwiznet5…
-
I am experimenting with DHCP and DNS example. I am using W5500 and Rp2040 pico board with SPI0. I want to use DHCP to get IP. When I build and drag firmware.uf2 file in pico-board. Nothing was display…
-
I'm using **CircuitPython** by uploading it on the Raspberry Pi Pico board.
I tried to make a uf2 file according to the contents in the guide.(https://learn.adafruit.com/building-cir ... cuitpython…
-
Hi there,
We noticed you have done an excellent job and we like to talk about the possibility of integrating this to Sinric Pro SDK in the future.
Thanks
-Aruna
-
Have used SPI.h with Arduino and similar boards (Mostly Teensy 3.2/4) with various digital pots, swipes EEProms and all my code works fine.
Nothing appears to work using SPI on RPI Pico. :(
The …
-
Hello!
Thank you for this excellent library. I have had it in use several months in an energy monitor project, posting readings to a database every 2 seconds, which is then read by Home Assistant. …
-
Eth does not support the W5100 chip communicating through SPI. Are you planning to add?
ghost updated
3 years ago
-
Hallo Hans. The included Ethernet library is old and shadows the current library. The Arduino Ethernet library now supports W5100, W520 and W5500 and has some new functions. It works over SPI library …