Content for ATmega328P

Arduino Based TV Remote Project

“A couple years ago my TV remote broke. I had used one of those universal remote phone apps as an alternative for a while, but that just got really frustrating. Without the tactile feel of buttons it was too easy …

ATmega328P Fuse Bits and an External Crystal Oscillator

“This project introduces ATmega328P fuse bits and shows how to set them to use an external 16 MHz crystal oscillator. Fuse bits, also known as fuses or configuration bits, are settings made in microcontrollers to control certain operations that are …

Gimmick on Barebones Arduino 16MHz

“Barebones ATmega328P-PU with tunable crystal load capacitors, and it is all a gimmick! Arduino on Internal Oscillator Crystal as Clock Source by Naman Chauhan is a great project if you can live with 8MHz using the internal RC oscillator …

ESP Alarm: Make an IoT, Wi-Fi Enabled Alarm Clock with an ESP8266

“The “ESP Alarm” is a connected alarm with your smart phone via Wi-Fi using ESP8266 module. You can add/modify/delete/activate/deactivate alarms using an Android application when the device is up and connected with the same Wi-Fi network …

Breadboarding and Programming the ATmega328P & ATtiny45 in Atmel Studio 7

“In this project, we’ll build circuits for programming two different Atmel microcontrollers and we’ll discuss the necessary software setup. This project will describe the construction of two very similar circuits: one for programming an ATmega328P and another for …

Arduino - Relays (Control AC Appliances)

“Arduino is an awesome micro-controller to get started with DIY electronics, but you can not control AC appliances with it directly. Relays help to do this the arduino drives a 5v relay, which in turn controls AC appliances. The only …

Solr: digital wrist watch

“15 months ago. This is when I started working on this project. The Solr digital wrist watch is a clock that won’t work without a battery but it will neither work without sun. Even more: the vintage display is …

Garden Sprinkler Controller

“This is my second instructable which is actually a modified version of “versatile on/off timer”(My first instructable) with some added functionalities such as A digital real time clock display, Active Window setting, Loading of default values when idle …

Make Your Own Arduino With Power Supply and Bootloader

“Presented here is a low cost idea for making arduino at home. In this project, step by step information is provided from power supply to bootloading to program the Microcontroller. Here is the clone Arduino Board. I have used ATMEGA …

DIY Ambient Light Alarm

“The idea ofthis project is to create an alarm that wakes via ambient light. In itself, this isn’t terribly hard. All you need is some LEDs, a clock and a microcontroller of some kind. Wire it all up, write …