Explore >> Select a destination


You are here

blog.doismellburning.co.uk
| | ciesie.com
2.9 parsecs away

Travel
| | You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller.
| | www.nedprod.com
2.1 parsecs away

Travel
| | [AI summary] Niall Douglas shares his experience with using ESP32 boards with PoE (Power over Ethernet) for home automation and security. He discusses the benefits of using ESP32 for IoT projects, including cost-effectiveness, ease of programming with YAML, and the ability to create a decentralized network of devices. He also talks about integrating sensors like CO2 and humidity detectors, and plans to use a solar-powered system with a lithium battery for an off-grid security setup.
| | chiragdesai.uk
1.2 parsecs away

Travel
| | Automate your Velux blinds by hacking. theKL312 remote to add it to Home Assistant using ESPHome and an ESP32 board.
| | nick.groenen.me
29.3 parsecs away

Travel
| After working through "the book" on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn't yet feel well-equipped to handle: "How should you structure error handling in a mature rust application?"