USB Button (2026)

Raspberry Pi Pico, Go, electronics
USB Button is a simple project built on a Raspberry Pi Pico with a physical button that talks to your computer over USB HID. Press the button (short, double, or long) and the Pico sends those events to a host application on your PC or Mac.

WiFi Clock (2025)

ESP32, C, Wi-Fi, electronics
A simple clock powered by an ESP32, featuring an old-school VFD display for a retro aesthetic. This project syncs time via the internet, ensuring accurate and reliable timekeeping without manual adjustments.

Homekit Thermostat (2025)

ESP32, C, Wi-Fi, Homekit, LVGL, electronics
A smart thermostat built on ESP32 with an LCD display with a touch screen. The GUI is created using the LVGL library, allowing you to adjust the required temperature. It connects to a Wi-Fi network that is first configured using a network provisioning process and keeps its time accurate thanks to the NTP protocol. It implements HomeKit protocol to communicate with the Apple Home app.

Bluetooth Tank (2024)

Arduino, C++, electronics, React.js, Bluetooth
This tank is built on Arduino MEGA 2560 and is equipped with several sensors and a bluetooth module, so it can be controlled remotely via a web app.

Novus (2024)

Go, Nginx, DNSMasq, CLI
Novus streamlines managing of numerous localhost services by providing a simple way to define regular domain names instead. It comes with built-in HTTPS support so all domains are secure by default.

Laundry Alert (2024)

Node.js, Nginx, Linux, Arduino, Web notifications
A small IoT project that monitors your washing machine and sends a push notification when the washing cycle ends.

parallel-worker (2020)

Node.js
Coming from a real world scenario this tiny library allows you to process lots of data much faster by introducing parallelism. It spawns multiple workers which access an assigned portion of data in database simultaneously, so you can process much more data at the same time without worrying about synchronization or duplicate processing.

My bus stop (2017)

PHP, Laravel, React Native, iOS
An iOS app and an API for locating bus stops near you and showing nearest departures (before Google added support for Slovakia).