- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Smart Matrix
We wanted a display in our makerspace that could be updated as visitors interacted with the space. This project serves as a template for future IoT device to communicate with the display via MQTT. We have many games in our space and would like to integrate high score achievements with the display. Also, we would like to welcome patrons when they open the door.
This matrix utilizes the MQTT protocol to display scrolling messages. We followed this tutorial for the intial set up of the pi with the matrix: https://learn.adafruit.com/adafruit-rgb-matrix-bonnet-for-raspberry-pi/driving-matrices I recommend checking out the python example code to get a feel for how the images or the text is displayed. Our current set up is coded for a 32×128 matrix (two 32×64 matricies). Here are the docs for paho-MQTT: https://pypi.org/project/paho-mqtt/#client Note that there is also a C++ library for paho-MQTT here: https://github.com/eclipse/paho.mqtt.cpp
Pingback: Smart Matrix - Open Electronics - Amazonsearch.io