A 32×8 matrix forces data to perform movement.


On this page


Latest News


What it is & Why I did it

This project explores a different way of visualizing environmental data. Instead of a structured OLED interface, the measurements appear on a 32×8 LED matrix as scrolling text and a small barometric trend graph.

At the core sits an Arduino Nano reading atmospheric data from a BME280 sensor while a DS3231 real-time clock provides precise timekeeping.

The display consists of four cascaded MAX7219 8×8 LED modules, forming a narrow but expressive 32-pixel wide window where values, timestamps and weather information continuously scroll by.

Unlike the static layout of the OLED version, the LED matrix turns measurements into motion. The device does not present data as fields — it performs them as a continuous stream of light.

Compared to the OLED version, the LED matrix display follows a very different philosophy.

The OLED presents information in a structured layout: numbers, labels and clear sections.

The LED matrix does the opposite. It compresses everything into a narrow 32-pixel strip and lets the information scroll through it — turning temperature, pressure, humidity and time into a moving sequence.

It is less structured, but far more dynamic.

Hardware:

↑ top⌂ home← back