SkillAgentSearch skills...

Diozero

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.

Install / Use

/learn @mattjlewis/Diozero

README


author: "Matthew Lewis"

diozero - a Java Device I/O wrapper for GPIO / I<sup>2</sup>C / SPI control

Maven CI Build Maven Central Status License: MIT Javadoc

A Device I/O library written in Java that provides an object-orientated interface for a range of GPIO / I<sup>2</sup>C / SPI devices (LEDs, buttons, sensors, motors, displays, etc) connected to Single Board Computers like the Raspberry Pi. Actual GPIO / I<sup>2</sup>C / SPI device communication is delegated to pluggable service providers for maximum compatibility across different boards. This library is known to work on the following boards: all models of the Raspberry Pi, Odroid C2, BeagleBone (Green and Black), C.H.I.P and ASUS Tinker Board. It should be portable to any Single Board computer that runs Linux and Java 11+.

This library makes use of modern Java features such as automatic resource management, Lambda Expressions and Method References where they simplify development and improve code readability.

Created by Matt Lewis (email deviceiozero@gmail.com) (blog), inspired by GPIO Zero and Johnny Five. If you have any issues please use the GitHub issues page. For any other comments or suggestions, please use the GitHub discussions page.

Please refer to the GitHub Pages site for further documentation.

View on GitHub
GitHub Stars278
CategoryCustomer
Updated10d ago
Forks63

Languages

Java

Security Score

100/100

Audited on Mar 14, 2026

No findings