Interfacing(USB – RS232 – I2c -ISP) Projects

Burn Arduino Bootloader on Atmega 328 TQFP and DIP chips on Breadboard

Burn Arduino Bootloader on Atmega-328 TQFP and DIP chips on Breadboard

Parts required (Hardware) Arduino Uno Board (1) TQFP 32 to DIP 28 Adapter (1) Link Atmega TQFP 32 pin chip (1) Atmega DIP 28 pin chip (1) 10K resistor (1) 16MHz crystal (1) 18pf – 22pf capacitor (2) Tact Switch (1) Jumper wires (few) LED (1) 560 Ohm resistor (1) 10uF electrolytic cap (optional) Breadboard […]

Burn Arduino Bootloader on Atmega-328 TQFP and DIP chips on Breadboard Continue Reading

Stripboard Arduino shield

Stripboard Arduino shield for programming ATtiny45 and ATtiny85

This instructable (entered in the Arduino Challenge contest – you can vote for it above) shows how to make a stripboard Arduino shield for programming either ATtiny45 or ATtiny85 microcontrollers with an Arduino, as per these tutorials from the High-Low Tech group at MIT: Arduino board as ATtiny programmer Programming an ATtiny w/ Arduino 1.0

Stripboard Arduino shield for programming ATtiny45 and ATtiny85 Continue Reading

Arduino Bootloader

Burning the Bootloader on ATMega328 using Arduino UNO as ISP

I had one remote controlled project that needed an Arduino running 24/7 but I didn’t want to leave my $32 Arduino UNO, so I decided to buy some pieces and created my own Arduino. The most important part was buying the microcontroller. These were my options: ATMega328P-PU with Optiboot ~ $5.50 (Sparkfun) / $5.19 (Digikey)

Burning the Bootloader on ATMega328 using Arduino UNO as ISP Continue Reading

Arduino Switch case2 Statement

Arduino Switch (case) Statement, used with serial input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one

Arduino Switch (case) Statement, used with serial input Continue Reading

Arduino Ultra Sonic Sensor 2

Arduino HC-SR04 How to use Ultra Sonic Sensor

Arduino HC-SR04 The Arduino HC-SR04 is different from most of those commonly seen on the market, which have 4 pins compared to 3 pins. But the operation principle is the same, transmit signal, and depends on when the signal is received to estimate the distance. Arduino HC-SR04 not only inexpensive but also practical, use a

Arduino HC-SR04 How to use Ultra Sonic Sensor Continue Reading

Scroll to Top