How To Interface a CDV 700 Geiger Counter to a PC Using an Arduino (Part 1) The second part of our video series of our project to interface to a CDV-700 radiation meter using an Arduino Uno! How To Interface a CDV 700 Geiger Counter to a PC Using an Arduino (Part 2) Code: A […]
Projets
Arduino + Traitement – Faire d'un Écran Radar – Partie 3: Visualiser les Données de la Forte télémètre Infrarouge
So I had some luck with getting the Sharp Infrared range finder working and I’ve now plugged this on to my servo rig to see if I get better results on my radar styled display. Check out how to use the Sharp IR range finder here Few things to bare in mind, whilst the code […]
À l'aide de la Sparkfun Moteur 1A Double TB6612FNG l'aide d'Arduino
As a beginner myself, I struggled to find a one-stop set of instructions to get up and running with Sparkfun’s Motor Driver 1A Dual TB6612FNG. This motor driver breakout board is exceptional value, is beautifully small, but does need a little more effort to get it working. The TB6612FNG is an H-Bridge driver – I […]
Mouvement Contrôlé Bras Robotique
This instructable is not complete, I will post code soon The Arm: This instructable shows the process of building a robotic arm using servos, Arduino microprocessor, a gyroscope and multiple bend sensors. The user wears a glove containing the gyroscope and bend sensors which translate the movement of the users hand into motion of the […]
Arduino feux de circulation
I made this project on the same night that my Arduino Duemilanove arrived from Cool Components. After being an Instructables member for about a year I though it was time I should contribute. There is another Arduino traffic light project similar to this, but it is much more complex; mine is aimed at beginners and […]
RVB clignotant station d'accueil pour iPod à partir d'un vieux haut-parleur
Using an Apple Pro speaker, I made a flashing RGB LED iPod dock for about $35. I recommend reading the entire ‘ible before starting. Also, note that the volume is control from the iPod. It consumes minimal power in shutdown mode, and is controlled by a Teensy. This took me ~3 days to build, and […]
Arduino + Traitement: Faire un Écran de Radar pour Visualiser les Données du Capteur de SRF-05 – Partie 2: Visualiser les Données
This is where all the work is done to read an interpret the values from the servo and the sensor. If the readings are to erratic then you won’t have nice shapes. Also if you don’t allow enough time to the signals to be sent back then you’ll get false distance readings. So this code […]
Un 8-Bit Chute d'eau à l'aide d'Arduino
So far my Arduino projects have all needed only a small number of output pins. In a previous post I talked about moving some of the logic off the Arduino and into other integrated circuits in order to free up pins on the Arduino. While this can help, I’m sure there will come a time […]
Les Vibrations Du Moteur En Mousse Haut-Parleur À L'Aide D'Arduino
Concept: Very simple, using an Arduino and the play melody basic program, create a music playing speaker out of a vibration motor and a piece of flexible foam. Instead of pulsing signal to a speaker, signal is pulsed to a motor varying how fast it can spin and when it spins. Science behind it (this […]
Arduino + Traitement – Faire d'un Écran Radar de Visualiser les Données du Capteur de SRF-05 – Partie 1
First things first, we need to build our circuit. This is the easy bit! We’ll be using the Arduino to control a servo that will rotate our sensor around 180 degrees. The Arduino will then send the value from the distance sensor along with the current angle of the servo to the serial port. Before […]