Pi4J provides a friendly object-oriented I/O API and implementation libraries for Java Programmers to access the full I/O capabilities of the Raspberry Pi platform. The project “hides” the complexity to interact with electronic components through different ways of communication (SPI, …
-
Crafting Your Own Railway Display with Java!
Table of Contents BackgroundImplementationConclusionReferences Have you fancied to have your own railway display at home? If you love traveling by public transport and always jump on the train just before the door closes like us, it’s really cool and highly …
-
A Fresh Look at Embedded Java
Java is the environment that offers the highest developer productivity thanks to its many amazing tools, evolutions, and community.
-
Foojay Podcast #55: Embedded Java, Part 2
In this episode #55, we look into the history of the Java Micro Edition and how things evolved.
-
Evolutions in the Pi4J library by Tom Aarts and Robert von Burg
Table of Contents Ongoing I2C ImprovementsPWM Hardware Support on Raspberry Pi 5New Class to Get Board InfoInterview with Robert von BurgInterview Tom AartsConclusion Multiple improvements have been implemented in the new release, V2.6.0 (2024-04-29) of Pi4J, a friendly object-oriented I/O …
-
Java on Raspberry Pi 5 with Pi4J
Alexander Liggesmeyer contributed a new plugin to Pi4J: GpioDPlugin. As a Pi4J-user, he wanted to run his applications on the Raspberry Pi 5.
-
Controlling LED Strips with Java and JBang
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.
-
Dive into the OpenJDK: Top 10 Reads on Foojay.io
Foojay.io is a community platform dedicated to the needs of developers who use the OpenJDK and related technologies.
-
Unlocking Java Secrets with Frank Delporte: Insights, Stories, and Tips for Success
Dive into our insightful interview with Frank Delporte, Java Champion and Senior Technical Writer at Azul Systems, as he shares his experiences in the software industry.
-
Coroutines on the RaspberryPi (Pi4J-Kotlin)
Find out all the details on Pi4J-Kotlin v2.4.0: Coroutines, I2C, and Serial DSL on Foojay.io Today, the place for OpenJDK friends.
-
Control your Arduino with Spring
Learn how to use Firmata4j to control an Arduino board from a Raspberry Pi board or directly from your computer.