Free Course Download

Course Download
Menu
  • Home
  • All Courses
    • Python Programming
    • Shopify Tutorials
    • SQL Tutorials
    • Machine Learning Tutorials
    • Next Js TUtorials
    • Javascript Tutorials
    • Python Tutorials
    • Microsoft Office Tutorials
  • Games
  • Tech

Control a LED Matrix Via Web Interface With Arduino ESP32

admin December 23, 2021

Let’s make a Universal Remote for LED matrix via the web interface. We will control the 8×8 RGB Led Matrix with 16 outputs on Arduino ESP32. Now you can use your smartphone, laptop, or desktop to play games on this LED Matrix. With the Computer Vision(CV) capabilities of ESP32, we can detect motion and display the game accordingly.

We will be using 8×8 LED Matrix by utilizing all the 16 outputs on Arduino ESP32. This matrix has a 24-pin connector as shown in figure 1.

Control a LED Matrix Via Web Interface With Arduino ESP32

Through a web server on the ESP, we can change the ticker that appears on the LEDs (MAX7219 8×32)

What you’ll learn

  • Control a LED Matrix via web interface with Arduino ESP32
  • The LED matrix can be controlled through a website that was made.
  • HTTP requests are used to load data from public APIs.
  • In Arduino, you can use JSON objects.
  • Graphics and text are shown on a screen.

Requirements

First time working with Arduino. There are things you know how to do with the IDE and add libraries.

Description

Step by step, we show you how to make this real-world project, and you can download all the codes for each chapter. Frustration-free development is a given!

When you watch this video, you’ll learn how to control an 8×32 LED matrix (or a MAX72xx module). We use the MD Parola library to do this project, and it helps us do it. With this library, we can easily and quickly change the settings for the tickers on our screen. a text can slide in from one side and stop in the middle for a set amount of time.

To make the text “disappear,” we’ll also add dot graphics that will make it disappear as soon as they slide over the text.

We will make a website on the ESP32/8266 with a local web server that is running on the board. When you go to the website, there is a place where you can write something. Using jQuery, we send a GET request to the Arduino. The Arduino looks at the content and shows it on the LED matrix. This way, you can change the text on your own through the webserver.

Use SPIFFS to store text and data on your ESP. Thus, one could also use a web server to make a bigger advertising space. If the Arduino were not getting power, the text on the output would not go away.

We will also show the time in the area. When we do this, we connect to an NTP server and get the current timestamp.

Control a LED Matrix Via Web Interface With Arduino ESP32

If you want to know how much Bitcoin is worth, you can get it from a public interface. Thus, you learn how to use the Arduino to control public APIs and how to read the return value using Arduino JSON so that you can figure out how to use them.

Saved my code after each video: You can download all the codes, so you don’t have to worry about getting to the end.

We Use These Parts in This Project.

  • ESP32/ESP8266
  • MAX7219 is an 8×32 LED-Matrix
  • Step-down-Module for an external 12v power source (optional)
    Take care.

Who This Course is For:

To all DIYers and hobbyists who use the Arduino platform to make things.

Check Course

Prev Article
Next Article

Related Articles

go programming
Ethical Hacking with Go programming language: Build tools Learn Hacking …

Ethical Hacking with Go programming language: Build tools

python
Build a Scraper Software Using Python Learn How To Build …

Build a Scraper Software Using Python

About The Author

admin

Leave a Reply

Cancel reply

Recent Posts

  • Create Your Own Cryptocurrency In 5 Simple Steps
  • Introduction to Cryptocurrency & Bitcoin
  • Affiliate Marketing Super Strategies – Get Real Results
  • Become Pro in Microsoft Word From Beginner to Advanced
  • Android Game Development: Endless Runner Game in Android

Categories

  • Affiliate Marketing
  • All Courses
  • App Development Tutorials
  • Cryptocurrency
  • CSS Tutorials
  • Dart Programming
  • Ethical Hacking Tutorials
  • Go Programming
  • Java Tutorials
  • Javascript Tutorials
  • Machine Learning Tutorials
  • Microsoft Office Tutorials
  • Next Js TUtorials
  • Photoshop Tutorials
  • Python Programming
  • Python Tutorials
  • React Tutorials
  • SEO Tutorials
  • Shopify Tutorials
  • SQL Tutorials

Free Course Download

Course Download
Copyright © 2022 Free Course Download