A step-by-step guide to building a JavaFX 11 dashboard application on a Raspberry Pi using the TilesFX library and GPIO control. Covers wiring a LED and push button to GPIO pins, installing TilesFX from Maven, using WiringPi terminal commands via Java's Runtime.exec() as a workaround for Pi4J's lack of Java 11 support, and running the application with the correct module path configuration. Includes code snippets for creating TilesFX tiles (switch, chart, clock) and a Gpio helper class.
Table of contents
What we will doWiringJava to GPIOInstall TilesFX module on the PIThe codeRun it!ConclusionSort: