Adding a Real Time Clock to your Raspberry Pi – RTC DS3231

When you use your Raspberry Pi as your mini PC, then I am sure you would have found some difficulties to get the current correct time if you don’t connect your Raspberry Pi to the network using Ethernet, WiFi, etc. In this Adding a Real Time Clock to your Raspberry Pi post, we will see … Read more

8051 – RTC Interfacing (Alarm Clock)

In our previous tutorial, we have interfaced the 8051 with EEPROM. In this project, we are going to see RTC Interfacing with 8051. Before that, we should know about the RTC (DS1307) operations. Let’s start. You can also read PIC16F877A RTC, LPC2148 ARM7 Introduction. Prerequisites I²C Basics I²C Advanced LCD Interfacing with 8051 8051 I2C … Read more

PIC16F877A – RTC (DS1307) Interfacing

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have interfaced RFID reader with PIC16F877A.  In this tutorial, we are going to discuss RTC Interfacing with PIC16F877A. Before that, we should know … Read more