Latest posts

Apr 18, 2023

Linux mouse driver

This is a nearly 3-year-old project of mine. It started out as a libusb userspace driver just to make it work and keep it from crashing all the time. Now I’m revisiting this driver and rewriting it as a kernel module.

Mar 20, 2022

Wine Barrel Smoker

There is one wine barrel that lies around in my backyard and I didn’t want to throw it away so I thought of something to do with it. I checked the interwebs for some guidance where I found some Youtube videos which seemed quite helpful and some textual guides, which were only practical when there were pictures included.

Mar 10, 2021

Using the Atmel ATSAM3X8E on linux

You might know the SAM3X8E from the Arduino Due, which can be quite easy to program using the arduino IDE. But how can you compile for and program the Atmel microcontroller directly using the native USB port? The information on this subject was scarce so I made a guide which may help you! This can work with all the devices that Microchip ASF supports.