TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137045 times)
  2. FAT32 Library (70171 times)
  3. Network Ethernet Library (56044 times)
  4. USB Device Library (46366 times)
  5. Network WiFi Library (41983 times)
  6. FT800 Library (41313 times)
  7. GSM click (29080 times)
  8. mikroSDK (26520 times)
  9. PID Library (26454 times)
  10. microSD click (25449 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

MSP430F149 RTCC with TM1637 Blue Seven Segment Display

Rating:

0

Author: Shawon Shahryiar

Last Updated: 2020-08-04

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 191 times

Not followed.

License: Open Software License 3.0 (OSL-3.0)  

This is an implementation of Real Time Clock Calendar with MSP430F149's Timer A1 module. Time and date are shown on a TM1637-based blue-coloured seven segment display. The code is written with TI's Code Composer Studio IDE.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "MSP430F149 RTCC with TM1637 Blue Seven Segment Display" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "MSP430F149 RTCC with TM1637 Blue Seven Segment Display" changes.

Do you want to report abuse regarding "MSP430F149 RTCC with TM1637 Blue Seven Segment Display".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Time Display 1

Time Display 1

MSP430F149 RTCC with TM1637 Blue Seven Segment Display

View full image
Time Display 2

Time Display 2

MSP430F149 RTCC with TM1637 Blue Seven Segment Display

View full image
Project Setup

Project Setup

MSP430F149 RTCC with TM1637 Blue Seven Segment Display

View full image
Demo

Demo

MSP430F149 RTCC with TM1637 Blue Seven Segment Display

View full image

ALSO FROM THIS AUTHOR

LCTech 74HC164 Dual Seven Segments Display Demo - Max-Min Thermometer

0

Seven segment displays take up many GPIOs of a MCU. However, there are various techniques to reduce GPIO requirement. On such approach is to use shift registers like 75HC595 or 74HC164. Here a LCTech 74HC164 Dual Seven Segments Display driver is used with such a concept and the project here is a simple DS18B20-based max-min thermometer.

[Learn More]

DHT11 Sensor Demo with AVR's Interrupt and Timer

0

This is a demo of DHT11 relative humidity-temperature sensor using interrupt and timer of a ATMega8515L. Interrupt + timer based method don't block program sequence unlike polling methods and so the CPU can do other tasks. Falling edge interrupt is used to detect the output from the sensor and a timer detects pulse widths.

[Learn More]

STM32 and PT100 Themocouple-based Thermometer

0

STM32 and PT100 Themocouple-based Thermometer. The code is written with Maple IDE. https://www.youtube.com/watch?v=b_yMhHARkn4

[Learn More]