What I’m currently building, learning, and sharing.
Notes from the workshop, experiences from real projects, and occasionally a long tech deep-dive. No newsletter spam, no influencer fluff, just what’s on my desk right now.
-

Application Development
Application development is the process of creating computer programs designed to fulfill specific client requirements. It transforms ideas or needs into functional software solutions. The development journey consists of multiple phases, each demanding distinct skills and expertise.
-

Arduino Debugger in Visual Studio 2019
Debugging is the challenge of every project exceeding 50 lines of code. While unit tests cover many cases, measured data from the debugger can be invaluable depending on the development stage, research status, and effort involved. Setting breakpoints and comparing data allows conclusions to be drawn, processes observed, and quick solutions found. Debugger After some…
-
IoT LED for Twitch Status (Live/Offline)
To avoid disturbing a hero gamer during their livestream, we quickly created an intelligent lamp. It can be controlled via the web. While RGB control is possible, it’s currently equipped with brightness-controlled white light. WiFi connection to the Twitch streaming server is queried. Circuit board with ESP32 electronics and WiFi module. First prototype from 3D…
-
DWIN Development Tool
Developer tool for the DWIN display system. It can correctly format and copy DWIN_SET content. Download DWIN-DevTools. Default SD card does not work; DWIN Dev-Tools function properly.
-

TBS Framework
Based on the Arduino system, we’re thrilled to introduce the TBS Framework—making module creation a breeze.
-

SmartFox Systems
The SMARTFOX Pro allows users to automatically control electrical devices such as EV charging stations, hot tubs, air conditioners, infrared heaters, heating and pool pumps, and water heaters for hot water preparation. We assist with installation and setup.
-

IHS – Heating Controller
New in development: heating control system with temperature monitoring and Wi-Fi. Details
-

Professional Solar System in Rheintal
Solar installations are booming. Instead of using oil, gas, or fossil fuels, the shift is now towards sustainable energy. But which solar installation should be used? Which recovery method, technical control, and quality standards should be applied? I was approached by Gama AG Photovoltaik to implement their server infrastructure. An ERP system, users, and technical…
-

WebCam with your own server
Many affordable webcams rely on a service, often free of charge, over which you have no control. A client commissioned us to design a prototype that sends image data through a server located in Switzerland, allowing for self-configuration and maintaining control. The first designs are now functional. Mini-webcam with its own server, controlled via Wi-Fi…
-

VirtualBox Permanent Run
This mini-tool allows you to monitor virtual machines. The status is read from VirtualBox and, depending on settings and status, the machine is automatically restarted. Why? In a current, cost-effective, easy-to-maintain server solution, these machines should serve all employees as remote clients. However, users can shut down the system. This automatic restart ensures…