Control a 4 Digit 8-Segment LED Display Arduino

  Переглядів 181,346

logMaker360

logMaker360

День тому

Arduino tutorial about how to work with a 4 digit 8 segment led display.
Link to code: create.arduino.cc/editor/LogM...
Arduino PWM, pulse width modulation.

КОМЕНТАРІ: 56
@anandg825
@anandg825 7 місяців тому
Thanks LogMaker, your indigenous code using sw case functions was very much helpful. However there is an unnecessary display of 0 and glitches each time the 2nd and 3rd digit overflows. Instead, I deleted the two dummy variables duiz/hon and used if/else statements inside the digit cases to suppress the MSB zeros which works fine.
@achulu-ir3lj
@achulu-ir3lj 4 роки тому
this helped me so much thank you
@avral4148
@avral4148 3 роки тому
How do you arrange ur code if you have floating numbers?
@itsbaskeh
@itsbaskeh 6 років тому
that dutch accent!
@maketheworldgreatagaindiew9233
@maketheworldgreatagaindiew9233 6 років тому
it is rather german accent
@Luukjw
@Luukjw 6 років тому
nope
@jenshendriks9092
@jenshendriks9092 6 років тому
maketheworldgreatagain diewzlt no. I'm dutch and recognize this anywherr
@poeniedoedel7768
@poeniedoedel7768 6 років тому
karakter
@nublybubly657
@nublybubly657 6 років тому
Yes a dutch accent
@yasmineel-houari666
@yasmineel-houari666 5 місяців тому
what programme did you use to make the cirkit plan please ??!!
@Tnapvrvideo
@Tnapvrvideo 5 років тому
Can this LED display be controlled without Arduino? I was hoping to connect it to a potentiometer, and have it read out the voltage as the potentiometer is turned.
@inf3rnalis804
@inf3rnalis804 3 роки тому
you would need to have the arduino read the potentiometer position and then to display that value on the display
@mohitparikh4455
@mohitparikh4455 3 роки тому
How to program arduino for digital cloak sir ?
@samyakchangede6843
@samyakchangede6843 5 років тому
Please make video on tilt motion
@yannis951fr
@yannis951fr 7 років тому
hello i don't understand where i must put the resistance on pin wich control the digit or on those one wich turn on the led ? thank you if you answer me :)
@logmaker3609
@logmaker3609 7 років тому
The LED
@nixkuchen
@nixkuchen 6 років тому
Yellow
@shobalengheru
@shobalengheru 4 роки тому
@@logmaker3609 give us the fucking sketch...
@snk9970
@snk9970 3 роки тому
@@shobalengheru see code link :)
@memerboi6944
@memerboi6944 2 роки тому
thx u are the best
@crazyguy_show745
@crazyguy_show745 7 років тому
thank you
@danielmot722
@danielmot722 4 роки тому
I wonder why the first 10 numbers of each hundred run with double speed and with the 2nd and 4th digit flashing rapidly. Am I the only one who sees this? Happens in the video and also on my son's arduino when I copy the code.
@snk9970
@snk9970 3 роки тому
same here....
@TimurIskhodzhanov
@TimurIskhodzhanov 7 років тому
Did you notice that 1s and 7s are a lot brighter than the other numbers?
@logmaker3609
@logmaker3609 7 років тому
sort of
@snk9970
@snk9970 3 роки тому
@@logmaker3609 means yes. How to avoid?
@wowo1081
@wowo1081 2 роки тому
@@snk9970 It can't be helped because 1 has only two segments and 7 has 3 compared to the others which have 4 or more segments to light up. My solution is to attach resistors to each of the segments from segA to segG so each segment of the 7-segment displays receives equal current. Indeed, in my implementation of this where I used 220R for each of the 7 segments, I have all numbers 0-9 all equally bright.
@ilkeraykut7064
@ilkeraykut7064 4 роки тому
Thanks for the video.I have a question.How can we write this with 1 second interval?
@logmaker3609
@logmaker3609 4 роки тому
Delay(1000);
@ilkeraykut7064
@ilkeraykut7064 4 роки тому
@@logmaker3609 with that way ,I can 't see the numbers.
@dorasimon7059
@dorasimon7059 3 роки тому
Delay (9999999999999999999)
@mrxguru
@mrxguru 3 роки тому
thanks
@tylerbyrne8019
@tylerbyrne8019 4 роки тому
bro where tf does "lightNumber" come in? It can't be used as a function so why do use it as one in the forth case?
@logmaker3609
@logmaker3609 4 роки тому
It is a function, the last one in the sketch. Remember in C you can write functions on the Bottom.
@tylerbyrne8019
@tylerbyrne8019 4 роки тому
@@logmaker3609 My Arduino is telling me that I can't. Where do you first declare it as a function?
@logmaker3609
@logmaker3609 4 роки тому
@@tylerbyrne8019 ukposts.info/have/v-deo/sJSWp42Ib2uWlp8.html
@notactiveinanyway
@notactiveinanyway 4 роки тому
Why do you have a Chinese coin at the bottom left corner?
@kamaljitkaur7848
@kamaljitkaur7848 3 роки тому
Yes same question, as if he would control it through that coin
@wokkid_1445
@wokkid_1445 Рік тому
for scale hiw big the display is
@barriajohnmaverickgamboa2291
@barriajohnmaverickgamboa2291 4 роки тому
THANKS
@henriqueers
@henriqueers 3 роки тому
Where's the pin for GND?
@malcolmwright7440
@malcolmwright7440 2 роки тому
I think that the four separate display pins are the current return path return for each of the four seven set displays, therefore these four are effectively the (4) GND pins.
@henriqueers
@henriqueers 2 роки тому
@@malcolmwright7440 what if we set +5V in all the pins at the same time?
@malcolmwright7440
@malcolmwright7440 2 роки тому
@@henriqueers LED displays are just LED's arranged in a specific pattern with either the anodes or the cathodes of the 8 segments ( a,b,c,d,e,f,g and decimal point) combined at one point. As you Power each 8 segmented part, e.g you supply the current source to the combined point, you then activate any or the 8 segments by supplying a return current path to the segment path return, (GND ?!) which are also connected to the same related segment (commoned) with the other 8 segmented displays, e.g all a's connected together, all b's connect with each other ect etc.... In answering your question, if you supply the same potential to both these "feed" and "return" pins then NO current will flow and the LED's will not be powered. You need a differential potential across the LED's to provide a forward current flow to energize illumination, so with a "common anode" display, the common 8 segments pin is connected to positive and the return of the LED pins are wired to a current limiting negative return. Hope this is clear 😅
@user-mp6ge7kf2y
@user-mp6ge7kf2y 3 роки тому
как из этого сделать счётчик импульсов на намоточный станок
@west-helio4491
@west-helio4491 5 років тому
ola amigo viu com esse código eu consigo fazer com um display grande para um painel de jogo de caminhão
@berkavoes
@berkavoes 3 роки тому
Makker op deze manier kan je het beter in het nederlands vertellen
@browaruspierogus2182
@browaruspierogus2182 6 років тому
or just use modulo operator :D
@iwochol2546
@iwochol2546 11 місяців тому
iwo dziura
@rickloresto9647
@rickloresto9647 5 років тому
7 segment actual circuit here...ukposts.info/have/v-deo/oKiFp5qAhKt_tZc.html
@aspirineaspirine2849
@aspirineaspirine2849 6 років тому
thanks
Arduino and the 4 digit 7 segment led display - Anything Arduino Ep 21
18:39
Kristian Blåsol
Переглядів 380 тис.
How to use 74HC595 Shift registers to control mulitple 7 segment displays
12:38
Мама и Чебурашка 🤪#shorts
00:33
INNA SERG
Переглядів 1,3 млн
The World's Fastest Cleaners
00:35
MrBeast
Переглядів 50 млн
Designing a 7-segment hex decoder
15:33
Ben Eater
Переглядів 3,6 млн
Visualizing Data with 7-Segment Displays
34:26
Sebastian Lague
Переглядів 1,2 млн
4 Digit 7 segment display using Arduino
8:31
Electronics Simplified
Переглядів 120 тис.
All About TM1637
8:58
Crazy Couple DIY
Переглядів 17 тис.
Lesson 28 - 4 Digit 7 Segment Display
29:08
Ricardo Moreno
Переглядів 107 тис.
7 Segment Display Tutorial
4:22
HackTheWorld
Переглядів 146 тис.
The Cheapest Microcontroller? Getting started with the 10 cent Puya PY32.
21:36
Zach of All Trades
Переглядів 21 тис.