https://github.com/implferris/pico-pico
Pico Pico - Embedded Programming with Raspberry Pi Pico 2 and Rust
https://github.com/implferris/pico-pico
embedded embedded-systems iot iot-application pico pico2 programming raspberry-pi raspberrypi risc-v rust rust-lang smarthome
Last synced: 2 months ago
JSON representation
Pico Pico - Embedded Programming with Raspberry Pi Pico 2 and Rust
- Host: GitHub
- URL: https://github.com/implferris/pico-pico
- Owner: ImplFerris
- License: apache-2.0
- Created: 2024-10-19T18:50:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:17:18.000Z (5 months ago)
- Last Synced: 2025-03-27T05:33:47.536Z (3 months ago)
- Topics: embedded, embedded-systems, iot, iot-application, pico, pico2, programming, raspberry-pi, raspberrypi, risc-v, rust, rust-lang, smarthome
- Language: CSS
- Homepage: https://pico.implrust.com/
- Size: 8.61 MB
- Stars: 35
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Pico Pico - Intro
In this book, we use the Raspberry Pi Pico 2 and program it in Rust to explore various exciting projects. You'll work on exercises like dimming an LED, controlling a servo motor, measuring distance with a sonic sensor, displaying the Ferris (🦀) image on an OLED display, using RFID reader, playing songs on a buzzer, turning on an LED when the room light is off, measuring temperature, and much more.
## Meet the hardware - Pico 2
We will be using the Raspberry Pi Pico 2 (RP2350 chip). It features the new RP2350 chip with dual-core flexibility;offering Arm Cortex-M33 cores and optional RISC-V Hazard3 cores. You can operate it as the standard ARM core or switch to the RISC-V architecture. You find more details from the [official website](https://www.raspberrypi.com/products/raspberry-pi-pico-2/).
## How to read
You can access the MD book here: https://pico.implrust.com/
or you can run locally
```sh
mdbook serve --open
```## Support this project
You can support this book by starring this project on [GitHub](https://github.com/ImplFerris/pico-pico) or sharing this book with others 😊
## License
The Pico Pico book(this project) is distributed under the following licenses:
* The code samples and free-standing Cargo projects contained within this book are licensed under the terms of both the [MIT License] and the [Apache License v2.0].
* The written prose contained within this book is licensed under the terms of the Creative Commons [CC-BY-SA v4.0] license.[MIT License]: ./LICENSE-MIT
[Apache License v2.0]: ./LICENSE-APACHE
[CC-BY-SA v4.0]: ./LICENSE-CC-BY-SA
[MIT License Hosted]: https://opensource.org/licenses/MIT
[Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0
[CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode### Disclaimer:
The experiments and projects shared in this book have worked for me, but results may vary. I'm not responsible for any issues or damage that may occur while you're experimenting. Please proceed with caution and take necessary safety precautions.