No video

HOW TO Make Your Own Scrolling Text LED Sign (arduino+ws2812b LED's)

  Рет қаралды 32,836

MoVoltage MoPower

MoVoltage MoPower

Күн бұрын

#ws2812b #ledLIGHTS #ledMATRIX
IF YOU'D LIKE A PRE-MADE LED MATRIX, CHECK OUT MY OTHER VIDEO!:
• Scrolling Text using a...
*step by step showing you how to make a working led sign with scrolling text! for holidays for events! just buy the ones with 3m tape on back & tape to a sturdy piece of plastic or wood and supply it 5v 1-2.4 amps**
RGB CODES:
www.rapidtable...
my google drive for my code & driver:
drive.google.c...
web for driver:
sparks.gogo.co...

Пікірлер: 41
@kckunkun
@kckunkun 3 жыл бұрын
Thank you so much for the "monitor resolution not fully filling up the screen! RESOLVED! (27" samsung curved) " video! Had no idea how to fix my mon and your solution was perfect
@MoVoltageMoPower
@MoVoltageMoPower 3 жыл бұрын
🙏🙏👌
@kld9968
@kld9968 Жыл бұрын
Hi there, it's wonderful, works perfectly..is it possible to increase frame rate..thanks for all.
@DRCE777
@DRCE777 Жыл бұрын
Hey I followed your tutorial and it works great. Thank you very much! I want to show a heart symbol, but it turns out as garbled text, can anyone help me? 😊
@connormitchell9837
@connormitchell9837 2 ай бұрын
Any idea how to get this to work with more than 7 rows? I have a 10-row matrix but the text only dispalys on the top 7. There is no physical issue with my wiring etc.
@ernestorivero9909
@ernestorivero9909 2 жыл бұрын
Hello you could make a video of how to record the message on an SD card and then extract the message with an Arduino from the card and take it to the matrix
@ernestorivero9909
@ernestorivero9909 2 жыл бұрын
Hola podría hacer usted un vídeo de como grabar el mensaje en una tarjeta SD y después extraer el mensaje con un Arduino de la tarjeta y llevarlo a la matrix
@lulam.5844
@lulam.5844 9 ай бұрын
has anybody tried with redboard and find any differences? i am hoping to use what i have and just wanted to see if anybody had tried
@Dimensional-Atlas
@Dimensional-Atlas Жыл бұрын
How can I make the text larger? I'm on a 16x16 matrix, the text is scrolling but only takes up 7 pixels in height
@VE3DAL
@VE3DAL 3 жыл бұрын
Awesome vid bro! thank you.
@ajithrohana6398
@ajithrohana6398 3 жыл бұрын
Thank you so much good vidio
@khushizindagi8987
@khushizindagi8987 3 жыл бұрын
Can we make a clock?
@irhamna171
@irhamna171 3 жыл бұрын
bingung saya itu gimana bisa disebut aqualizer...decirasi lampu cocoknya...
@SaleemMukhtiar32
@SaleemMukhtiar32 3 жыл бұрын
why this error please Arduino: 1.8.9 (Windows 8), Board: "Arduino Nano, ATmega328P" In file included from C:\Program Files (x86)\Arduino\libraries\Adafruit-GFX-Library-master\Adafruit_GrayOLED.cpp:20:0: C:\Program Files (x86)\Arduino\libraries\Adafruit-GFX-Library-master\Adafruit_GrayOLED.h:30:32: fatal error: Adafruit_I2CDevice.h: No such file or directory compilation terminated. exit status 1 Error compiling for board Arduino Nano. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@muhammadsameer883
@muhammadsameer883 4 жыл бұрын
nice bro
@jstro-hobbytech
@jstro-hobbytech 3 жыл бұрын
Some zoom when showing the code would've helped
@Tigs62
@Tigs62 3 жыл бұрын
Most definitely. I was thinking the exact same thing.
@alfonsocino5434
@alfonsocino5434 2 жыл бұрын
Hello, beautiful project! I followed your tutorial step by step and everything works perfectly. I have only one question: is it possible to increase the number of characters? Currently I only see 17, if I write a longer text, it is truncated. Thank you
@vaughnscott511
@vaughnscott511 2 жыл бұрын
In the line of code where the loop says if --x is < -70 , is where the matrix controls the ending of the scroll. The length of the message, and the width of your matrix need to be taken in account during the scrolling. You need to imagine all the text leaving the screen as passing a duplicate screen, of the same width to return to the screen again. You could set a variable for 'scroll length', that is the size of the length of text, spaces included; and 2x the size of the width of your matrix. this will give your loop enough time to complete scrolling, before it starts again.
@mufarrichahltmpt4890
@mufarrichahltmpt4890 Жыл бұрын
P
@patchezza1
@patchezza1 3 жыл бұрын
Awesome video - thanks - Is there a setting to allow 48 leds across x 16 down.using uno I’m only getting 32 x 16 but showing only 32 x 8
@DRCE777
@DRCE777 Жыл бұрын
I want WiFi support for this, Using NodeMCU esp8266, where you can change the text and colors on the fly. Is that Possible? I've already done the wiring but instead of using Arduino nano, I useed esp8266. Now all I need is to find out how to do the WiFi support.
@danman32
@danman32 Жыл бұрын
I'm looking for that too. WLED supports a matrix now with ESP32, but from what I can tell, only for 2D effects. It has an API that could be leveraged to feed text, graphics and other items. Dave Plummer of Dave's Garage has Night Driver that is powerful but complex.
@DRCE777
@DRCE777 Жыл бұрын
@@danman32 Di you find a solution?
@denn450
@denn450 4 жыл бұрын
could I connect to 5volt phone usb and keep it that way to show my display and leave it like that for couple hours
@MoVoltageMoPower
@MoVoltageMoPower 4 жыл бұрын
although these chips require 5v, you have to also make sure you can supply it with enough current... a phone 5v adapter usually only spplies 1 amp... which most likely will not keep more than 10-20 led's on at the same time
@ajamyunan4754
@ajamyunan4754 2 жыл бұрын
how to change text color to rainbow sir?
@MoVoltageMoPower
@MoVoltageMoPower 2 жыл бұрын
try random()
@vasanthiremat8082
@vasanthiremat8082 Жыл бұрын
Hi bro, can i get coding
@fredmunyao787
@fredmunyao787 2 жыл бұрын
now inteface wit HC05 to edit display with smartphone
@vaughnscott511
@vaughnscott511 2 жыл бұрын
Here's a little something I threw together for bluetooth using and esp32. Its easy to change for an hc05, you just have to identify your tx and rx pins and add them into the define area on top.
@vaughnscott511
@vaughnscott511 2 жыл бұрын
forgot this: matrix.show(); right above delay
@fredmunyao787
@fredmunyao787 2 жыл бұрын
@@vaughnscott511 thanks for the reply, can I get your contact please
@SaleemMukhtiar32
@SaleemMukhtiar32 3 жыл бұрын
can I use arduino uno instead nano
@DaDom07
@DaDom07 3 жыл бұрын
Sure, why not?
@danman32
@danman32 Жыл бұрын
Pixels, not bits. Each letter is 5 pixels wide plus one pixel column between letters. Each pixels is 24 bits so each letter is 120 bits wide, plus 24 bits for the space between letters.
@bagaskeco1876
@bagaskeco1876 3 жыл бұрын
make a tutorial using 4 dong sis
@localnews2302
@localnews2302 3 жыл бұрын
Hi sir thks for the video can u sent me the code pls
@ernestorivero9909
@ernestorivero9909 2 жыл бұрын
El código está en el ejemplo de la librería neomatrix que dice MATRITEX creo
@hellboy6558
@hellboy6558 4 жыл бұрын
Could you make a face mask with this concept? mask shows smile and words like we talk.... And it should be controlled by our phone
@MoVoltageMoPower
@MoVoltageMoPower 4 жыл бұрын
Hell Boy most def could... requires much more detailed coding which is why I went electrical than computer engineering 😅🤣 sorry
ws2812b display | 48x8 RGB Display
9:38
EE Wave
Рет қаралды 16 М.
What’s Behind the Light? - How WS2812B LED Strips Work
20:45
Intermation
Рет қаралды 50 М.
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 80 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 154 МЛН
WHO CAN RUN FASTER?
00:23
Zhong
Рет қаралды 45 МЛН
Smartphone Control RGB Scrolling Text Display LED Matrix
13:19
EASY TECH
Рет қаралды 924 М.
Inside the Most Famous Chinese LED Factory
19:58
Strange Parts
Рет қаралды 798 М.
The coolest robot I've ever built!
19:40
Thomas Burns
Рет қаралды 4,6 МЛН
How to make your own LED Display 🚥 [WS2812B Neopixel]
8:39
How to Make RGB Scrolling Text Display Using NeoPixel Matrix
8:01
Easy HomeMade Projects
Рет қаралды 112 М.
How to make a 8x48 LED Scrolling Display at home in Hindi
21:14
NEOPIXEL MATRIX with the Adafruit NeoMatrix Library
22:29
Gadget Reboot
Рет қаралды 24 М.
How To Make a DIY Tidbyt Display for HALF the Price?!
11:25
Modern Hobbyist
Рет қаралды 36 М.
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 80 МЛН