Thoughts by Thomas Derflinger

Thoughts by Thomas Derflinger

Helping You Innovate in Software.

​
​
WebCloudIoTVR
MobileMiscellany
  • Blog
  • About Me
  • Projects
  • Open Source
  • Investors
  • Contact Me
RSS Feed
YouTube button
Rioverse Language Learning logo
Phi.City website
Imprint

© 2025. All rights reserved.

Iot Category

March 2024Iot

Control ZigBee LED Lights with Go Web App

Cover image

Normally, when buying a home light that you want to control electronically, you need to install custom software. But with the ZigBee protocol and the RaspBee II gateway, you can use compatible devices and open source software. In this article I will show you how to add a custom Go API service to the stack.

December 2023Iot

Working Remotely Using Visual Studio Code

Cover image

In many circumstances it is convenient to work remotely using Visual Studio Code. There is a fine VS Code extension that allows you to work on a remote machine as if it was your local machine. This is great for things like embedded programming or developing in the cloud. Read here how to do this.

February 2020Iot

Arduino Blinking LED in Pure C

Cover image

The Arduino IDE contains a simplified language for developing for the Arduino platform. Common input and output operations are simplified, making the environment ideal for prototyping for designers and makers. But sometimes you want to program in "real" C and use the AVR tool chain directly.