Temperature logger using arduino
Simple temperature logger using arduino (°C & °F). This project is about a simple USB temperature logging system using arduino uno and the serial monitor function in the arduino IDE. The system...
View ArticleUltrasonic range finder using arduino
Ultrasonic range finder using arduino. This time it is an ultrasonic range finder using arduino. HC-SR04 ultrasonic range finder module is used as the sensor here. The display consists of a three digit...
View ArticleLine Follower Robot using Arduino
This line follower robot is basically designed to follow a black line on a white surface. Any way the same project can be used to follow the opposite configuration with appropriate changes in the...
View ArticleSimple LED Projects using Arduino
This article is another step forward in learning more about Arduino. We have demonstrated 5 simple led based projects using arduino, which will help you to learn its basic concepts. 1. Blinking Two...
View ArticleFan Speed Controlled by Temperature and Arduino
I made this project because I wanted a way to automatically control the speed of a DC fan according to the temperature read by a LM35 sensor. I had a few problems with the PWM part mainly because the...
View ArticleAVR Microcontroller (Atmega32) – An Introduction
Introduction to ATmega32 (AVR Series) 8bit Microcontroller In our days, there have been many advancement in the field of Electronics and many cutting edge technologies are being developed every day,...
View ArticleAVR Studio 4 and 5-Overview for Beginners
if you are reading this you might be interest in our complete tutorial from beginning . if yes Start from : AVR Microcontroller (Atmega32) – An Introduction For general purpose computers, programs...
View ArticleISP Programmer for ATmega32 Microcontroller
if you are reading this you might be interest from beginning , if yes start here : ATmega32 Microcontroller introduction So far I’ve discussed about the micro controller basics and the compiler...
View ArticleAVR GCC Library of AVR Studio – An Overview
In embedded C, pre defined libraries play very important role in compiling a program and significantly reduce the code size for the same i.e AVR GCC Library . However, the optimization and the output...
View ArticleAvr Atmega8 Microcontroller – An Introduction
In my previous article, I’ve discussed about ATmega32. Now, let me introduce another member of AVR microcontroller family, the ATmega8. This member has many features similar to that ofATmega32. But it...
View ArticleHandling the Digital Input Output in AVR Micro Controllers
I have already discussed about a few chapters necessary to get into AVR programming. Now this is the first article that deals with programming. Let us start with the basics. Digital input output in...
View ArticleLCD Interfacing with AVR
Interfacing LCD Display in 8bit Mode Now let us come to the interfacing side of LCD. Let us see the 8bit mode interfacing of the LCD display with an AVR micro controller first. I have added two...
View ArticleString Formatting & Standard library of AVR
Here in this article, I am planning to brief you through the Standard library of AVR-GCC. By the term “Standard Library” we mean the “Standard header” files like “stdio.h”, we commonly see in C...
View Article