-
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…
-
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…
-
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/…
-
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…
-
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…
-
### 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…
-
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…