{"id":24313596,"url":"https://github.com/implferris/esp32-book","last_synced_at":"2025-10-24T01:04:31.084Z","repository":{"id":269469137,"uuid":"907471029","full_name":"ImplFerris/esp32-book","owner":"ImplFerris","description":"Embedded Programming with ESP32 and Rust","archived":false,"fork":false,"pushed_at":"2025-01-15T18:56:53.000Z","size":6321,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T21:39:15.504Z","etag":null,"topics":["embedded","embedded-systems","esp32","rust","rustlang"],"latest_commit_sha":null,"homepage":"http://esp32.implrust.com/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImplFerris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-23T16:50:30.000Z","updated_at":"2025-01-15T18:56:54.000Z","dependencies_parsed_at":"2025-01-07T18:18:42.000Z","dependency_job_id":"d3883cac-feb3-46d7-8653-a105d07b152f","html_url":"https://github.com/ImplFerris/esp32-book","commit_stats":null,"previous_names":["implferris/esp32-book"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fesp32-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fesp32-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fesp32-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fesp32-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImplFerris","download_url":"https://codeload.github.com/ImplFerris/esp32-book/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234338056,"owners_count":18816450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embedded","embedded-systems","esp32","rust","rustlang"],"created_at":"2025-01-17T09:12:29.120Z","updated_at":"2025-09-26T19:31:24.809Z","avatar_url":"https://github.com/ImplFerris.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# impl Rust for ESP32\n\nIn this book, we use the ESP32 DevKit v1 with Rust to build simple and fun projects. The ESP32 is a popular microcontroller for IoT applications, and we take a hands-on approach to help you learn by doing. You will explore how to turn on an LED when the room gets darker using an LDR, use an ultrasonic sensor to detect when something is close, control an LED through Wi-Fi, draw images/text on an OLED display, play songs and alarm sound with a buzzer, control a servo motor, and more.\n\n## Prerequisites\nIf you haven't already read the [\"The Rust on ESP Book\"](https://docs.esp-rs.org/book/introduction.html), I highly recommend doing so first. While this book will cover some aspects of setting up the development environment and basic concepts, it will not go into as much detail to avoid unnecessary repetition, as these topics are already thoroughly explained in the official book.\n\n## Meet the Hardware\nWe will be using one of the development board \"ESP32 DevKit V1\", which comes with built-in Wi-Fi and Bluetooth capabilities, along with an integrated RF module\n\u003ca href =\"./src/images/esp32-devkitv1.jpg\"\u003e\u003cimg style=\"display: block; margin: auto;width:300px;\" src=\"./src/images/esp32-devkitv1.jpg\"/\u003e\u003c/a\u003e\n\n## How to read?\n\nYou can access the MD book here: https://esp32.implrust.com/\n\nor you can run locally\n\n```sh\nmdbook serve --open\n```\n\n## Datasheets\nFor detailed technical information, specifications, and guidelines, refer to the official datasheets:\n- [ESP32 Datasheet](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf)\n- [Technical Reference Manual](https://www.espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf#ledpwm)\n\n\n## License\n\nThe \"impl Rust for ESP32\" book(this project) is distributed under the following licenses:\n\n* 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].\n* The written prose contained within this book is licensed under the terms of the Creative Commons [CC-BY-SA v4.0] license.\n\n[MIT License]: ./LICENSE-MIT\n[Apache License v2.0]: ./LICENSE-APACHE\n[CC-BY-SA v4.0]: ./LICENSE-CC-BY-SA\n[MIT License Hosted]: https://opensource.org/licenses/MIT\n[Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0\n[CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode\n\n\n## Support this project\n\nYou can support this book by starring this project on [GitHub](https://github.com/ImplFerris/esp32-book) or sharing this book with others 😊\n\n### Disclaimer: \nThe 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.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimplferris%2Fesp32-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimplferris%2Fesp32-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimplferris%2Fesp32-book/lists"}