Skip to content

Perhan35/ArduiMum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduiMum

An Arduino Mega 2560 project that displays real-time information (bus, time and weather) on a 64x32 RGB LED matrix.

ArduiMum_bootup.mp4

Overview

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)

Demo

Video

ArduiMum_demo.mp4

Photos

Temperature Display Weather Display

Hardware

  • Microcontroller: Arduino Mega 2560
  • Display: RGB LED Matrix (16x32 or similar)
  • Network: Ethernet Shield
  • Schematics: Available in the MumBoard/ directory (Eagle format)

Getting Started

  1. Install Arduino IDE
  2. Install required libraries through Arduino IDE:
    • RGB matrix Panel by Adafruit
    • Adafruit GFX Library by Adafruit
    • Time by Michael Margolis
  3. Set board to "Arduino Mega 2560"
  4. Load projetMum/projetMum.ino and upload to the board

Project Structure

  • projetMum/ — Main Arduino sketch and configuration
  • MumBoard/ — Hardware schematics and PCB design files
  • libraries/ — Custom and third-party libraries
  • pictures/ — Reference images and documentation

License

Copyright © Perhan Scudeller

About

Display for bus, time and weather with a 64x32 LED Matrix through Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages