Posts

Pomodoro Timer

As I wanted to test a rotary encoder, I made a pomodoro timer, see also https://en.wikipedia.org/wiki/Pomodoro_Technique. In the lock-down phases during Corona I do use it to prevent long sitting …

Debounce Circuit

Designed hardware debounce PCB instead of solving debouncing in software. As hardware engineer I like to solve debounce problems in hardware, rather than solve it in software. Of course this …

LoRa Button

Just for experimental purposes and tracking with TTN mapper (ttnmapper.org) I made a LoR node with a button to send one LoRaWAN package. Of course it is based my own …

Li-Ion/Li-Po Power Supply controller

For another project I wanted to use a Li-Ion or Li-Po battery charger and controller that gave a 3V3 and 5V output. The power demands were not high. After searching …

Programming STM32

For a couple of years I try to switch to STM32 microcontrollers. With ups and downs I learned how to handle these versatile microcontrollers. The first step was to be …