The physical interface will consist of a 3×3 grid of push buttons that will correspond to a 3×3 grid of images in the Processing program. Instead of a creating a 2D array of variables to correspond to the buttons’ postions in the grid, each location in the grid will be assigned a number. Each push […]
Projets
CC sans balais (BLDC) moteur avec Arduino – Partie 2. De circuits et de Logiciels
In this post I will describe the hardware and the software part of a project involving the use of BLDC (Brushless DC) motor salvaged from a broken XBox 360. This is a second installment in the series of posts related to Arduino and brushless DC motors. Please see the first part for a bit of […]
Convertisseur numérique-Analogique (DAC) de la DAC de la Théorie
A digital to analogue converter takes a series of digital inputs (a string of 1s and 0s, in our case there will be 8 of them like 10011001) and converts it into an analogue output. You see DACs in every digital audio device (MP3 players, CD players) as these all store music in digital form, […]
Contrôlée À Distance De Commutation
Vision The aim of our project is to be able to control a electrical switching process using a remote. The idea is to come up with an alternative to the conventional electric switch boards, using a wireless control mechanism, in an economic way. In other words, an Electric Switch Board is to be designed in […]
Faire Un Motor Shield Pour Arduino
We are not the first to make an Motor Shield for Arduino. But could be that we are the first that make a Motor Shield with a minimum of flexibility. We are studing a WiFi robot with camera controlled by Arduino. The robot will be controlled by browser. But we find a problem with an […]
Mobile Contrôlé Automation À L'Aide D'Arduino
By this mobile controlled automation using Arduino you can perform switching operation of any load or device which is connected with the circuit. Before some days i posted about DTMF tone in mobile communication. Here i am using DTMF tone in this project. Visit following link for more information regarding DTMF. Suppose you are outside […]
Grille-Pain Four De Refusion Technique
Introduction This page describes how to reflow solder surface mount printed circuits using a cheap toaster oven. It owes a great deal to Nophead’s Cooking with Hydraraptor blog post. The picture shows Sally Bowyer (Director, RepRapPro Ltd) preparing components for soldering in the oven. For more instructions on this see the video at the bottom […]
Contrôler un Furby avec Arduino (ou un autre microcontrôleur)
The Million Dollar Furby: We can rebuild him. We have the technology. Continued from the previous Instructable where we excised Furby’s primitive brain , it’s now time to replace it with something greater. This Instructable will detail how to install a new microcontroller in place of Furby’s old brain, making him into a fully controllable […]
Arduino Tri-couleur LED Flasher Circuit
This simple tri-colour LED flasher circuit is great for beginners. The three pin tri-colour LED is controller by an Arduino Uno and changed between three colours. This video shows the Arduino running a sketch that controls the tri-colour LED. Circuit Diagram for the Arduino Tri-colour LED Controller The circuit is very simple, using only three […]
Tutoriel 19: Arduino Dés Circuit Et De L'Esquisse À L'Aide D'Un Affichage À 7 Segments
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 […]