Using multiple TM1637 4 digits LED Display with Arduino

  Переглядів 28,884

Robojax

Robojax

День тому

This video explains how to use two more TM1637 LED displays with Arduino. Get the code from the link below.
Forget about this TM1637 display. Use HT16K33 the best display that can display anything • Introduction to HT16K3...
Watch the simply and easy to use display based on HT16K33 for every purpose like 0060, -62, 1.34 or clock: 24:34 or HEX value like CAD3 • Introduction to HT16K3...
Purchase TM1637 from Affiliated stores:
Amazon USA: amzn.to/2JiovZI
Amazon All European Countries: amzn.to/31RZoDe
Amazon Canada: amzn.to/2HPckmy
** Purchase Arduino Start Kit **
Amazon USA: amzn.to/3z88F9G or just UNO board amzn.to/3aY7KOL
Amazon Canada: amzn.to/31an88J or just UNO board amzn.to/3pYxSNN
Amazon Europe (all Europe): amzn.to/3pMCHge or Just UNO board amzn.to/2PgGItD
AliExpress: s.click.aliexpress.com/e/_9uc7Xe
Banggood: www.banggood.com/custlink/3GD... or UNO board www.banggood.com/custlink/vKm...
eBay: ebay.us/B1JWLi
Jump directly to different section of video:
00:00 Start
00:33 Introduction
01:23 Wiring Explained
02:28 Code Explained and Demonstration
Get Arduino code and other resources for this video:
bit.ly/2displays
TM1637 is not work? solution here: • [Solved] Received new ...
Learn Arduino in 30 Minutes (video): robojax.com/L/?id=135
Tutorial by Ahmad Shamshiri form Canada
****************************
Arduino Step by Step Course (over 100 lectures) Starts here • Lesson 00 What is Ardu...
****************************
If you found this tutorial helpful, please support me so I can continue creating contents like this. Here is PayPal link paypal.me/robojaxTV
Power Supply I use:
DC 30V 60A Power supply: s.click.aliexpress.com/e/_98Ah5c
DC 60V 30A Power supply: s.click.aliexpress.com/e/_APyPJ0
Follow me on Facebook robojaxTV
Follow me on Twitter: / robojaxtv
Follow me on Instagram: / robojax
Follow me on TikTok : tickTok.com/@robojaxtv
Tutorial by Robojax.com
Get other projects code and learn Arduino
robojax.com/learn/arduino
*** AFFILIATE PROGRAM ***
We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
#robojax #robojax_tm1637

