-
Hi -
Some background first, I have setup the environment in Windows and in Linux, using the instructions here and using the PDF:
https://datasheets.raspberrypi.com/pico/getting-started-with-pico.p…
-
Using the WizNet Ethernet Hat for the Pi Pico, I am trying the example software with CircuitPython. The ping test works fine as does the fixed IP, however setting up to use DHCP, It times out never ge…
-
Do WIznet have any plans to progress the Pull Request #8021/#8023 to allow support in the rp2 port of MicroPython?
-
Hello I saw that library already support the W5100-EVB-PICO and W5500-EVB-PICO and was wondering if there is any support planned for the W6100-EVB-PICO.
As far as I can tell it's "just" a few dif…
-
I am trying to run the service_responder.py example program on a RPi Pico with Ethernet port and get this error:
`
OSError: [Errno 98] EADDRINUSE
`
Does this mean the mDNS service is already a…
-
Hello!
I'm interested in porting this project to the Arduino OPTA(STM32H747XI)
Are there any suggestions in regards to replacing the Atmega based code of this project, for STM32?
Thanks!
-
Hello,
I seem to be running into an issue where I can run flash_range_erase and flash_range_program in my code when offset from the actual program instructions, but when I try to overwrite near where…
-
No GPIO attached hardware required
Boards: PICO W / Wiznet W5500-EVB-Pico
Firmware:
* https://micropython.org/download/W5500_EVB_PICO/
* [v1.19.1-789-ga322ebafc (2023-01-12) .uf2](https://mi…
-
Please consider adding Zeroconf support to cod.m ZigBee CC2652P2 TCP Coordinator for automatic ZHA network discovery.
Home Assistant OS (formerly HASSIO) supports automatic network scanning and “Se…
Hedda updated
2 years ago
-
I have the following code
```
async def setup_mdns():
responder = Responder(
client,
own_ip=lambda: local_ip,
…