Interfacing(USB – RS232 – I2c -ISP) Projects

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

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

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

Scroll to Top