board

Drive with PID Control

Drive with PID Control Using Arduino Board

This example shows how to simulate a simple closed-loop control algorithm in Simulink® and how to run it on an Arduino® board. Supported Hardware: Arduino Leonardo Arduino Mega 2560 Arduino Mega ADK Arduino Pro Arduino Uno Available versions of this example: Arduino Mega 2560 board: Arduino Mega2560 Drive Open-loop Arduino Mega2560 Drive Closed-loop On this …

Drive with PID Control Using Arduino Board Read More »

Arduino Bootload an ATmega Microcontroller part 1

Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1

There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you need a special hardware programmer and suitable hex files to program the Atmel AVR chip. Fortunately, Arduino is a beginner-friendly platform …

Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1 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 »

Simple Bat Detector based shield

A Simple Bat Detector based shield for the Arduino Uno

I’ve built a number of projects that have interfaced the output of the Simple Bat Detector with a microprocessor. The most recent was the BatLogger II. But I hadn’t come up with an easy way for others to experiment with this idea … until now. My friend, Frank, in Germany, had wanted to make a relatively inexpensive bat …

A Simple Bat Detector based shield for the Arduino Uno 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 »