Tagged "LattePanda"

I Benchmarked Java on Single-Board Computers: Orange Pi 5 Ultra and Raspberry Pi 5 Lead the Pack

In my “Java on Single Board Computers” series, I already published several posts and videos in which I unpack the board, connect it for the first time, and try to install and run some simple Java code. In this post, I want to share some benchmarks of Java on these boards to get a better idea of the performance we can expect from Java on these platforms.

Keeping Single-Board Computers Organized with a 3D Printed Stack

As I shared in previous posts, I want to learn and experiment more with different types of single-board computers in 2026. But I also want to keep them organized and easily accessible. Following the Clean Desk Policy (CDP) in my little home-office also keeps my mind clean :-)

Single Board Computers: x86 vs ARM vs RISC-V

Ever since I started my #JavaOnRaspberryPi journey in 2019, which resulted in my book “Getting Started with Java on the Raspberry Pi”, I’ve been fascinated with these tiny, inexpensive computers. For 2026, I’ve set one of my goals to experiment with Java on various Single-Board Computers (SBC), going beyond my “Raspberry Pi comfort zone.” The market is flooded with SBCs ranging from budget boards (tens of euros) to powerhouses (hundreds of euros). One of the reasons of this price range is the difference between the processors they use. Raspberry Pi uses an ARM processor, but RISC-V is gaining momentum, while Intel maintains its presence. So before I start experimenting, now is the perfect time to compare these three processor families and understand their differences.

First Experiments with Java on the LattePanda IOTA: An Alternative to Raspberry Pi?

After years of experimenting with Raspberry Pi boards, Java, JavaFX, and Pi4J to control electronics, I wanted to explore whether my knowledge and experience could be applied to similar boards from other providers. There are many alternatives available these days, based on ARM, Intel processors, and RISC-V architectures.