interfacing

Speaking Calculator

Speaking Calculator using AVR ATmega88 microcontroller

This Speaking Calculator project is an interesting device built just by three chips that can be very useful to blind people. The system has four basic operations (addition, subtraction, multiplication and division), and the functions: clear all, change of sign (+/-), inverse (1/x), square root (v), pi number (p), add with memory (M+) and read from memory […]

Speaking Calculator using AVR ATmega88 microcontroller Read More »

ADC Graph

Visualize ADC data on PC Screen using USART AVR Project using microcontroller Using Atmega

ADC (Analog to digital converter) is a commonly used peripheral. We use it everyday to interface with several analog sensors. Many times a nice visualization of ADC data is required during learning about new sensors. For example you just bought a analog sound sensor, and try to do some fast experiments that how it performs.

Visualize ADC data on PC Screen using USART AVR Project using microcontroller Using Atmega Read More »

Noise Generator

A Noise Generator per IEC 268-1, IEC 268-5, and IEC 268-7 Using Atmega

Introduction This project came about when I needed to perform some reliability tests on some headphones according to IEC 268-7. The test requires operating the headphones at their rated input power for a number of hours using clipped pink noise, and muting the noise periodically during the test. There are plenty of white noise generators

A Noise Generator per IEC 268-1, IEC 268-5, and IEC 268-7 Using Atmega Read More »

dual mode

A Superhet/Direct Conversion AM receiver for 181.818 kHz using Attiny2313

Downloads Download the AVRStudio assembly source  vlflo13041105A.asm (html format) Download the AVRStudio Hex file vlflo13041105A.hex (html format) Photo of completed receiver. Its pocket sized, but not intended to be used that way because the antenna is a highly directional ferrite loopstick. Its only a matter of luck that there was room for all the components on the board, which

A Superhet/Direct Conversion AM receiver for 181.818 kHz using Attiny2313 Read More »

The Arduino (1)

The Arduino Weather Station / Thermostat using ATmega328 microcontroller

I’ve always been interested in monitoring my local weather, and noticed the difference between what weather.com and accuweather.com think my local weather is, and what I see out the window. I also wanted better control over my heating and A/C system. As a computer and electronics nut, I’ve been playing with the Arduino Microcontroller, and decided

The Arduino Weather Station / Thermostat using ATmega328 microcontroller Read More »