Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupava/matrix_display
Matrix Display using NodeMCU ESP8266
https://github.com/rupava/matrix_display
arduino diy-electronics esp8266 matrixdisplay nodemcu
Last synced: 8 days ago
JSON representation
Matrix Display using NodeMCU ESP8266
- Host: GitHub
- URL: https://github.com/rupava/matrix_display
- Owner: rupava
- Created: 2021-09-22T09:10:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T07:41:22.000Z (about 2 years ago)
- Last Synced: 2024-11-17T05:12:01.670Z (2 months ago)
- Topics: arduino, diy-electronics, esp8266, matrixdisplay, nodemcu
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix_Display
A simple Matrix Display programmed in Arduino C for NodeMCU ESP8266.
### Features:
* You can upload and update texts shown on the Matrix Display wirelessly by connecting to the AccessPoint created by the NodeMCU
* The data uploaded to the NodeMCU is stored in the internal EEPROM hence it is not lost after a power cycle.
* You can make minor changes to the code and can cascade to multiple Matrix Displays.### Prerequisites:
* Arduino IDE with esp8266 boards added to the preferences and boardmanager.
* NodeMCU 8266 or any ESP8266 boards with enough pins.
* A couple of 8X8 LED Matrix Displays with MAX7129 Display Drivers.