Hi 👋
This is a blog dedicated to the ESP32: the Wi-Fi and Bluetooth microcontroller that became the heart of countless IoT projects.
Here you will find:
- Step-by-step tutorials, from the first blink to production IoT.
- Complete projects with schematics, code and design decisions.
- Engineering notes: power, antennas, RTOS, security and debugging.
All content is written in Markdown inside this very repository and built with Zola, a static site generator written in Rust. No database, no CMS: just text and Git.
This site’s stack
| Layer | Technology |
|---|---|
| Generator | Zola (Rust) |
| Templates | Tera |
| Code highlighting | Giallo |
| Math | KaTeX |
| Search | elasticlunr (index generated by Zola) |
If you want to suggest a topic or fix something, open an issue or a pull request.