Skip to content

Code for pulling text from an API endpoint and scrolling it across a matrix

Notifications You must be signed in to change notification settings

fadesibert/arduino_esp32_scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

arduino_esp32_scroller

Code for pulling text from an API endpoint and scrolling it across a matrix

  • Configure the defines for your chosen LED pin, Matrix dimensions colour mode, an optional status LED pin
  • Configure a variable for the HTTP API URL you want to call
  • Tweak the code if you want to display a different key than "message"

This works on an ESP32 with Wifi running Arduino. Works (barely) on a 32x8 matrix (may have to shave a bit and go for 30x7) on an Arduino Nano or similar

If compiling using the Arudino IDE, make sure you have LEDText, LEDMatrix, ArduinoJSON, FastLED

About

Code for pulling text from an API endpoint and scrolling it across a matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages