Arduino Programmer Projects

Adaptable Sensor and Notification System

Adaptable Sensor and Notification System

A easy to use adaptable sensor and notification system that is designed to be used as a temporary change of state notifier. Things used in this project Hardware components Arduino MKR1000 × 1 PIR Motion Sensor (generic) × 1 SW-420 Motion Sensor Module Vibration Switch Alarm Sensor Module for Arduino × 1 Light Dependent Resistor […]

Adaptable Sensor and Notification System Continue Reading

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

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

Scroll to Top