Posts
-
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.
-
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.
-
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.
-
Arduino load cell
This project started out as an assignment for school, where we had to create a measurement system from selected sensors, to measure volume. I chose a load cell for getting the mass and a thermistor to get the temperature for temp variable density.
-
Rails appointment engine Pt.1
Before you start I recommend you read Rails engine guide In this guide you will get insights on building your own engine from start to finish. This engine is going to accept some settings from the main application, implement it’s own appointment specific settings and allow users to book appointments.
-
Ansible Computer Management
So after finding out about Ansible I took a deep dive into the documentation and made myself some scripts to auto-setup my server and my client pcs. You can find the playbooks in This repo. Please note that these playbooks are heavily inspired by my personal workflow. Currently, this is in it’s early phase so the configuration is not so straightforward as wanted
-
Sensor data collection
This project started out as a small test if it’s even possible to read sensor data into a MVC app like there are ThingsBoard, ThingSpeak and many more. To tune this for your own station, you need to understand a bit about Ruby on Rails and Arduino.
subscribe via RSS