Getting Started with Java on the Raspberry Pi
For sale as ebook on Leanpub, with continuous free updates!
Introduction
When I first managed to blink a LED connected to a Raspberry Pi with Java, I was super excited!
Controlling physical things with some lines of code is magic! This book includes a lot of info and history about Java itself and how to install it on the Raspberry Pi. Also, a lot of tips and tricks to become or be a better developer. And above all many simple examples on these and even more other topics.
My goal was to collect all the information I would have liked to have gathered when I started my experiments with Java on the Raspberry Pi. If you are new to Java, you will learn the language bit by bit by following the examples. As an experienced Java programmer, you will learn how you can extend your knowledge and control the world around you with simple and inexpensive components.
The ebook is available on Leanpub for a pay-as-you-wish price starting at 9.99$. The sources, extra links, and documentation are available for free on GitHub.
The paper book is sold out! Let me know via “javaonraspberry at webtechie dot be”, if you bought the paper version and want a free ebook with all the updates! Share a picture of you with the book, forward me the order confirmation, or use whatever means available to prove you have it. Tip: I know at least one library where you can find it… ;-)
Video
Book content
- The magic of Bits and Bytes and solving the confusion of Java signed values with the help of a LED number display.
- Beautiful user interfaces made with JavaFX so you can interact with the hardware.
- Pi4J applications to control different types of hardware like LEDs, buttons, displays, led strips, relay boards, and many more.
- With additional information regarding the second version of the library, released in 2021.
- And extra JBang examples to get you started with as little code as possible.
- Spring applications to interact with your Pi via web interfaces.
- How to set up a queue to send and receive messages to and from Arduino boards or other Pi’s.
- Interviews with some of my heroes
- Karen Mouws - STEM and diversity
- Trisha Gee - IntelliJ IDEA
- Xiaokai He - Visual Studio Code
- Simon Ritter - Azul Zulu JDK
- Alexander Belokrylov - BellSoft Liberica JDK
- Jakob Jenkov - Java tutorial site on jenkov.com
- Geertjan Wielenga - Foojay.io
- Johan Vos - OpenJFX, JavaFX and GluonHQ
- Gerrit Grunwald - Java, JavaFX, TilesFX
- Robert Savage - Pi4J
- Max Rydahl Andersen - JBang
- Mark Heckler - Spring
- Vlad Mihalcea - JPA, Hibernate
- Almas Baim - FXGL
- And a lot of other inspirational ideas and getting-started examples to be able to build your dream do-it-yourself project.