Wireless P10 Dot Matrix LED Display Using ESP8266

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • Hi, In this video we are going to see how we can control P10 Dot Matrix LED Display using ESP8266. We will make a custom PCB Driver board, which fits perfectly on top of the display headers, to control the matrix Display. We will farther see how we can send texts from a web server which scrolls through the Display. So that we can change the text anytime wirelessly. Let's get started..
    This video is Sponsored by ALLPCB.COM. ALLPCB is a top speed PCB manufacturer from China. Where you can get high quality professional PCBs.
    ALLPCB offers special offer: $1.99 for 5pcs (1-2 layers, 100×100mm, FR-4 CCL).
    Compared to other similar offerings, it is quite competitive. (Seeedstudio $4.90; Iteadstudio $19.90; Elecrow $13.50).
    Not only that, you can get free shipping for your first order and 20% off on all PCB production in the Christmas sale which is currently available. Grab the offer before deals ended.
    ALLPCB Website : www.allpcb.com...
    ____________________________________________________
    DMD2 Library :
    github.com/fre...
    ____________________________________________________
    Gerber Files : bit.ly/2YutYA0
    ____________________________________________________
    CODE : github.com/pal...
    ____________________________________________________
    Thanks for Watching. Hope you enjoy the video. Please leave a LIKE if you do.
    SHARE this Video. For any farther information let me know in the COMMENTS And Don't forget to SUBSCRIBE! It really motivate me a lot to make more awesome Projects for you. Thanks for your support!😊
    ____________________________________________
    📌 Say Hi to me on Social Media
    Facebook : / electropoint4u
    Instagram : / electropoint4u
    ____________________________________________
    Music Credits :
    MorningLightMusic
    morninglightmu...
    ____________________________________________
    BeatbyShahed
    / djshahmoneybeatz
    / djshahmoneybeatz
    ____________________________________________
    #esp8266
    #display
    #allpcb

Komentáře • 41

  • @osgaleo2229
    @osgaleo2229 Před 4 lety

    thank you very much friend i will do the compilation in a mcu node as soon as i have my panel in hand i was looking for a project with this matrix here and i found you have a great job thanks for sharing !!

  • @techs5564
    @techs5564 Před rokem

    everything starts ok but whenever tried sending text there is nothing on the display except some horizontal lines. Any idea?

  • @tanmay5946
    @tanmay5946 Před rokem

    How is it scrolling forever in Hello World? Scroll() is being executed once

  • @ravethan5596
    @ravethan5596 Před 4 lety

    Hi I have p10 led panel how to connect the esp8266 mini to what pin no connect to which pin to panel

  • @suhashinighanekar7663
    @suhashinighanekar7663 Před 3 lety

    I don't see any actions on LED panel with scrolling program

  • @Dwi.P4
    @Dwi.P4 Před rokem

    Is there a way to display the clock using RTC, sir?

  • @jihadkhorfan
    @jihadkhorfan Před 3 lety

    how many p10 screen can we connect together before it start flickering

  • @sanzhar4710
    @sanzhar4710 Před 3 lety

    hello comrades how to connect HUB08? I have 64x16 and ABCD. Where in the sketch do you need to add additional C and D?

  • @electronictechnology4776

    I had done all the things but my led panel is in fully on with all led

  • @drashtishah3369
    @drashtishah3369 Před 3 lety +1

    Can you upload the code for notice board using p10 LED display using nodemcu???

  • @urfreind1549
    @urfreind1549 Před 3 lety

    Bro how we make connections between p10 led display and normal nodemcu esp8266

  • @tuyenleuc6570
    @tuyenleuc6570 Před 4 lety

    I have p10 led panel matrix 32x16. How to connect the esp8266 nodeMCU V3?
    /*
    Pin Defination
    nOE - GPIO5
    A - GPIO16
    B - GPIO2
    CLK - GPIO14
    SCLK - GPIO12
    r/Data - GPIO13
    */
    SCLK - GPIO12
    What is this?

    • @ElectroPoint4u
      @ElectroPoint4u  Před 4 lety

      This are the default pin labels. Search online for P10 DMD pinout and ESP8266 NodeMCU pinout.

  • @DrTRonik
    @DrTRonik Před 4 lety +1

    Cool... ✔✔✔

  • @luizandrade6438
    @luizandrade6438 Před 4 lety

    Great Job!
    I'm trying to use a NodeMCU to control a P10 LED Panel. Can I conect the NodeMCU pins direct to the P10 panel? Or I need a Logic Level Converter 3V3 to 5V?

    • @ElectroPoint4u
      @ElectroPoint4u  Před 4 lety

      I have connected my display directly to the Esp8266 pins and so far I don't have an issue with that setup. However, if you want you can use level shifters for conveniences..

    • @luizandrade6438
      @luizandrade6438 Před 4 lety

      @@ElectroPoint4u Thank you!!!

  • @TechnoAutomation
    @TechnoAutomation Před 3 lety

    Can you provide driver board??
    I will pay for it.
    Location gujarat India.

  • @anibalvilelarj
    @anibalvilelarj Před 4 lety

    Congratulations !
    It is very nice and usefulll.
    I would like to use a NodeMCU, because I am going to use 3 digital pins to receive remote control(RF 433MHz) with 3 buttons.
    Please, what is the kind(model) of ESP8266 used in this video ?

    • @ElectroPoint4u
      @ElectroPoint4u  Před 4 lety +1

      Thanks, I have used ESP8266 12f module

    • @anibalvilelarj
      @anibalvilelarj Před 4 lety

      @@ElectroPoint4u , does It have 3 free digital pins ?

    • @ElectroPoint4u
      @ElectroPoint4u  Před 4 lety +1

      Yes, but then you have to use the TX & RX pin as GPIO0 and GPIO1

    • @anibalvilelarj
      @anibalvilelarj Před 4 lety

      I have noticed some small differences between the reported Gerber Files and the PCB used in this video, specially the power connector.
      Are you aware on that ?
      Please, could you make public its schematic, too ?
      Thank You !

    • @ElectroPoint4u
      @ElectroPoint4u  Před 4 lety

      Yes, Actually that is Rev.2 board. I thought it'd be useful to have barrel type connector in the PCB, instead of just only scrub terminals.

  • @video-zc4qv
    @video-zc4qv Před 3 lety

    how do you upload the code to the esp8266 module?

    • @ElectroPoint4u
      @ElectroPoint4u  Před 3 lety

      Using a USB to serial programmer. The UART pins along with GPIO0 and RESET are broken out on the PCB

  • @1i259
    @1i259 Před 2 lety

    Nice work bro , can you use other language in the message like arabic or hindi ?

    • @ElectroPoint4u
      @ElectroPoint4u  Před 2 lety +1

      Yes, you will need the font header file for that perticular language and you can use adafruit gfx library to include it.

  • @jamalani4249
    @jamalani4249 Před 4 lety +1

    how if use nodemcu

    • @ElectroPoint4u
      @ElectroPoint4u  Před 4 lety +1

      You will find the pin definition inside the code. Connect the NodeMCU according to that.

  • @ayuratnas0875
    @ayuratnas0875 Před 4 lety

    Ka boleh minta codingannya?

    • @ayuratnas0875
      @ayuratnas0875 Před 4 lety

      Kirim di ayurtna0802@gmail.com

    • @kmuchlis7842
      @kmuchlis7842 Před 3 lety

      Kalo mau belajar buka channel bonny useful bahasa indonesia menurutku sudah lengkap tinggal kita ngembangin.

  • @riteshsinha5900
    @riteshsinha5900 Před 4 lety

    not very informative ....definitely not for noobs [me]