When internal memory in Arduino is not sufficient then we must go for external EEPROM module. This module is based on the EEPROM chip AT24C256, which has 256k bit...
HOW TO INTERFACE DS1307 WITH ARDUINO UNO
First you have add the library in to Arduino IDE as shown in the figure 5 below. Go the “Sketch” menu and select “include Library” then click “Manage Library”...
I2C PROTOCOL AND ITS FUNCTIONALITIES
Reading from a Slave on The I2C Bus:
Reading from a slave is very similar to writing, but with some extra...
I2C PROTOCOL AND ITS FUNCTIONALITIES
OVERVIEW:
The I2C bus is a very popular and powerful bus used for communication between a master (or...
BISTABLE MULTIVIBRATOR IN 555 TIMER AND ITS APPLICATIONS
Bi-Stable Mode(Flip-Flop):
In bistable mode, both the output states are stable. At each interrupt, the...
MONOSTABLE MULTIVIBRATOR IN 555 TIMER AND ITS APPLICATIONS
Mono stable mode:
In this mode one state (either high or low state) is made as
stable state, when interrupt...
555 TIMER AND ASTABLE MULTIVIBRATOR APPLICATIONS
Overview :
The 555 Timer module is used to generate pulses for various purposes. It is a highly...
INTERRUPTS IN 8051
Page 4
Programming an Interrupt
<!-- /wp:heading...
INTERRUPTS IN 8051
Page 3
TCON: Timer/ counter Control Register
<!--...
INTERRUPTS IN 8051
Page 2
Interrupt
Priority Register...