Raspberry Pi RP2040
From Wildsong
I just ordered a couple $10 Wiznet W5100S eval boards from Mouser (on backorder). They have the RPi Pico chip and a smart ethernet interface. I also ordered an LCD hat for the Pico. Hoping they are compatible.
The intended project is as a power management controller in a ham radio repeater site.
Project scope
- Track the Ubiquiti link, and reset the link if the remote sites go offline. Can the UBNT do that on its own?
- Bring up power to the other components and shut down when not needed to save power.
- Real time clock calibrated via SNTP
- Use hardware WDT to reset the Pico if it gets stuck.
- Monitor and reset the onboard ethernet hardware.
- All functions are accessible via a built in web server.
- Configure IP settings in flash. Initial address is 192.168.100.1.
- OTA flash updates
The "other components" under control include a FlexRadio and a Windows computer. Incidentally -- Intel NUC has its own built in hardware WDT.
Resources
Wiznet did a WiFi + Pico EVB, too, but I can't find it for sale anywhere. https://github.com/Wiznet/WizFi360-EVB-Pico-C/blob/main/getting_started.md