Wifi Scrolling Display

by IoTFever in Circuits > Arduino

2586 Views, 10 Favorites, 0 Comments

Wifi Scrolling Display

WiFi Scrolling LED Display

Nodemcu Wifi Messages Scrolling LED Display

This project uses an LED dot matrix based on the MAX7219 from Maximum, which is an 8-bit LED display driver chip. These chips are designed to control up to 8-digit 7-segment digital LED displays, bar graph displays, or 8x8 LED dot matrix displays. Arduino IDE provides a library called Matrix with sample code written for the MAX7219 chip.
Along with the MAX7219, we will use an ESP8266 and a dot matrix display to display messages sent over the local Wi-Fi network. The code can also be modified to allow these messages to be sent through the internet using different APIs. In this project you can able to display message on led dot matrix using an any android mobile phone or any computer using IP address.

Lets start with project........

Required Hardware

nodemcu.jpg
led dot matrix.jpg
  1. NodeMCU ESP8266
  2. MAX7219 dot matrix ( you can use multiple matrix , i have used 2)
  3. Jumper Wires
  4. Breadboard (optional)

Required Software

  • Arduino Sofrware Link

Connecting the Hardware

* ESP8266 pins need wired are below:

* DIN (data in) on Matrix ---> on ESP8266 pin D7

* Clock(CLK) on Matrix --> on ESP8266 pin D5

* CS pin on Matrix ---> on esp8266 pin D8

Circuit Diagram

circuit diagram.png

Setting Up Arduino IDE

Libraries installation.png
esp8266 installation.png

First we download the library , Now open arduino ide software then click on sketch ==> include library ==> manage library ==> and search for LEDMatrixDriver and download the library.

Select Board

Libraries installation.png
Board installation.png

Next, select the board , Tools ==> Board ==> Board manager ==> and search for esp8266 and download esp8266 by ESP8266 community.

if you have ESP8266 board installed then follow the steps, Go to Tools ==> Board ==> search for esp8266 and downloade the board.

Code

Download the skecth below the link , and open code , and we need to do some changes, just type your wifi ssid and wifi password.

Now , upload the source code.

Code Link

Final Step

Screenshot_20200701-205238[1].jpg
Screenshot_20200701-205242[1].jpg
Screenshot_20200701-205250[1].jpg

After the successful upload of code then turn on your wifi , and wait for connecting nodemcu , after that LED dot matrix show ip address ,or open serial monitor , you will see ip address of nodemcu , Just type this ip address in any browser ,

and here you are finish with project , Enjoy your project.

That’s it for this tutorial. Thanks for reading.

If you have any question about today’s tutorial, please feel free to share via the comment section

I hope it will helpful to you...........................Thanks.

ESP8266 Webserver DHT11 Sensor and OLED Display

ESP8266 webserver DHT11 Sensor and OLED Display

Arduino LED Cube

led cube Arduino