Alexander Belokrylov from Oracle has written a programming tutorial to read the DS1621 temperature sensor using Java. Read it here.
Category: Java
Build an action camera with a #RaspberryPi and Java
Franco Raimondi wanted to explore the possibilities of the Pi’s GPIO pins through Java. To make it a more ‘fun’ project, he decided to build a GoPro-alike action camera that he could attach to his cycle helmet. He uses the…
WildFly cluster on multiple #RaspberryPi servers
Arun Gupta has continued his work with the WildFly Java application server. He’s now written three posts on the subject: Setting up and configuring WildFly on the Pi, setting it up on two Pis using managed domain mode and now…
WildFly: a lightweight Java application server on the #RaspberryPi
Arun Gupta has been investigating a way to run the lightweight Java application server Wildfly on the Pi. He’s now posted up a tutorial on installing an OS on the Pi and then installing Wildfly itself. Well worth a look if…
BlueJ – a Java IDE on the #RaspberryPi
BlueJ is a free Java Development Environment designed for beginners and the developers have now got it running on a Pi. They’ve stripped back some of the visual features and bells and whistles so that it (in their words) “runs…
Using Java with the #RaspberryPi, including GPIO
The Java Source has published a couple of videos. The first is all about getting JDK 8 up-and-running on the Pi. The second moves onto using Pi4J and controlling the GPIO
Installing Oracle JDK 8 on the #RaspberryPi
Rahul Kar has written a very short tutorial on installing the version 8 Java Development Kit onto the Pi. Read it here
Server monitoring with the #RaspberryPi
19-year old Brandon has written a Java application that runs on a Raspberry Pi and tweets when his servers are down. Read more about how he did it here
Develop Java Apps using the #RaspberryPi – new MOOC from Oracle
A new Massive Open Online Course has been released by Oracle, and it’s FREE. In this course, you will write Java Embedded applications that: Read input data from switches and drive LED’s using the GPIO interface Read temperature and barometric…
Complete #RaspberryPi course from Intertech
Training company Intertech has been very generous and published the complete set of course materials from their Complete Raspberry Pi Training class. Here are the segments: Set-up the Pi, install the operating system and get the training files onto the…