output

The Breath o Matic1

The Breath-o-Matic Using Atmega32

Introduction Let us introduce the Breath-o-Matic alcohol sensor. The Breath-o-Matic is an electronic, non-invasive method of measuring a human’s blood alcohol content (BAC). Its elegant, yet discombobulated design embodies a cheerful mix of mechanical and semiconductural components. Simply blowing into the mouthpiece causes the Breath-o-Matic to automatically begin taking a sample of your own foul …

The Breath-o-Matic Using Atmega32 Read More »

UV Sensor

UV Sensor ML8511 AVR Atmega library

Ultraviolet (UV) is an electromagnetic radiation with a wavelength from 10 nm to 400 nm. The ML8511 is an ultraviolet sensor that output an analog signal correlated to the amount of UV light detected. By datasheet the sensor detects wavelength from 280nm to 560nm. Here I’ve implemented a driver for AVR Atmega, portable to other microcontrollers, that correlates the sensor output …

UV Sensor ML8511 AVR Atmega library Read More »

SensorGlove

How to Make a SensorGlove With Android Connection Using Atmega

The aim is to create an input system for mobile devices, which is controlled by the movements of the fingers, in this case with the help of a glove.                     Para ver este tutorial en español, por favor haga click aqui: https://www.instructables.com/id/Como-Hacer-Un-Guan… Step 1: Creating the Glove …

How to Make a SensorGlove With Android Connection Using Atmega Read More »

Signal Source

A 1 Khz Digital Sine Wave Signal Source using ATmega8515 microcontroller

• 1 Khz From a Quartz Crystal • 1 V P-P Sine Wave Calibrated Output • 1 KHz Square Wave Output • 900 mv Inverted Sine Wave Output (Uncalibrated) Downloads Download the WINAVR main source for the 2313 version of the firmware: 2313sine.c Download the complete zipped WINAVR project for the  2313 version of the firmware: 1_kHz_sine_2313.zip …

A 1 Khz Digital Sine Wave Signal Source using ATmega8515 microcontroller Read More »

fast PWM Pulse Width Modulation

How to use fast PWM (Pulse Width Modulation) Mode of AVR microcontroller Timer Using Atmega

This article is in continuation of PWM generation using AVR timer. In the previous article, PWM generation using Phase correct PWM mode is described. However, there are some applications like DAC, power regulation and rectification etc. which require high frequency PWM wave. The PWM generation using Fast PWM mode is suitable for such applications. This article focuses on Fast …

How to use fast PWM (Pulse Width Modulation) Mode of AVR microcontroller Timer Using Atmega Read More »

Component Designing in Proteus ISIS 1

Component Designing in Proteus ISIS Using Arduino

Hello friends, hope you all are having fun in your life. Today’s tutorial is about the component designing in Proteus ISIS. This tutorial actually deals with the presentation of your project. Usually when students give presentation of their projects, then it is asked that add the circuit diagram of their project. Now when students open Proteus …

Component Designing in Proteus ISIS Using Arduino Read More »