In this book, we use the Raspberry Pi Pico and program it in Rust to explore various exciting projects. You will 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 an RFID reader, playing songs on a buzzer, turning on an LED when the room light is off, measuring temperature, and much more.
We will be using the Raspberry Pi Pico, which is part of the Raspberry Pi Pico series built around the RP2040 microcontroller. The RP2040 is designed by Raspberry Pi in the UK and features a dual-core Arm Cortex-M0+ processor with 264 KB of on-chip SRAM and support for external flash memory. You find more details from the official website.
You can access the MD book here: https://rp2040.implrust.com/
or you can run locally
mdbook serve --openYou can support this book by starring this project on GitHub or sharing this book with others 😊
The impl Rust for 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.
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.
