Electronics 23

This tag groups hands-on electronics posts covering sensors, LEDs, displays, controllers, and the practical side of connecting Java software to real hardware.

May 23, 2019 · 6 min

Pi4J - Adding a REST interface with Spring Boot

As I was learning Spring Boot myself, I thought the easiest way to learn was trying to build an example and write about it. So here we go… :-)

#java#spring#pi4j#rest
May 23, 2019 · 3 min

Pi4J - Extending with a JavaFX info application

While trying out what Pi4J can do, I found it could easily be extended with a JavaFX application to provide info about the headers on a Pi board. This could later be extended to a …

#java#javafx#pi4j#raspberry-pi
Dec 20, 2017 · 2 min

Pong on a Raspberry PI

As a self-study project I experimented to create a Pong game + slide shown on a Raspberry PI with Tkinter, GPIO and physical buttons.

#python#raspberry-pi#electronics