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

  Рет қаралды 35,241

MoVoltage MoPower

MoVoltage MoPower

Күн бұрын

Пікірлер: 43
@kckunkun
@kckunkun 4 жыл бұрын
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 4 жыл бұрын
🙏🙏👌
@connormitchell9837
@connormitchell9837 6 ай бұрын
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.
@cchivers1983
@cchivers1983 Ай бұрын
Go to 5:40, he’s set his to 7 as he has 7 rows (strips). Hope this helps
@DRCE777
@DRCE777 2 жыл бұрын
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? 😊
@kld9968
@kld9968 2 жыл бұрын
Hi there, it's wonderful, works perfectly..is it possible to increase frame rate..thanks for all.
@Systematic_Sean
@Systematic_Sean 2 жыл бұрын
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
@cchivers1983
@cchivers1983 Ай бұрын
Go to 5:40 the answer is there, he sets his row to 7 as he has 7 strips.
@DRCE777
@DRCE777 2 жыл бұрын
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 2 жыл бұрын
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?
@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
@scoretheworldall
@scoretheworldall 3 жыл бұрын
Can we make a clock?
@lulam.5844
@lulam.5844 Жыл бұрын
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
@VE3DAL
@VE3DAL 3 жыл бұрын
Awesome vid bro! thank you.
@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
@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
@ajamyunan4754
@ajamyunan4754 2 жыл бұрын
how to change text color to rainbow sir?
@MoVoltageMoPower
@MoVoltageMoPower 2 жыл бұрын
try random()
@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.
@irhamna171
@irhamna171 3 жыл бұрын
bingung saya itu gimana bisa disebut aqualizer...decirasi lampu cocoknya...
@alfonsocino5434
@alfonsocino5434 3 жыл бұрын
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.
@Ustadzahgenz
@Ustadzahgenz 2 жыл бұрын
P
@patchezza1
@patchezza1 4 жыл бұрын
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
@SaleemMukhtiar32
@SaleemMukhtiar32 3 жыл бұрын
can I use arduino uno instead nano
@DaDom07
@DaDom07 3 жыл бұрын
Sure, why not?
@vasanthiremat8082
@vasanthiremat8082 Жыл бұрын
Hi bro, can i get coding
@ajithrohana6398
@ajithrohana6398 3 жыл бұрын
Thank you so much good vidio
@muhammadsameer883
@muhammadsameer883 4 жыл бұрын
nice bro
@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
@danman32
@danman32 2 жыл бұрын
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.
@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.
@localnews2302
@localnews2302 4 жыл бұрын
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
@bagaskeco1876
@bagaskeco1876 3 жыл бұрын
make a tutorial using 4 dong sis
@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
How to make your own LED Display 🚥 [WS2812B Neopixel]
8:39
Smartphone Control RGB Scrolling Text Display LED Matrix
13:19
EASY TECH
Рет қаралды 944 М.
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
RECTIFIER DETAILED || ANALOG AND DIGITAL ELECTRONICS
1:47:54
Rupesh Mahato Education Centre
Рет қаралды
How to control RGB WS2812B  LED 32x8 matrix with an Arduino - Tutorial
7:24
Reid Projects | Smart Home & Tech
Рет қаралды 98 М.
I built my own graphics card
15:34
jdh
Рет қаралды 1,5 МЛН
Bluetooth scrolling text led matrix
11:30
Disin audio
Рет қаралды 1,9 М.
ws2812b display | 48x8 RGB Display
9:38
EE Wave
Рет қаралды 19 М.
3 inventive lighting projects using LED strips
13:28
DIY Perks
Рет қаралды 4 МЛН
English by 3ATIVE
18:50
3ATIVE VFX
Рет қаралды 53 М.
Build Your Own Drone Tracking Radar:  Part 1
20:08
Jon Kraft
Рет қаралды 604 М.
Build a giant scrolling LED text display for about $15 per foot
3:02
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН