An Arduino Mega 2560 project that displays real-time information (bus, time and weather) on a 64x32 RGB LED matrix.
ArduiMum_bootup.mp4
ArduiMum is an IoT display system that:
- Connects to the internet via an Ethernet shield
- Fetches data from a web API
- Displays weather, time, and other information on an RGB LED matrix
- Syncs time using NTP (Network Time Protocol)
ArduiMum_demo.mp4
- Microcontroller: Arduino Mega 2560
- Display: RGB LED Matrix (16x32 or similar)
- Network: Ethernet Shield
- Schematics: Available in the
MumBoard/directory (Eagle format)
- Install Arduino IDE
- Install required libraries through Arduino IDE:
- RGB matrix Panel by Adafruit
- Adafruit GFX Library by Adafruit
- Time by Michael Margolis
- Set board to "Arduino Mega 2560"
- Load
projetMum/projetMum.inoand upload to the board
projetMum/— Main Arduino sketch and configurationMumBoard/— Hardware schematics and PCB design fileslibraries/— Custom and third-party librariespictures/— Reference images and documentation
Copyright © Perhan Scudeller