-
LM35 Temperature Sensor Interfacing with ATmega16 and 7 Segment Display
In this project, we will learn How to interface a LM35 temperature sensor with AVR ATmega16 Microcontroller and 7-segment display. Here, we will measure the temperature of the surrounding or any other material to which the LM35 temperature sensor is connected for its ...
September 6, 2017, 12:50 AM16504 -
LM35 Temperature Sensor Interfacing with ATmega32 and 7 Segment Display
In this project, we will learn How to interface a LM35 temperature sensor with AVR ATmega32 Microcontroller and 7-segment display. Here, we will measure the temperature of the surrounding or any other material to which the LM35 temperature sensor is connected for its ...
September 6, 2017, 12:50 AM7421 -
0000 to 9999 Display in Quad 7-Segment Display with ATmega32
Things gets a little bit more complicated when we want to have more than one 7-segment display and each one will show a different number. Normally, we would need 8 pins for each one (7 for seven segments and one for DP), so a total of 32 pins are required for four 7-s ...
September 5, 2017, 09:21 PM56651 -
00 to 99 Display in Quad 7-Segment Display with ATmega32
Things gets a little bit more complicated when we want to have more than one 7-segment display and each one will show a different number. Normally, we would need 8 pins for each one (7 for seven segments and one for DP), so a total of 16 pins are required for two 7-se ...
September 5, 2017, 09:14 PM155104 -
00 to 99 Display in Quad 7-Segment Display with ATmega16
Things gets a little bit more complicated when we want to have more than one 7-segment display and each one will show a different number. Normally, we would need 8 pins for each one (7 for seven segments and one for DP), so a total of 16 pins are required for two 7-se ...
September 5, 2017, 09:14 PM280623 -
000 to 999 Display in Quad 7-Segment Display with ATmega32
Things gets a little bit more complicated when we want to have more than one 7-segment display and each one will show a different number. Normally, we would need 8 pins for each one (7 for seven segments and one for DP), so a total of 24 pins are required for three 7- ...
September 5, 2017, 09:13 PM2643 -
000 to 999 Display in Quad 7-Segment Display with ATmega16
Things gets a little bit more complicated when we want to have more than one 7-segment display and each one will show a different number. Normally, we would need 8 pins for each one (7 for seven segments and one for DP), so a total of 24 pins are required for three 7- ...
September 5, 2017, 09:13 PM137275 -
0000 to 9999 Display in Quad 7-Segment Display with ATmega16
Things gets a little bit more complicated when we want to have more than one 7-segment display and each one will show a different number. Normally, we would need 8 pins for each one (7 for seven segments and one for DP), so a total of 32 pins are required for four 7-s ...
September 5, 2017, 09:13 PM14439 -
Speed Control of Robot with ATmega32
A robot is a mechanical or virtual agent, usually an electro-mechanical machine that is guided by a computer program or electronic circuitry. Robots have replaced human in the assistance of performing those repetitive and dangerous tasks which humans prefer not to do, ...
September 5, 2017, 07:43 PM2978 -
Speed Control of Robot with ATmega16
A robot is a mechanical or virtual agent, usually an electro-mechanical machine that is guided by a computer program or electronic circuitry. Robots have replaced human in the assistance of performing those repetitive and dangerous tasks which humans prefer not to do, ...
September 5, 2017, 07:43 PM5761 -
L293D based DC Motor Driver Interfacing with ATmega32 in PWM Mode
DC Motor Driver is a L293D based motor driver interface board from ABLab Solutions. The main aim of interfacing DC motor with any microcontroller is to control the direction and speed of a DC motor. But due to high voltage and current requirement of DC motors, it cann ...
September 5, 2017, 07:42 PM196962 -
L293D based DC Motor Driver Interfacing with ATmega16 in PWM Mode
DC Motor Driver is a L293D based motor driver interface board from ABLab Solutions. The main aim of interfacing DC motor with any microcontroller is to control the direction and speed of a DC motor. But due to high voltage and current requirement of DC motors, it cann ...
September 5, 2017, 07:42 PM191974 -
DS1307 RTC based Digital Clock Designing in 12 Hour Format with ATmega16 and 7-Segment Display
A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols), as opposed to an analog clock, where the time is indicated by the positions of rotating hands. The clock/calendar provides seconds, minutes, hours information. The ...
October 5, 2016, 02:47 PM46893 -
DS1307 RTC Interfacing with ATmega16 and 7-Segment Display
Real Time Clocks, as the name suggests are clock modules. They are available as integrated circuits (ICs) and manages timing like a clock. Some RTC ICs also manages date like a calendar. The main advantage is that they have a system of battery backup which keeps the c ...
August 24, 2016, 12:02 PM54453 -
DS1307 RTC based Digital Clock Designing in 24 Hour Format with ATmega16 and 7-Segment Display
A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols), as opposed to an analog clock, where the time is indicated by the positions of rotating hands. The clock/calendar provides seconds, minutes, hours information. The ...
August 24, 2016, 11:53 AM53411 -
DS1307 RTC based Digital Clock Designing in 12 Hour Format with ATmega32 and 7-Segment Display
A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols), as opposed to an analog clock, where the time is indicated by the positions of rotating hands. The clock/calendar provides seconds, minutes, hours information. The ...
August 7, 2016, 02:05 AM9540 -
DS1307 RTC Interfacing with ATmega32 and 7-Segment Display
Real Time Clocks, as the name suggests are clock modules. They are available as integrated circuits (ICs) and manages timing like a clock. Some RTC ICs also manages date like a calendar. The main advantage is that they have a system of battery backup which keeps the c ...
August 7, 2016, 02:03 AM85654 -
DS1307 RTC based Digital Clock Designing in 24 Hour Format with ATmega32 and 7-Segment Display
A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols), as opposed to an analog clock, where the time is indicated by the positions of rotating hands. The clock/calendar provides seconds, minutes, hours information. The ...
August 7, 2016, 02:03 AM11182 -
DS1307 RTC based Alarm Clock Designing with ATmega32 and 7-Segment Display
An alarm clock is a clock that indicates a pre-set time by producing sound at that time. This functionality of digital clock is used to awaken people or remind them of something.
In this project, we will learn How to design a DS1307 Real Time Clock(RTC) b ...August 7, 2016, 02:03 AM68081 -
DS1307 RTC based Alarm Clock Designing with ATmega16 and 7-Segment Display
An alarm clock is a clock that indicates a pre-set time by producing sound at that time. This functionality of digital clock is used to awaken people or remind them of something.
In this project, we will learn How to design a DS1307 Real Time Clock(RTC) b ...August 7, 2016, 02:02 AM6895