КОМЕНТАРІ: 90
@mathislfx5037
@mathislfx5037 Рік тому
Thanks bro ! , almost only documentation existing on multiple displays, not so hard but very nice to see the code
@robojax
@robojax Рік тому
Glad it helped
@dennisfriedl
@dennisfriedl Рік тому
This tutorial was great. I am a bit new here and trying to use some of this design to work as a slot car lap counter. I'm close to getting it working but struggle with using two defined pinMode settings.When either button is depressed both displays increment the count. I can supply the sketch. I'm sure its something simple.
@florinnica8909
@florinnica8909 5 років тому
Hello! Thanks for your video. It helps me to start TM1637 based LEDs display. I have two thing to tell you: 1. The brightness work in 0x0 - 0x7 range. The TM1637 consider only first 3 LSB. The brighness adjust is made by duty factory of comon anode commnad of digits. For 0x0, the ON time is 40 microseconds, for 0x1 time is 82microseconds and so on till 0x7 where the time is 600 microsecons. The cicle time of all digits is 4,7 miliseconds. 2. I try to use only one pin for DIO. I conected DIO of the two displays togheter at pin 8, CLK of display1 to pin 9 and CLK of display2 to pin 10. They work OK. Each displays diferent value. That means is not necesary a distinctive pin for each DIO. They can be conected at the same pin. In code I define DIO1 and DIO2 at pin 8. In fact, all TM1637 receive a start comand on I2C, but anly one display will receive clock signal from microcontroler. Finaly, all TM1637 will receive a stop comand. If the driver TM1637 didn't receive clock signal between start and stop comand, the display will stay unchanged.
@robojax
@robojax 5 років тому
You are welcome. Thanks for the comment.
@Faruox
@Faruox 3 роки тому
You are great 😊
@floriswouterlood8400
@floriswouterlood8400 4 роки тому
Exactyly what I needed! - and it works without any problem - Thanks
@robojax
@robojax 4 роки тому
You are welcome. Good to know that.
@hectoro5144
@hectoro5144 4 роки тому
thanks a lot man! very clear explanation!
@robojax
@robojax 4 роки тому
You are welcome.
@rwl7532
@rwl7532 5 років тому
The second 5v is supplied by IOREF pin which for the UNO and MEGA is 5v. That connection is viewable at 1:54 and 1:59 in the video but not called out directly. The board used in video has two 5v pins marked. My Elegoo has the pin labeled as IOREF With the help of Robojax, the TM1637 is a joy to work with.
@ClaudioFontachannel
@ClaudioFontachannel 3 роки тому
thanks, friend. your video is clear and complete
@navidmafi
@navidmafi 4 роки тому
Very useful and working without a problem! liked , shared and subscribed Thanks a lot
@robojax
@robojax 4 роки тому
You are welcome. I appreciate it.
@breakerhun4859
@breakerhun4859 5 років тому
Hi! Nice video. Just one note, you can use the same CLK pin to give clock signal for both device at the same time, there is no need to separate them. This way you can save 1 pin on your arduino.
@robojax
@robojax 5 років тому
Perhaps you could if you wrote your own library. but with the current library you can't.
@breakerhun4859
@breakerhun4859 5 років тому
@@robojax Okay, noted. Can you daisy chain 2 or more of these bigger led digits? so you connect to arduino on the right side pins and on the left side you connect another one in series with mother-mother jumper cables?
@robojax
@robojax 5 років тому
No you can't. You will need this module : www.ebay.ca/itm/173060000548
@florinnica8909
@florinnica8909 5 років тому
Hello! I use the same DIO for two displays. They work properly also. You can save a number of pins equal to number of displays more than one.
@BloodyNippleZ
@BloodyNippleZ 2 роки тому
thank you so much. so if i want to build a chess clock, i can use this method to have player 1's time going on one clock while player's 2 time is still and then to the opposite after the pression of a button. right?
@robojax
@robojax 2 роки тому
I demonstrated that each is independent
@scottlasenby5509
@scottlasenby5509 5 років тому
I see in this tutorial you have two different sizes of TM1637. What is the ordering identifier for the larger size and the dimensions? I recently purchased a set from you via amazon and they came as the smaller more common size. Thanks.
@robojax
@robojax 5 років тому
The small one is 0.36" and the larger one is 0.56" LED display and you can see them here www.ebay.ca/sch/i.html?_from=R40&_trksid=p2380057.m570.l1311.R1.TR11.TRC1.A0.H0.XTM1.TRS0&_nkw=tm1637&_sacat=0
@guidovlaere
@guidovlaere 3 роки тому
Very useful video, good explanation, thanks a lot! It's very helpful
@robojax
@robojax 3 роки тому
I am glad you like it.
@bricecotte5225
@bricecotte5225 3 роки тому
What a nice job ! It's working extremely well but I do have one question, did you plan something to display the ":" in the middle of the display ? I didnt find how I could do this
@robojax
@robojax 3 роки тому
Thank you. I've spend hours on this and did not work on all modules. so forgot about it. So we have to use this module: ukposts.info/have/v-deo/o12XaqKurouFoqc.html
@bricecotte5225
@bricecotte5225 3 роки тому
@@robojax Ok thanks !
@daysfishy4851
@daysfishy4851 4 роки тому
Thank you so much!!
@robojax
@robojax 4 роки тому
You are welcome.
@aungkyawsoe6897
@aungkyawsoe6897 3 роки тому
Thank you very much!
@robojax
@robojax 3 роки тому
you are welcome. I hope you've subscribed as your subscription help my channel grow. Thanks
@davidmora2105
@davidmora2105 4 роки тому
Good video, and well explained, can I use 1 display to show me the time and other display show me temperature at the same time?
@robojax
@robojax 4 роки тому
that is exactly I have made this video for. Yes you can. I shown how to use two of more display. Or you can use 8 digit display shown in this video ukposts.info/have/v-deo/imWkqJtsjH6esp8.html
@norhafizahothman2920
@norhafizahothman2920 4 роки тому
hi Robojax... I'm a newbie in this area. For my assignment, I need to control 3 units of TM1637 by using PIC16F886. i managed to program the PIC but somehow the LED lights keep flickering. im using 5VDC input. Is it because of insufficient power supply?
@robojax
@robojax 4 роки тому
Hi Norhafizah, the flickering is due to the delay in the loop. If you can, reduce the delay for example if you have it set to delay(300), then make it delay(200) or lower until it is corrected. Please reply here and let me know if it worked. salaam. Ahmad from Canada
@RizwanSaeed
@RizwanSaeed 5 років тому
How we can build the DC 500V and 20A and 4000W and Kwh meter recomend me the modules for Arduino
@robojax
@robojax 5 років тому
are you looking for DC power meter? If so hen I have this video to display the current. ukposts.info/have/v-deo/f3VlfWdngJBiy40.html and very easily you can also read the voltage (500V or more) using this video ukposts.info/have/v-deo/fpGgf7CgbqqYrnk.html . You can multipley P = IxV and get it.
@shlomostark5317
@shlomostark5317 2 роки тому
Any way to make sure there isn't interference with the screens running together. having a hard time getting more then 2 screens to run smoothly together.
@robojax
@robojax 2 роки тому
there is not interference. there shouldn't be any.
@shlomostark5317
@shlomostark5317 2 роки тому
@@robojax I'm trying to run potentiometers on each screen with a calculation. After 2 screens I get a lot of interference.
@pascualpalacios7099
@pascualpalacios7099 2 роки тому
Hello, if I want to show the temperature on the tm1637 display, 15.7, what function do I have to use?
@robojax
@robojax 2 роки тому
Hello, I've spent so much time and not worth using this display use this display which is the king ukposts.info/have/v-deo/bJF0m36FgaJqzI0.html or use this LCD ukposts.info/have/v-deo/iWWWoo6xmISJu58.html forget this TM1637 junk.
@pascualpalacios7099
@pascualpalacios7099 2 роки тому
@@robojax thanks for your answer, you have some thermometer circuit that shows the temperature 4 display of 7 segments with the sensor ds18b20, or an ntc, or dht11
@robojax
@robojax 2 роки тому
Here is how to find Specific UKposts Video in a channel bit.ly/findUKpostsVideo
@patakiattila8970
@patakiattila8970 5 років тому
Hi Robojax, great video. I have a big question. Is it possible to wire 6 of this led displays 6 stepper motors and 6 home switches, 6 RGB led diode, 1 temperature sensor and 1 water level sensor and 1 solenoid valve to 1 Arduino UNO ? Or any of Arduino board? Thank You!
@robojax
@robojax 5 років тому
Thanks. For Arduno Uno, count the pins and if you can fit all, you can do it. Or get Arduino Duo or Mega.
@patakiattila8970
@patakiattila8970 5 років тому
@@robojax Thank You Robojax. I think I'm going to choose Arduino Mega 2560 clone. If i may ask would you help with this project? Of course didn't think to take your time for free.
@robojax
@robojax 5 років тому
You are welcome. I am sorry I am very busy with my full time job and part time school. Can't do it.
@shrikantnikam5241
@shrikantnikam5241 4 роки тому
i set full brightness at software control i am using different 3 digit module on same pcb it is not enough bright what i can make in hardware? for increase brightness
@robojax
@robojax 4 роки тому
I have shown it how to set to maximum. If that is not enough, then you are under the sun or your power source is not able to supply power. use different power supply.
@sergiobe87
@sergiobe87 4 роки тому
thanks for the video. I want to know how many TM1637 can I connect to a single Arduino Uno or what would be the best solution to use several TM1637. thanks in advance
@robojax
@robojax 4 роки тому
that is why I made this video. As long as you have the pins you can connect.
@b9robot01
@b9robot01 4 роки тому
Hello Robojax Thank you for posting this perfect video, This is perfect for a robot I am building and I was wondering if there is a way to alter this line "#define TEST_DELAY 5000" so I cold have display 1 cycle slower or faster than display 2. I am also working on adding displays 3 and 4. I think this would be amazing for what I am making. Thank you
@robojax
@robojax 4 роки тому
Hello Jin, You are welcome. yes you can change the value to see whatever fits best your application. for 3 and 4 item, just follow the same principle and it should work. I mentioned in the video that this is for 2 or more. So you can follow the video. Watch it again so you learn.
@raticalinc_restore_garage
@raticalinc_restore_garage Рік тому
Hi is it possible to run 4 separate (independent) 3 display segments of Arduino?
@robojax
@robojax Рік тому
Hi, may be I am not reading this correctly but this video is exactly shown that. I demonstrated with two so you can do with as many as your Arduino pins are available
@robojax
@robojax Рік тому
The two shown are independent.
@raticalinc_restore_garage
@raticalinc_restore_garage Рік тому
Ok 100%, I busy with a 4 display
@raticalinc_restore_garage
@raticalinc_restore_garage Рік тому
Do you have a WhatsApp number?
@carlossandoval7439
@carlossandoval7439 5 років тому
is it possible to connect both clocks? so it only uses one digital output on the arduino?
@robojax
@robojax 5 років тому
these two displays are not clock. they display information FROM arduino. They DO NOT send information TO Arduino.
@carlossandoval7439
@carlossandoval7439 5 років тому
@@robojax Im working on a project where i have to hook up about 16 of 4 digits 7 segments lcd displays to the arduino. Is there any way to avoid having a single clock bus for every display?
@robojax
@robojax 5 років тому
Sorry not possible as each display has separate chip.
@carlossandoval7439
@carlossandoval7439 5 років тому
Blondie SL thank you for you advice. I was doing a school project and wanted to implement some of those, but I managed to hooked up 16 of them to the mega, I don’t remember very well but I think you can connect at least 8 to the same clock pin, I believe I ended up using only 20 pins on the board plus 1 extra to ground the board
@rajaguru7151
@rajaguru7151 4 роки тому
How can we use more TM1637 in parallel to since it has no slave address? Please clarify. Thank you.
@robojax
@robojax 4 роки тому
This module uses serial communication and you can use any digital pin to connect. Simple as that.
@rajaguru7151
@rajaguru7151 4 роки тому
@@robojax thanks for your reply. I don't have spare digital I/o pins. I have used all. So I prefer to use only i2c. I have also many i2c devices connected on the same i2c module. Is there any way to use 5 or 6 tm1637 on the same i2c module.
@robojax
@robojax 4 роки тому
You are welcome. This device not using I2C communication. with I2C you can use up to 128 devices. You can use analog pins for other purpose as digital pin and they work (see it here I used them ukposts.info/have/v-deo/iWmSdn9rfIJ8pGg.html) and then use digital pin for the TM1637. Good luck.
@Dancopymus
@Dancopymus 2 роки тому
Greetings Robojax I have two TM1637 LED 0.56" Display Module but there is no way to work with ESP8266 ESP-12E WiFi; Normally works with TM1637 LED 0.36" Display Module (Smaller Display) but with 0.56" it doesn't work. Turns on Led Red behind the board but the display doesn't show anything. Do these modules larger than 0.56" only work on 5 volts? Do you have any tips for working with NodeMCU? Thanks
@robojax
@robojax 2 роки тому
Use this Using HT16K33 4 digit seven segment display with ESP8266 NodeMCU and D1 Mini ukposts.info/have/v-deo/jXVqZp6ppW53yGg.html
@Dancopymus
@Dancopymus 2 роки тому
@@robojax So, you can't use the TM1637 LED 0.56" Display Module with ESP8266? I think that's weird!
@luisenriqueacostagomez9949
@luisenriqueacostagomez9949 3 роки тому
Gracias por tu video. Me resultó muy útil.
@robojax
@robojax 3 роки тому
Me alegra que haya sido. Mantenerse a salvo. Saludos desde Canadá. Ahmad
@marianogergo
@marianogergo Рік тому
como puedo mostrar los dos puntos entre el 2° y 3° digito?
@robojax
@robojax Рік тому
You need this display ukposts.info/have/v-deo/bJF0m36FgaJqzI0.html
@GoymonTV
@GoymonTV 5 років тому
I have a large display from eBay no display even I supply it separate 5dcv
@robojax
@robojax 5 років тому
This is video is for 2 displays. Watch this video ukposts.info/have/v-deo/fKWSoaCjqqqArIE.html Please include the library. Without library it won't work. If still doesn't work, I will post a solution in a few weeks.
@GoymonTV
@GoymonTV 5 років тому
@@robojax its working now thanks to you. I have a making a project with on/off switch, StbY on the display then beep sound and timer starts then when hit the plate timer will stop. Can you please help me with the codes
@RexGuard
@RexGuard 5 років тому
ROBOJAX when you make my video?? ( how to control pca9685 with bluetooth)?????
@RexGuard
@RexGuard 5 років тому
this is my QUETION ROBOJAX PLEASE MAKE IT NOW
@RexGuard
@RexGuard 5 років тому
xD
@robojax
@robojax 5 років тому
I will look at it and see which Bluetooth module I have.
@RexGuard
@RexGuard 5 років тому
OK ROBOJAX IM WAITING THANK YOU
@yogeshitaliya473
@yogeshitaliya473 5 років тому
💞💞💞💞💞💞
@usmanumer9871
@usmanumer9871 2 роки тому
عید مبارک احمد
@robojax
@robojax 2 роки тому
عید مبارک. کل عام و‌انتم بخیر
@Delorean29
@Delorean29 3 роки тому
Can I use & connect all like this? See red arrows: i.imgur.com/DDwRS77h.jpg?6
Vasiliy Lomachenko vs George Kambosos | INTERNATIONAL LIVE STREAM
3:10:05
Top Rank Boxing
Переглядів 1,1 млн
Nemo - The Code (LIVE) | Switzerland🇨🇭| Grand Final | Eurovision 2024
03:28
Eurovision Song Contest
Переглядів 14 млн
Create your own LARGE 7-segment LED display!
41:08
Playful Technology
Переглядів 53 тис.
3D Prints Outside for 7 years: What happened? RMRRF2024
29:36
CNC Kitchen
Переглядів 99 тис.
LED display TM1637 and Arduino
8:03
Home Made
Переглядів 41 тис.
Back to the Future clock - RTC MODULE [ENG SUB]
18:46
Jéjé l'ingé
Переглядів 35 тис.
TM1637 4-Digit Display with Arduino | Portable Temperature Sensor
9:15
Enjoy Mechatronics
Переглядів 6 тис.
4 Digit 7 segment display using Arduino
8:31
Electronics Simplified
Переглядів 123 тис.
Apple, как вас уделал Тюменский бренд CaseGuru? Конец удивил #caseguru #кейсгуру #наушники
0:54
CaseGuru / Наушники / Пылесосы / Смарт-часы /
Переглядів 3,3 млн
Игровой ноутбук за 100тр в МВИДЕО
0:58
KOLBIN REVIEW
Переглядів 711 тис.