All About TM1637

  Рет қаралды 31,844

Crazy Couple DIY

Crazy Couple DIY

Күн бұрын

Пікірлер
@hobbit1766
@hobbit1766 2 жыл бұрын
Nice tutorial mate
@CrazyCoupleDIY
@CrazyCoupleDIY 2 жыл бұрын
Cheers
@bartekguch3051
@bartekguch3051 Жыл бұрын
Very nice, simple and helpfull video. Thank you!
@CrazyCoupleDIY
@CrazyCoupleDIY Жыл бұрын
Pleasure
@chrisl4999
@chrisl4999 6 ай бұрын
Excellent video packed with tons of good information!
@CrazyCoupleDIY
@CrazyCoupleDIY 6 ай бұрын
Thanks 👍
@rogeriomunarolima1086
@rogeriomunarolima1086 7 ай бұрын
Great video information about display tm1637, with examples and Codes included. Thank you.
@CrazyCoupleDIY
@CrazyCoupleDIY 7 ай бұрын
Thanks mate
@phakalanep7241
@phakalanep7241 2 жыл бұрын
Great video
@CrazyCoupleDIY
@CrazyCoupleDIY 2 жыл бұрын
Thanks a lot
@b_shankar
@b_shankar 2 жыл бұрын
Bro can you tell me how we can generate same temperature in Fahrenheit.
@CrazyCoupleDIY
@CrazyCoupleDIY 2 жыл бұрын
Temp_F = (Temp_C x 9/5) + 32;
@b_shankar
@b_shankar 2 жыл бұрын
@@CrazyCoupleDIY thank you 😊
@karishma_agrawal07
@karishma_agrawal07 4 ай бұрын
Your video helped a lot! ❤
@CrazyCoupleDIY
@CrazyCoupleDIY 4 ай бұрын
It's my pleasure
@karishma_agrawal07
@karishma_agrawal07 4 ай бұрын
@@CrazyCoupleDIY can to tell me that can we connect arduino nano directly to tm1637 without using breadboard?
@vijaysulakhe5605
@vijaysulakhe5605 7 ай бұрын
Nice and helpful video, many thanks...keep doing for Pi Pico also.
@CrazyCoupleDIY
@CrazyCoupleDIY 7 ай бұрын
I already have one on pico kzbin.info/www/bejne/rIDCY4uNf6l5bZI
@sarangvs2326
@sarangvs2326 Жыл бұрын
Can we use this module with 8051 microcontroller?
@CrazyCoupleDIY
@CrazyCoupleDIY Жыл бұрын
I have not used or tested that with an intel 8051 MCU mate so I may not be able to answer your question
@miguelpolillarny7258
@miguelpolillarny7258 Жыл бұрын
Hello, new subscriber, I wonder if you could collaborate with a Countdown timer project with the TM1637 display and that when it reaches zero, turn on a led for 3 seconds, it could be using ESP32 or an Arduino. Regards.
@RogerHyam
@RogerHyam Жыл бұрын
Thanks that was useful. But how do you control the : in the middle?
@CrazyCoupleDIY
@CrazyCoupleDIY Жыл бұрын
Please have a look at the code. I have it fully commented for wast understanding. Please let me know I you have any issues thanks
@МаксимГрищенко-н1с
@МаксимГрищенко-н1с 5 ай бұрын
Thank you
@CrazyCoupleDIY
@CrazyCoupleDIY 5 ай бұрын
You're welcome
@Wxjtxqk
@Wxjtxqk Жыл бұрын
Thanks bro!
@CrazyCoupleDIY
@CrazyCoupleDIY Жыл бұрын
Pleasure
@vijaysulakhe5605
@vijaysulakhe5605 7 ай бұрын
Thanks. Which Lib you are using for DHT11 / 22 ?
@CrazyCoupleDIY
@CrazyCoupleDIY 7 ай бұрын
Just the standard one mate
@RiteshKumar-uy7fx
@RiteshKumar-uy7fx 5 ай бұрын
DHT sensor library by Adafruit Arduino library for DHT11, DHT22, etc Temp & Humidity Sensors use this one its handy
@vijaysulakhe5605
@vijaysulakhe5605 7 ай бұрын
Thanks.. which lib you are using for DHT11 / 22 ?
@CrazyCoupleDIY
@CrazyCoupleDIY 5 ай бұрын
Just the generic one
@RiteshKumar-uy7fx
@RiteshKumar-uy7fx 5 ай бұрын
DHT sensor library by Adafruit Arduino library for DHT11, DHT22, etc Temp & Humidity Sensors use this one.
@ofp6024
@ofp6024 Жыл бұрын
Hello i am using 2digit seven display (4 nos ) total 8 digit ,,, and i am using max7219. I tried everything but still it's not working its just lighting up all the segment including dp and will remain same . Not a single digit or number is coming,,, please help
@RiteshKumar-uy7fx
@RiteshKumar-uy7fx 5 ай бұрын
Can you share project link
@llaltxll
@llaltxll 3 ай бұрын
In case anyone got a module that has dots on it, you can turn them on by setting the top bit on. #define SEG_DP 0b10000000
@Dancopymus
@Dancopymus Жыл бұрын
Greetings. Firstly, thanks for the video. I have some Displays like this, 0.56". With Arduino Uno or Nano, it works perfectly but, with the ESP8266 NodeMCU, some don't work. Do you know the reason for this? Thank you
@RiteshKumar-uy7fx
@RiteshKumar-uy7fx 5 ай бұрын
is your problem solved
@Dancopymus
@Dancopymus 5 ай бұрын
@@RiteshKumar-uy7fx I took a break from this, but when it starts again, I'll get back to you.
@john-iveson
@john-iveson 10 ай бұрын
i get this error message Compilation error: 'class TM1637Display' has no member named 'clear'
@RiteshKumar-uy7fx
@RiteshKumar-uy7fx 5 ай бұрын
did your problem solved
@john-iveson
@john-iveson 5 ай бұрын
@@RiteshKumar-uy7fxI did
@Nonsense116
@Nonsense116 Жыл бұрын
this is not how to control the tm1637 module, this is how to download a library to do it for you. there are already dozens of videos out there on how to do that
@RiteshKumar-uy7fx
@RiteshKumar-uy7fx 5 ай бұрын
do you want a detail explanation on code ?
@arduinomaquinas
@arduinomaquinas Жыл бұрын
Awesome🇧🇷😉👍great video information display tm1637👏👏👏👏👏 @arduinomaquinas thank you man, subscribed
@CrazyCoupleDIY
@CrazyCoupleDIY Жыл бұрын
Thanks😊
LED Displays with Arduino - 7-Segment & Dot-Matrix
44:43
DroneBot Workshop
Рет қаралды 214 М.
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,3 МЛН
Why Majora's Mask's Blue Dog Took 25 Years to Win the Race
21:04
Vidya James
Рет қаралды 2,5 МЛН
4 digit 7 segment display with Arduino
5:19
VinVout-io
Рет қаралды 458
Arduino and the 4 digit 7 segment led display - Anything Arduino Ep 21
18:39
Visualizing Data with 7-Segment Displays
34:26
Sebastian Lague
Рет қаралды 1,3 МЛН
Learn How 4 Digit 7 Segment Displays Work
2:28
STEM Basics
Рет қаралды 120 М.
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН