I'm always tinkering with something, whether it's something of a useless device, 3D printing or just the projects listed below. (these are the ones that I'm not too ashamed of)
A list of my projects available here on github grouped by technologies.
- mastermind Android implementation of the Mastermind board game, using Android Graphics library to generate the images/sprites during runtime (Kotlin, Android Graphics)
- zalaegerszeg-menetrend A public transport application which parses a website and shows the data a more convenient way (Kotlin, HTTP)
- rc-jostick The main idea was to control an RC Car through TCP/IP protocol, I ended up implementing other control methods due to restrictions because of latency (Raspberry PI, TCP, C++)
- fh4_led_tachometer Forza Horizon 4 can send some live UDP telemetry date while playing it. This project listens to that UDP port and showing the RPM values on an LED tachometer line (ESP32, UDP, C++)
- esp32-ble-guitar Turns legacy Guitar hero controller to be compatible with Windows PC through Bluetooth (ESP32, C++)
- picow-bt-guitar Same as the above one, but different with MCU (Raspberry Pi Pico W, Bluetooth HID, C)
- tboi-restart Emulates and "R" key press while the LeftJoy on an XInput controller is pressed. (Windows API, C++)
- dvd-screensaver Custom logo can bounce around the screen like the famous DVD Screensaver, (Windows API, C++, OpenGL)
