Welcome to the embedded blog

A short opening post about why this site exists, what will be documented here and how STM32 projects will be described.

Blog start

Welcome to the embedded blog

This site collects my STM32 projects in one place. Instead of showing only repository links, it describes concrete devices, used peripherals, firmware logic and the code paths that directly affect how the hardware behaves.

What will be documented here?

The posts will focus on practical embedded work: controllers, automation, LoRa modules, power electronics, servos, encoders, displays and reusable firmware code. The important part is not only the CubeMX configuration, but the engineering decisions behind the project: operating states, error handling, logic separation, peripheral configuration and real hardware constraints.

Why this format?

A GitHub repository shows the code, but it often misses the surrounding context. Blog posts add the reason for the device, design assumptions, hardware decisions and limitations found during development.

Next posts

The first posts cover projects already visible on the site: the garden automation controller, the water-level protection controller, the PWM motor driver and LoRa modules. Each topic will be based on concrete working code rather than a generic technology overview.

This is the starting point. The site will grow together with new projects and with cleanup of the existing repositories.