![]() |
EduArt Sensor Ring Library 3.0.1
|
The table below shows the current versions of the EduArt sensor boards that can be used with the EduArt Sensor Ring library.
|
Sensor Board Type |
Description |
|---|---|
|
Edu Headlight
|
|
|
Edu Taillight
|
|
|
Edu Sidepanel
|
|
|
Edu Minipanel
|
|
All of the Edu Sensor Boards come with a ST VL53L8CX is a 3D multi zone Time of Flight sensor that returns a grid of 8 × 8 individual 3D distance values per measurement. The measurements from all Time-of-Flight sensors in the EduArt Sensor Ring are combined in a single large point cloud whose resolution solely depends on the number of connected Time-of-Flight sensors. [Product Website]
The key features of the sensor according to the manufacturers datasheet are:
![]() The ST VL53L8CXTime-of-Flight sensor | ![]() Visualization of a VL53L8CX measurement |
The Edu Headlight sensors boards can be delivered with an optional Heimann HTPA32x32d is an all-in-one integrated thermal imaging sensor. It returns a thermal image with temperature values for each pixel. In addition the Sensor Ring library converts the temperature image into a false color image for better visualization. [Product Website]
The key features of the sensor according to the manufacturers datasheet are:
![]() The Heimann HTPA32x32d Thermophile Arrays with different optics | ![]() Visualization of a HTPA32x32d measurement |
Some Sensor Boards come with individually addressable RGB LEDs. The LEDs can either be set to predefined color animations or can be set individually through the library. [Product Website]

The Sensor Ring library implements the Linux specific SocketCAN interface to communicate with the sensors. The SocketCAN interface can be used on most Linux machines by using a CAN FD USB adapter with Linux Kernel support or through a SPI to CAN FD adapter for embedded computers like a Raspberry Pi.
To use the SocketCAN interface type you need to connect a compatible CAN adapter to your computer and start the interface.
⚠️ The EduArt sensors have a fixed baud rates of 1 Mbps nominal and 5 Mbps for the data. Make sure your interface matches these rates.
Use the ifconfig or ip addr command to verify that the CAN interfaces are up and running. In this example we have the CAN interface can0 up and running.
EduArt provides a RaspberryPi adapter shield that provides two independent CAN FD interfaces reserved for the sensors. Refer to this guide on how to set up a Raspberry Pi with the EduArt adapter shield. After the setup of the shield you should see three running CAN interfaces with the ifconfig or ip addr command.

The SocketCAN interface can also be used on most Linux machines with a CAN FD adapter with Linux Kernel support like the candleLightFD adapter. These adapters are super easy to use:

In addition to the Linux only SocketCAN interface the Sensor Ring library also implements the cross platform USBtingo CAN FD to USB interface. The USBtingo can be used on both Linux and Windows devices. The Sensor Ring Library uses libusbtingo internally to support this interface. If the libusbtingo library is not previously installed it is automatically fetched while building the the Sensor Ring library.
⚠️ The Sensor Ring library needs to be compiled with the -DSENSORRING_USE_USBTINGO=ON option to enable support for this interface.
⚠️ The USBtingo is not recognized as CAN device by the Linux Kernel. The commands from the SocketCAN compatible adapter above don't work for this device.

The sensor boards of the Sensor Ring are daisy chained together with Molex Pico-Lock 7-Pin off-the-shelf cables. The chain of sensors needs to be terminated at one one by a RaspberryPi with the EduArt adapter shield or by a computer with a CAN FD to USB adapter.
ℹ️ The connectors on the boards have no dedicated input or output and can be joined in any order and orientation.
![]() Top view of a sensor chain with two minipanels and an USBtingo as adapter. | ![]() Bottom view of a sensor chain with two minipanels and an USBtingo as adapter. |