Interfacing(USB – RS232 – I2c -ISP) Projects

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 Continue Reading

Communication between a USBserial device and an AVR atmegaArduino microcontroller

Communication between a USB/serial device and an AVR (atmega/Arduino) microcontroller

I have a device which provides a USB port. If I attach it to a Windows PC it is recognized as a “CP2103 USB to UART Bridge Controller”. According to the device documentation, it should communicate in serial format at 38400bps.I have to talk to this device with a atmega microcontroller. Since the USB pinout

Communication between a USB/serial device and an AVR (atmega/Arduino) microcontroller Continue Reading

Arduino Project Intervalometer for Fuji cameras

Arduino Project: Intervalometer for Fuji cameras

This post is about an arduino-based intervalometer I built for my camera, a Fuji S9600 dSLR. I decided to go for a very simple interface: a rotary switch in the middle of a plastic box which would allow me to select 12 pre-defined intervals. I went for a switch and not a potentiometer because I

Arduino Project: Intervalometer for Fuji cameras Continue Reading

Send SMS from Arduino over the Internet using ENC28J60 and Thingspeak

Send SMS from Arduino over the Internet using ENC28J60 and Thingspeak

This Instructable explains how to send an SMS from an Arduino using the Internet. There are many ways to approach this and I will explain one of the different methods used to accomplish this task. Some major points needed for my project: I have a standard Ethernet shield, and ENC28J60 Ethernet module, and I needed

Send SMS from Arduino over the Internet using ENC28J60 and Thingspeak Continue Reading

Drawing an Arduino Circuit Diagram

Drawing an Arduino Circuit Diagram

I’ve had an Arduino Duemilanove now for a couple of weeks. If you’re not familiar with the Arduino, it is “an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software”. It has a small microcontroller, a USB port to connect to your computer for programming, a power socket for providing power when the

Drawing an Arduino Circuit Diagram Continue Reading

Scroll to Top