~/tags
Serial 2
Serial communication is fundamental for connecting microcontrollers, sensors, and embedded devices. These posts cover serial protocols, UART communication, and implementing serial interfaces in Java applications.
Controlling LED strips with Java
One of the most “fancy” electronic components is definitely a LED strip. It’s really cool to control a long strip of lights with only a few lines of code… But, …
Drumbooth controller with Raspberry Pi, JavaFX, and Arduino
Based on multiple examples from my book “Getting started with Java on Raspberry Pi” , I created a touchscreen controller for the drum booth of my son. Combined with …