The Arduino offers the advantage that a lot of people are using it so it is usually quite easy to get help or information via the internet. The main website for the Arduino is: http://www.arduino.cc/. The Arduino can also be programmed to behave in many different ways. It has 6 analog pins (continuously varying controls […]
Projets
Dépanner votre batterie de voiture avec ATtiny
Last winter I experienced some problems with my car battery. I knew that it was about time to replace it so off I went to buy a new one. This fact reminded me of an old article about a car battery/charging system diagnostics kit I had seen in one of those 1980s electronics magazines. That […]
STEAMPUNK VAPEUR JAUGE, ALIMENTÉ PAR ARDUINO
This was created to be some eye-candy for my kitchen. I wanted something unique for a special blank space on my wall, and adding movement, blinky lights and interesting mechanical “guts” made it even better. Ultimately, this project ended up requiring the following range of skills: 1. Basic mechanical skills 2. Light metalworking and fabrication […]
Construire Un Arduino Graveur Laser
I started this project because I wanted to make something that had mechanical, electrical and software components. After looking around on Instructables, I figured that an Arduino based laser engraver would be an interesting machine to make, and that the machine itself could make interesting things. Laser diodes have also advanced quite a lot in […]
Le contrôle de Cubase avec Arduino MIDI sur
A friend of mine wanted to control Cubase, his audio recording software, with a push button so that he could stop and start recordings remotely without having to go over to the computer and type on the keyboard. You may be able to do this in other recording software, we just happen to use Cubase. […]
Plugduino – Arduino à base de 120 Volts contrôleur
give your Arduino a 120 volt kick in the pants! The Arduino is a great tool for anyone interested in learning microcontroller programming, but after blinking some LEDs, what’s next? This project enables your Arduino to control real-world 120 Volt electrical appliances you have in your home. what can you use a plugduino for? Well, […]
Arduino Masterclass Partie 2: Construire une LED de la station météo à l'aide d'arduino
Project-specific parts You’ll need the standard parts (Arduino board breadboard wires pliers and so on) along with these extras: DHT11 temperature/humidity sensor 7 x 330-ohm/0.5W metal film resistors 3 x 4.7k-ohm/0.5W metal film resistors 2 x BC337 NPN transistors 2 x LTS543R or FND500 common cathode seven-segment displays They shouldn’t cost you more than $15 […]
Capteur de proximité Origami Fleur à l'aide d'Arduino
Origami is the traditional Japanese art of paper folding. In this project, with a little help from an Arduino, you can bring your origami into the 21st century and make it an interactive art! The result shown here uses Bare Conductive paint to give an origami flower proximity sensing powers. When you put your hand […]
FireHero: Tourner les Héros de la Guitare dans un sport extrême, en ajoutant des lance-flammes! à l'aide de microcontrôleur Arduino
So, long ago I had read about propane fire poofers. They’re pretty cool… I mean, who doesn’t love fire?! But, no matter how awesome, they could get pretty boring after a while of seeing the same large fireball. I never built one because I wanted something that would be exciting and thrilling every time I […]
Comment Afficher du Texte sur un écran LCD HD44780 avec un Arduino
In this article, we will go over how to connect an HD44780 LCD to an arduino in order to display any text that we want to show on the LCD. To do this, first, we must make the appropriate physical connections from the arduino board to the LCD. Then after, we must write the code […]