Arduino Programmer Projects

Measuring sound in dB with Microphone and Arduino

Measure Sound/Noise Level in dB with Microphone and Arduino

Noise pollution has really started to gain importance due to high population density. A normal human ear could hear sound levels from 0dB to 140dB in which sound levels from 120dB to 140dB are considered to be noise. Loudness or sound levels are commonly measured in decibel(dB), we have some instruments which could measure the

Measure Sound/Noise Level in dB with Microphone and Arduino Read More »

Easily run your ATtiny at 16MHz without an external clock from the Arduino IDE

Easily run your ATtiny at 16MHz, without an external clock, from the Arduino IDE

Hardware components: Atmel ATTiny85 × 1 SparkFun Tiny AVR Programmer × 1 Software apps and online services: Arduino IDE   STORY Introduction The Atmel tinyAVR MCU’s (ATtiny) are a series of chips optimized for applications requiring performance and/or power efficiency in a small package. These have internal clocks that runs at 8 MHz. They can also be clocked

Easily run your ATtiny at 16MHz, without an external clock, from the Arduino IDE Read More »

serial communication atmega

How to establish UART communication between ATmega8 and Arduino Uno?

Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication established here is UART (Universal Asynchronous Receiver Transmitter) type. It’s serial communication. By this serial communication data can be shared between two controllers, which is a required in various embedded system applications. In embedded systems we must have basic knowledge about

How to establish UART communication between ATmega8 and Arduino Uno? Read More »

Scroll to Top