/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mark.biek.org
| | ciesie.com
3.5 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.
| | lucassifoni.info
2.8 parsecs away

Travel
| | Getting an Erlang program to run on an ESP32
| | blog.timo.page
1.9 parsecs away

Travel
| | I recently bought some IoT devices that communicate using Matter over Thread. I had issues with connection stability to battery powered devices that are further away from the Border Router, so let's build a "range extender" using an ESP32-H2.
| | peterbraden.co.uk
20.4 parsecs away

Travel
| [AI summary] The author details the process of building an ESP32-based air sensor that measures temperature and humidity, sends data via MQTT to a home server for visualization in Home Assistant, and discusses challenges faced during development.