Raspberry Pi 89
These Raspberry Pi posts focus on hands-on experiments with Java on affordable hardware: board setup, peripherals, Linux images, hardware control, and lessons learned while building real prototypes.
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 …
PiJava overview - Java 11 and JavaFX 11 on Raspberry PI
As my daily work mainly is Java and back-end stuff on “real servers”, I set myself for 2019 as a personal goal to experiment with Java 11 on a Raspberry PI.
PiJava - Part 6 - JavaFX 11 on Raspberry PI with TilesFX and GPIO
What we will do Based on the previous blog posts we can install and run Java 11 we have a minimal JavaFX 11 application which runs fine on a PI So there is one “small” …
PiJava - Part 5 - Running the minimal JavaFX 11 application on Raspberry PI
In part 2 of this blog series Java 11 was successfully installed on a PI. And in part 4 a running Java FX jar was generated on a PC .
PiJava - Part 2 - Installing Java 11 on a Raspberry PI 3 Model B+
After my first (and failed) attempt to get Java 11 running on an old Raspberry PI , I bought a brand new 3 Model B+ version.
PiJava - Part 1 - Trying to run Java 11 on an old Raspberry PI
One of my goals for 2019 is experimenting with the latest Java and JavaFX versions on a Raspberry PI. After my experiments with the Python Pong game I was not very happy with the …
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.
Books
I’ve worn a few different hats around books. I wrote one on my own, Java Programming for Raspberry Pi , and I contribute to community books like Sustainability for Java …
Courses
Java Quick Start Is Java your first programming language and do you want to get up and running fast? Or maybe you are already an experienced programmer in another language and want …