Arduino Programmer Projects

TC74 sensor has 5 pins

Connecting multiple I2C device on Arduino Uno R3

In this project, we will show how to connect multiple I2C devices to an arduino microcontroller. The I2C bus is a bus which enables high-speed two-way communication between devices while using a minimal number of I/O pins to facilitate communication. An I2C bus is controlled by a master device (usually a microcontroller) and contains one […]

Connecting multiple I2C device on Arduino Uno R3 Continue Reading

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 Continue Reading

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 Continue Reading

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? Continue Reading

Scroll to Top