Author: Rob

  • Developing a Robot Keyboard PC Controller Interface with Kotlin and Arduino

    Developing a Robot Keyboard PC Controller Interface with Kotlin and Arduino

    In this post, I will walk you through the user interface and related parts of interesting project I developed: a Robot Keyboard PC Controller Interface. This interface uses an Arduino to emulate a virtual keyboard and a Kotlin client for communication. The primary aim is to provide a cross-platform solution that works on Windows, with… Read more

  • Arduino Robot Keyboard

    Arduino Robot Keyboard

    Using StreamDeck on Linux via a Windows Machine: A DIY Solution As a fan of the StreamDeck macro keypad, I wanted to extend its functionality to my Linux setup. Officially, StreamDeck doesn’t support Linux, though there are some third party attempts, but I want something I can easily plug in with minimal configuration. I was… Read more

  • Exploring AntBuilder with Groovy

    Exploring AntBuilder with Groovy

    In this post, I’ll walk you through an intriguing Groovy script that I wrote as part of a proof of concept. This script leverages the powerful AntBuilder to transform a custom .antcmd file into a Groovy script and execute it. This approach can be particularly useful for performing filesystem manipulations where using tools like Terraform… Read more