33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
---
|
|
tags:
|
|
- resource
|
|
created: 2025-01-16 13:05
|
|
---
|
|
|
|
## Summary
|
|
|
|
Information about the Raspberry Pi Pico 2.
|
|
## Abstract
|
|
|
|
There is a WizNet version that includes hardwired ethernet.
|
|
|
|
You can use Rust to develop Raspberry Pico applications.
|
|
|
|
The Pico does not run at full O/S. It is more closely related to an Arduino than an full
|
|
## References
|
|
|
|
- https://github.com/WIZnet-ioNIC/WIZnet-PICO-C/tree/main
|
|
- https://docs.wiznet.io/Product/Open-Source-Hardware/wiznet_ethernet_hat
|
|
- https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat
|
|
- https://eshop.wiznet.io/shop/module/w5100s-evb-pico
|
|
- [Running Rust Programs on Raspberry Pi Pico Alex Wilson](https://www.alexdwilson.dev/learning-in-public/running-rust-code-on-raspberry-pi-pico)
|
|
- https://github.com/rp-rs
|
|
- https://www.etechnophiles.com/raspberry-pi-pico-2-pinout-specs/
|
|
- https://www.raspberrypi.com/news/how-to-add-ethernet-to-raspberry-pi-pico/
|
|
- [Rust & Raspberry Pi Pico (Blink)](https://www.fullstacklabs.co/blog/rust-raspberry-pi-pico-blink)
|
|
- https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf
|
|
- https://github.com/rp-rs/rp-hal
|
|
- https://github.com/newAM/w5500-rs
|
|
- https://github.com/newAM/ambientsensor-rs/tree/main
|
|
|