Tag: RTC
Programmable light controller with ATmega8 and DS1307
Dilshan Jayakody designed and build a programmable light controller that is able to turn ON and OFF a LED at predetermined time of each day. All the design files and source code related to this project are available at https://github.com/dilshan/programmable-light. The complete...
Continue ReadingESP8266 LED Matrix Clock
Simple LED matrix Clock based on the popular ESP8266 with Real Time Clock module and time synchronization over WiFi from an NTP server. One note on the RTC module, apparently it also has the ability to charge the battery, however that's not a good idea when using a CR2032. One possible...
Continue ReadingArduino Real Time Clock with Temperature Monitor
Hi guys, in one of our previous tutorials, we built a real-time clock with temperature monitor using the DS3231 and the 16×2 LCD display shield. Today, we will build an upgrade to that project by replacing the 16×2 LCD display with an ST7735 based 1.8″ colored TFT display. Apart...
Continue ReadingArduino Real Time Clock with DS1302 and Nokia 5110 LCD Display
Hi guys, in one of our previous tutorials, we made a real time clock, using the DS3231 RTC Module and the 1602 LCD display module. For this tutorial, we will be building something similar using the DS1302 RTC module and the Nokia 5110 display module. Unlike the 1602 LCD module which was...
Continue ReadingReal Time Clock and Temperature Monitor using DS3231 Module
The DS3231 is a very low power RTC chip, it has the ability to keep time with incredible accuracy such that even after power has been disconnected from your product, it can run for years on a connected coin cell battery. This module has the ability to communicate via I2C or SPI but for...
Continue ReadingMP3 Module & RTC DS1307 Shield For 28/40 Pin PIC Development Board
MP3 Shield has been designed for various applications related to voice record and play using MP3 module with memory card storage, this shield can be used as standalone mode or Digital mode by serial interface. In standalone mode it can play 16 messages with couple of other functions,...
Continue ReadingPi Desktop Case – include peripherals too
The ‘Pi Desktop’ kit from element14 offers some great features like Wi-Fi, Bluetooth, a real-time clock, an interface for an mSATA-SSD hard drive, an optional camera, heat sink, a neat power switch and of course the sleek black case. [via] The Raspberry Pi is a well designed,...
Continue ReadingReal Time Clock On 20×4 I2C LCD Display with Arduino
Sometimes it may be necessary to use a display while making a hardware project, but the size and the type of the display may vary according to the application. In a previous project, we used a 0.96″ I2C OLED display, and in this project we will have an I2C 20×4 character...
Continue Reading