sketch

Programming an ATtiny w Arduino 2 (1)

Programming an ATtiny w/ Arduino 1.0

This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for running simple programs. The ATtiny45 and ATtiny85 have eight legs and are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can …

Programming an ATtiny w/ Arduino 1.0 Read More »

TFT Display with microSD

TFT Display with microSD breakout board using arduino

128X160 pixels in 18 bit color with a microSD breakout board courtesy of Adafruit Industries You can purchase the 18-bit color TFT LCD display with microSD card breakout kit (part# ST7735R) from Adafruit Industries This tutorial from Adafruit is for a 1.8″ diagonal TFT display & microSD breakout board. This breakout is the best way to add …

TFT Display with microSD breakout board using arduino Read More »

IR trigger for Canon EOS

Arduino passive IR trigger for Canon EOS

The other day I wanted to experiment with external triggers for my Canon EOS 550D camera. I stumpled upon a nice open source project called Arduino Camera Control from Oleg Mazurov, the creator of the USB Host Shield library for Arduino. The Arduino Camera Control project depends on the USB Host Shield library and the USB Host Shield from Sparkfun. It supports …

Arduino passive IR trigger for Canon EOS Read More »

Tutorial 19 Arduino Dice

Tutorial 19: Arduino Dice Circuit And Sketch Using A 7-Segment Display

In this tutorial you will build a dice that is shaken by holding the button in and thrown by releasing the button. The shake, throw and number thrown are animated and displayed on a seven segment display. A 74HC595 IC is used to interface the 7-segment display to the Arduino, using only 3 Arduino digital …

Tutorial 19: Arduino Dice Circuit And Sketch Using A 7-Segment Display Read More »

Bootload an ATmega Microcontroller

Bootload an ATmega Microcontroller & Build Your Own Arduino – 2

Since you lacked the USB interface in your own Arduino board, it becomes necessary to use a homemade/ready-made USB to Serial Converter Module as an efficient and economical solution. Inexpensive and easy-to-use USB to Serial Converter modules are now widely available, such as one shown here. With the help of this little module you can …

Bootload an ATmega Microcontroller & Build Your Own Arduino – 2 Read More »

MKR1000 to Initial State DHT Visulaizations (1)

MKR1000 to Initial State DHT Visulaizations using Arduino

This demonstrates how to use your Arduino MKR1000 to connect to InitialState.com to produce colorful visualizations of your sensor data. Things used in this project Hardware components Arduino MKR1000 × 1 DHT11 Temperature & Humidity Sensor (4 pins) × 1 Breadboard (generic) × 1 Jumper wires (generic) × 1 USB-A to Micro-USB Cable × 1 …

MKR1000 to Initial State DHT Visulaizations using Arduino Read More »