Interfacing(USB – RS232 – I2c -ISP) Projects

The smallest USB Arduino

Digispark DIY: The smallest USB Arduino

Digispark is an ATtiny85 based microcontroller development board come with USB interface. Coding is similar to Arduino, and it use the familiar Arduino IDE for development. Digispark is copyrighted by Digistump LLC (digistump.com) and the full license is here: http://digistump.com/wiki/digispark/policy Specification: Support for the Arduino IDE 1.0+ (OSX/Win/Linux) Power via USB or External Source – 5v […]

Digispark DIY: The smallest USB Arduino Read More »

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 Read More »

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 Read More »

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 Read More »

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 Read More »

Scroll to Top