Тёмный
No video :(

Arduino IDE + NodeMCU ESP8266 + P10 LED Panel | NodeMCU with P10 (Set Text on P10 with Web Server) 

Uteh Str
Подписаться 18 тыс.
Просмотров 30 тыс.
50% 1

Arduino IDE + NodeMCU ESP8266 + P10 LED Panel | NodeMCU ESP8266 controls P10 LED Panel using Arduino IDE (including text set in P10 with Web Server). In this project video I use Arduino IDE 1.8.9 , Notepad++ V7.7.1 , NodeMCU ESP8266 V3 and P10 LED Panel.
Download source code and installation image here : drive.google.c...
Download the DMDESP Library by busel7 (Bonny Useful) : github.com/bus...
Note :
The drawback of this library (DMDESP) is that there is a slight flicker in the Text display that doesn't move (doesn't scroll). But in my opinion it's still good. Flicker does not occur on the scrolling text.
The code file is saved in the .rar file format. I created a .rar file using Winrar V5.50, so to extract it, make sure you use the same version of Winrar that I use or the latest version or use the winrar extractor online.
Sorry if my English is confusing, I use an online translator.
***********************************************
Thanks for watching & don't forget to like , share, comment and Subscribe.
***********************************************
For other video tutorials on this channel, please see this playlist:
- Basic4Android (B4A) Tutorials : • Basic4Android (B4A) | ...
- Electronics Tutorials : • 3 LED Flip Flop
- Arduino Tutorials : • Arduino | Scrolling Te...
- Great Cow Basic Tutorials : • Great Cow BASIC with A...
- Bascom Avr Tutorials : • Bascom Avr | How to Se...
- VB .NET Tutorials : • Visual Basic .NET | ...
- LoLin NodeMCU V3 ESP12E ESP8266 Tutorials : • Arduino | LoLin NodeMC...
***********************************************
Download Arduino IDE : www.arduino.cc...
Download Fritzing : fritzing.org/do...
Download Notepad++ : notepad-plus-p...
***********************************************
Reference :
- Displaying Text on P10 (busel7) : github.com/bus...
- Installation of NodeMCU ESP8266 with P10 (busel7) : github.com/bus...
- Arduino reading and writing string to EEPROM (circuits4you.com) : circuits4you.c...
and from several other sources.
***********************************************
Music Background:
Waited (instrumental) by RYYZN / ryyzn
RU-vid : • RYYZN - Waited (INSTRU...
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/al-waited
Music promoted by Audio Library • Waited (instrumental) ...
Luxury by Causmic
Genre and Mood : Hip-hop and Rap | Calm
Luxury by Causmic on RU-vid : • [FREE] Rick Ross x Dra...
Lights by Sappheiros / sappheirosmusic
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/LightsS...
Music promoted by Audio Library • Lights - Sappheiros (N...
chill. by sakura Hz / sakurahertz
• sakura Hz - chill. (Ne...
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/chill-sa...
Music promoted by Audio Library • Chill - sakura Hz (No ...
Music Title: SUBWAY DREAMS
Artist: Dan Henig
Genre: Dance & Electronic (Dramatic)
Music from RU-vid Studio [ Audio Library ]
***********************************************

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 95   
@riteshsinha5900
@riteshsinha5900 2 года назад
temporary text method is working .. but when i use the code to store msg in EEPROM my d1mini is restarating continuously .. can you help me please??
@nacriansyah9908
@nacriansyah9908 2 года назад
its works thank you
@ahamadizzard745
@ahamadizzard745 Месяц назад
This displays the text. but the issue is the LED's displays in reverse. it means the complete panel is On and the text LEd's goes off to show the text. how to fix this
@batuhansaglam9881
@batuhansaglam9881 3 года назад
Can this action be used with the phone ? Can we run it from the phone ?
@utehstr
@utehstr 3 года назад
Yes, of course. Make sure that Phone and NodeMCU are on the same network.
@_Tesla___Live-
@_Tesla___Live- 2 года назад
Bagaimana cara menghilangkan Flicker pada saat tampilan scroll texk dan text biasa.
@anithasshenoy6662
@anithasshenoy6662 3 месяца назад
Nice video. Is the text box on the web page multi-line ? What should be done to display multiple line on the display ?
@rodrigoponceaviles
@rodrigoponceaviles 3 года назад
I congratulate you, without a doubt a very good project. It is possible to manage a 96x64 pixel P10 led panel, or 12 16x32 panels connected to each other.
@utehstr
@utehstr 3 года назад
Thank you. Sorry I can not answer your question, because I've never tried to use it as much p10 panel. Maybe you can ask this on the Arduino forum.
@luistaboada7499
@luistaboada7499 3 года назад
Nice example, its very easy to make a vertical scroll to: void Scrolling_TextY(int x, uint8_t scrolling_speed) { static uint32_t pM; static uint32_t y; int heigth = Disp.height(); Disp.setFont(Mono5x7); int fullScroll = heigth*2; if((millis() - pM) > scrolling_speed) { pM = millis(); if (y < fullScroll) { ++y; } else { y = 0; return; } Disp.drawText(x, heigth- y, Text[0]); } }
@utehstr
@utehstr 3 года назад
👍🙂 Thanks to @Bonny Useful ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-cDKsBYR1Nps.html for developing an excellent library (DMDESP).
@tientruong9315
@tientruong9315 2 месяца назад
how to using led p10 with arduino mega , i using code example and connect right wires but it's not working, i also was change connect CLK to pin 52 and DATA to Pin 51 but still have the same problem, but one case i dont know why , if i touch the microprocessor, led is Working , and display data
@mahbuburrahmanrahman2677
@mahbuburrahmanrahman2677 3 года назад
Do you tell me Is it possible to control AC FAN dimmer (with zero cross detection) both By two Physical push BUttons (for speed increasing and decreasing) manually and also By Blynk app slider button for controlling speed through wifi.only zero cross detected esp8266 and blynk app slider button based fan dimmer code is available in internet but those are not manually controllable at all when wifi is not available. I ask the question because facing very difficulties to write the code for integrating push button function with only wifi controlled code (By blunk app slider button) . do you know is it possible or not ?
@rintamartha
@rintamartha Год назад
mas mau tanya kalau untuk dibagian 'installation' pinout P10 ke ESP32 itu apa saja ya??
@utehstr
@utehstr Год назад
maksudnya ?
@trinityinc877
@trinityinc877 6 месяцев назад
Hello Sir, Can you tell me which P10 LED panel did you use?
@industron22
@industron22 Год назад
thanx for good explaing.....plz make vdo esp8266 with 2xhub12 with dmd 10 (32x96)
@ranveersaini9806
@ranveersaini9806 3 года назад
I'm using DHT11 humidity temperature sensor and want to print the real time value by using NodeMCU on P10 display.
@DrTRonik
@DrTRonik Год назад
_Thanks for great and clear video..._ 🙏👍
@utehstr
@utehstr Год назад
You're welcome 🙂.
@anggis1661
@anggis1661 2 года назад
kalau untuk buat text diamnya tapi gantin text visa web server gimana ? saya susah beberapa ganti ubah sketch tapi pas upload tidak berubah text diamnya ??
@anggis1661
@anggis1661 Год назад
How control teks diam (teks UTEH) via web page?
@abghaffar3613
@abghaffar3613 2 года назад
Can u tell me that how we perform digital clock and Scrolling text Also using Bluetooth Connection
@david0sobhy
@david0sobhy 8 месяцев назад
Thanks for your video, How to use Bitmap draw with 3 displays and an array of 96*16 size ?
@mup7894
@mup7894 2 года назад
halo mas. ini kalau kirim 2 text box ke panel p10 bagaimana ya. text box 1 di baris atas, text box 2 di baris bawah. Saya sudah coba" tapi data yang di terima sama, hanya dari TB 1 saja. Sebelumnya saya ucapkan terimakasih atas tutorialnya
@hunmindhun
@hunmindhun 3 года назад
Thanks for your project.
@utehstr
@utehstr 3 года назад
You are welcome :-)
@nurwahyuddi4767
@nurwahyuddi4767 Год назад
Permisi Mas izin tanya, kalau misal mau buat 2 layer text bagaimana ya Mas? Setelah text 1 selesai, kemudian delay 500ms, setelah itu text 2 muncul,
@ryn5235
@ryn5235 5 месяцев назад
gw punya masalah bang,timed out waiting for header ,pas upload tuh,gw coba cabut 1 kabel lancar uploadnya,tapikan lednya ga bisa nyala,ada solusi ga bang,pas saya pesan led nya juga,untuk bagian 2 pin yg buat power ktnya, malah beda,jdi ga bisa masukin kabel kesitu,apa gara"itu
@suvankarmondal2039
@suvankarmondal2039 3 года назад
Sir great job, How much character can display via web?
@serhatkaya4727
@serhatkaya4727 Год назад
Hi friend, i want to write text from firebase database....for example when i send to 1 value to firebase it will write a text in p10...or send 2 value another text...But when i attach firebase codes it 's refreshing to text all time and not writing any thing...Please help me
@ksz191
@ksz191 2 года назад
Is there a way to remotely reset the message to its original scrolling text 🤔?
@sektiawan8632
@sektiawan8632 Год назад
Ini pake tambahan board lagi ya? Ga bisa jumper langsung ke panel p10 nya?
@zhepty12
@zhepty12 6 месяцев назад
sambungan sdh betul pin2nya.tapi ngak muncul tulisan gan..gimana ya?
@b3rkaydem1r
@b3rkaydem1r 3 года назад
Hi, DMD2 not works with IRLib. Do you know anythings?
@masihkentangwoyy
@masihkentangwoyy 3 года назад
fatal error: avr/pgmspace.h: No such file or directory mau tanya bang ini error nya knp ya? pake esp32
@jjk6448
@jjk6448 3 года назад
what version of esp8266 was used 2.5.1 ?
@nguyenngocdien1988
@nguyenngocdien1988 3 года назад
If using 2 p10 modules or more, how to do admin?
@rendradiana6496
@rendradiana6496 2 года назад
cara menaikan contrasnya gimana?soalnya kurang terang ga seperti pake arduino.
@ahilgamingyt623
@ahilgamingyt623 3 года назад
Sir, I want to make customized font. So, I need double line font template with full pixel. Do you have any custom font like this?
@leocheng5185
@leocheng5185 3 года назад
do you want to make one as your design? maybe we can do something for you
@jafaarsadiq232
@jafaarsadiq232 3 года назад
how to connect 2 row with single esp8266
@redaim
@redaim 2 года назад
Bhai sorce code kaha par milega server se p10 pe text set karne ka please help me !
@vinayvishnu9504
@vinayvishnu9504 2 года назад
DMDESP library is not working when we assign DMDESP Disp(1, 5), the second and fourth panel text is inverting. Any solution for this?
@utehstr
@utehstr 2 года назад
I've never tried using that many panels. If there is a problem, you can contact the library developer.
@peterguttmann2610
@peterguttmann2610 Год назад
It doesn't even work with 3x2 lines (reverses the lines), DMDESP is faulty. (Disp(3,2))
@legion8037
@legion8037 Год назад
Can u provide code to display text without using any libraries?
@wikkyardianto8945
@wikkyardianto8945 3 года назад
If for esp32 is the same program?
@budiyanto-2562
@budiyanto-2562 Год назад
mas, kalau wifinya STA / client bisa tidak ya untuk DMD espnya
@onyt6182
@onyt6182 10 месяцев назад
Bang gimana caranya biar text yang diam bisa di ubah via webserver
@rezisetiawan369
@rezisetiawan369 11 месяцев назад
Countdown timer?
@techs5564
@techs5564 Год назад
getting error message on line 29
@Kaan474
@Kaan474 Год назад
Can we deal with 32x96 panel with your code?
@SantoshKumar-yy2xb
@SantoshKumar-yy2xb 3 года назад
Sir please demo1 demo 2 demo 3 demo 4 o'clock mein aap kripya temperature ki file add Karke Bata dijiye
@mohamadudayana9151
@mohamadudayana9151 2 года назад
keren
@utehstr
@utehstr 2 года назад
Terima kasih 🙂.
@mehdwiyouth6338
@mehdwiyouth6338 3 года назад
Please make a video on an automatic changeover!?
@utehstr
@utehstr 3 года назад
Thank you for the idea. I'll make it later :-)
@hafildaraniherofianti4762
@hafildaraniherofianti4762 2 года назад
Apakah dengan p10 led pannel kita dapat menampilkan data secara realtime dari suatu database? Dengan nodemcu
@utehstr
@utehstr 2 года назад
Ya, bisa. Nodemcu ambil data dari data base, kemudian tampilkan di panel p10.
@hafildaraniherofianti4762
@hafildaraniherofianti4762 2 года назад
​@@utehstr adakah reverensi coding untuk menampilkan running text dengan menggunakan if else dengan parameter tertentu? mohon bantuannya🙏
@SaiRam-dr9tg
@SaiRam-dr9tg 3 года назад
the source code and installation image, google link is not working, please help ,
@utehstr
@utehstr 3 года назад
I've checked it and the link is working.
@SaiRam-dr9tg
@SaiRam-dr9tg 3 года назад
@@utehstr thq sir, it was my router gateway prob i think, now it was downloaded
@sanjeevsebastianmurmu5631
@sanjeevsebastianmurmu5631 3 года назад
Make simple scoreboard with Bluetooth control score by mobile
@jafaarsadiq232
@jafaarsadiq232 3 года назад
The code file is saved in the .rar file" can not be extracted . please give another link
@utehstr
@utehstr 3 года назад
The code file is saved in the .rar file format. I created a .rar file using Winrar V5.50, so to extract it, make sure you use the same version of Winrar that I use or the latest version or use the winrar extractor online.
@jafaarsadiq232
@jafaarsadiq232 3 года назад
@@utehstr thank u solving the problem
@utehstr
@utehstr 3 года назад
@@jafaarsadiq232 You're welcome :-)
@winihjayagroup2432
@winihjayagroup2432 Год назад
Saya coba pakai dan niru plek Dengan yang video tapi kog gak bisa ya, tolong bantu bang
@utehstr
@utehstr Год назад
gak bisa maksudnya ?
@puja_lesmana
@puja_lesmana Год назад
Mas mau tanya. Kalo pakai wemos D1 minj apakah bisa
@utehstr
@utehstr Год назад
Saya belum pernah coba pakai wemos d1.
@veriyanirvansyah7503
@veriyanirvansyah7503 Год назад
Bisa Tinggal Sesuaikan pin GPIO
@mantanitchannel
@mantanitchannel 3 года назад
Thanks
@utehstr
@utehstr 3 года назад
Sama-sama :-)
@talhahabib5427
@talhahabib5427 3 года назад
silahkan buat video tentang sistem pembayaran contacless
@alagarraja77
@alagarraja77 3 года назад
It is working fine but can you send me the code for p10 additional panel extension
@utehstr
@utehstr 3 года назад
I only tried it on one panel because I currently only have one panel. Please contact the developer of this library for more information.
@hunmindhun
@hunmindhun 3 года назад
@@utehstr #define DISPLAYS_WIDE 1 //--> Panel Columns #define DISPLAYS_HIGH 1 //--> Panel Rows DMDESP Disp(DISPLAYS_WIDE, DISPLAYS_HIGH); //--> Number of Panels P10 used (Column, Row)
@hunmindhun
@hunmindhun 3 года назад
more 1 panel
@mehdwiyouth6338
@mehdwiyouth6338 3 года назад
nice project
@utehstr
@utehstr 3 года назад
Thank you :-)
@shaileshkumarbhadani5688
@shaileshkumarbhadani5688 3 года назад
Good job...👍
@utehstr
@utehstr 3 года назад
Thanks :-)
@yogeshitaliya473
@yogeshitaliya473 3 года назад
Nice one
@utehstr
@utehstr 3 года назад
Thanks :-)
@user-pl9vy1jt7n
@user-pl9vy1jt7n 10 месяцев назад
sir can you provide code for this project
@utehstr
@utehstr 10 месяцев назад
The link to download the code is provided in the description of this video.
@dilipbera1970
@dilipbera1970 Год назад
Please provide code for ntp clock for this setup.
@fajarjulianto7727
@fajarjulianto7727 3 года назад
boleh sayaa minta wa
@utehstr
@utehstr 3 года назад
Maaf WA belum tersedia. Kalau mau kontak untuk sementara silahkan via email atau Instagram.
Далее
А ВЫ УМЕЕТЕ ПЛАВАТЬ?? #shorts
00:21
Просмотров 1,7 млн
Wireless P10 Dot Matrix LED Display Using ESP8266
10:02
А ВЫ УМЕЕТЕ ПЛАВАТЬ?? #shorts
00:21
Просмотров 1,7 млн