For my Digital Multimedia class final, I created a treat dispenser that is activated by pulling a chain, which starts a servo motor that spins a wheel to dispense treats to my to African Grey parrots. Step 1: Gather Materials Step 2: Construct Button 1. Cut two strands of wire around 6in long. 2. Solder one of […]
Projets
BRICOLAGE Arduino Pilote de Moteur pas Conseil
This page will show you how to put together a simple stepper motor driver board that can be controlled with an Arduino. I built mine to use with my heliostat projects, but it could be used for other things too. Update: I no longer use this driver board with my sun tracking / heliostat system. […]
Construire Un Géant de barre de LED graphe à l'Aide d'Arduino
For a recent project I needed to build a large and obvious bar graph display. This was to show the power generated from a bicycle generator. I came up with this design and was pretty pleased with the final results as it is relatively low cost but still pretty visual. It stands 1.5m high and […]
En voiture avec Contrôle PID à l'Aide de Carte Arduino
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 […]
CLIGNOTER UNE LED À L'AIDE D'UN ARDUINO UNO (EXPLIQUÉ)
So you’re here because you want to start learning some of the Arduino Basics… So let’s start with THE most basics… no this “tutorial” is actually a little more basic than what you have in mind. It only requires that you: Have ANY Arduino Board. Have installed the drivers and required software for the board […]
Facile Arduino Audio Annoyatron
This simple device simple plays a small tune at a random interval, between 5 and 30 seconds when the lights in a room go off. It can be cleverly disguised inside a tissue box, or inside or under any number of household objects. This is a vary simple project (my first audio project) and requires vary few materials, most of […]
Blinky le borgne de l'horloge à l'aide d'Arduino
In this tutorial you learn how to make a blinking clock with a difference! Updated 18/03/2013 Followers of my website would realise that I tend to make too many clocks in those tutorials. Well, I like making clocks… so here is another one. However this time I have tried to make the most simple version possible. […]
Arduino SOS signal avec 8 ohms haut-parleur et le LED clignotant
SOS is the commonly used description for the international Morse code distress signal (· · · — — — · · ·). [read more on wiki] Requirements: 1) Arduino 2*) 8 Ω speaker 3*) 150 Ω or similar resistor 4) 5mm RED LED 5) Hook-up wires 6) Any breadboard * Ω = Ohms Step 1: […]
Liaison Radio entre deux Arduino
I was looking for a way to handle wireless communications between two Arduino boards. Other options like Xbee or Bluetooth were going to cost $50 to over $100. Then I found a cheap RF transmitter and receiver at Sparkfun. The total cost is only $9! Here are a few limitations to RF solution: Communications is […]
Pololu Contrôleur de Moteur de Test et de Dépannage
Finally, I finished reading the datasheet. It didn’t give much information about how to connect the motor controller to a micro-controller. I used the simple circuit I found from a post in Pololu’s forum: Using Dual VNH3SP30 Motor Driver with arduino @ http://forum.pololu.com/viewtopic.php?f=15&t=1923. Dual VNH2SP30 Motor Driver Carrier MD03A to Arduino Circuit Diagram I connected […]