Skip to content

Latest commit

Β 

History

History
37 lines (24 loc) Β· 898 Bytes

File metadata and controls

37 lines (24 loc) Β· 898 Bytes

Arduino R4 WiFi LED Matrix Display

This repository contains code for an Arduino Uno R4 WiFi that receives commands and text input via the serial interface and displays the text on the built-in LED matrix.


πŸš€ Installation

  1. Clone this repository:
git clone git@github.com:Mattia-Sacchi/Spinning-Letters-on-Arduino-Matrix.git

πŸ“‹ Features

  • Receives serial input to control the LED matrix.
  • Supports two inputs:
    1. Command Type: Determines the display behavior (0 Slideshow, 1 Spinning).
    2. Text String: The message to display on the LED matrix.
  • Compatible with Arduino Uno R4 WiFi.

πŸ› οΈ Hardware Requirements

  • Arduino Uno R4 WiFi
  • USB cable for programming
  • Arduino IDE

πŸ§‘β€πŸ’» Usage

  1. Open the Serial Monitor in the Arduino IDE.
  2. Set the baud rate to 9600.
  3. Send a command to control the LED matrix display.