Building Apps for ODROID-GO using ESP-IDF
In this post I describe the progress I've made (and potential pitfalls I've encountered) developing apps for the Odroid-Go using ESP-IDF or the Arduino IDE....
In this post I describe the progress I've made (and potential pitfalls I've encountered) developing apps for the Odroid-Go using ESP-IDF or the Arduino IDE....
This article describes how I managed to set up a minecraft server with automated backups and map renderings all without doing a thing once it's set up....
I bet you already know those golden waving/beckoning cats that are available at a low price, different colors and styles and are usually powered by a single battery which powers the waving motion. In this post I will describe how to put an ESP8266 into it....
I have been playing with monitoring applications and servers for a while now and especially like Prometheus and Grafana. In this post I'll try to show how I monitor a small group of dedicated servers....
About a year ago, I started a new Android project. It's called lrkFM and it's original goal was to be a simple file manager for Android. I started the project together with @nsueper as part of a challenge. Since then, I put a lot of work into it....
I sometimes stumble upon Java libraries that are not available in Maven (or Gradle which seems to use the same ecosystem). To have to most convenient way of developing (ie. contributors should not have to download dependencies for themselves) I use my own Maven repository for hosting these....
I found out, how to create a Greenfoot game without having to use the Greenfoot IDE. I'm programming using IntelliJ and building using Maven. It works like a charm and it's a lot more convenient to use this over the Greenfoot IDE....