A while ago, when I first started using Arduino, my first project was a 4x4x4 LED cube, I built it from a Guide I found here in Instructables, I didn’t know anything about programming, and little about electronics, yet I was able to build it and make it work, I didn’t know how it worked […]
Projets
Faire Appel Vocal à l'aide d'Arduino
This sketch connects a voice call from your GSM shield and Arduino to a remote phone number entered through the serial monitor. You’ll need to attach a speaker and microphone to hear the connected phone and send your voice. First, import the GSM library #include <GSM.h> SIM cards may have a PIN number that […]
SjoelSim!
SjoelSim! Is a mixed-reality version of the popular and historic Dutch shuffleboard game “Sjoelen”. The circuit makes use of two HC-SR04 ultrasonic distance sensors to measure the X and Z velocity of a playing disc. In combination with a program built in the Unity Engine, it makes for a pretty good alternative to the real […]
Arduino Pic De Puissance Tracker Solaire Chargeur
This project is an update of my original Peak Power Tracker Battery Charger Project. It is designed to control a 12V solar panel charging a 12V lead acid battery. The updated version of this project uses the Arduino Duemilanove development board (from www.sparkfun.com) as the basis for the project. Then I used the Arduino Protoshield […]
Super Long (7′) Lightsaber
There are so many authentic looking lightsaber build guides but not many on building a super long lightsaber. Regarding Star Wars, I’m not sure why lightsabers are normal sword size anyway. Its not like the longer the lightsaber, the harder it would be to swing. I assume they are essentially weightless. Just make it 10′ […]
Ping Organe à l'aide d'un Arduino
I was trying to think of a quick toy I could build for my kids. I came up with this idea of an ultrasonic range finder, an Arduino, and a speaker. Basically the Arduino plays a tone out of the speaker based on the distance from the range finder. The result works pretty well and […]
L'Hydrate De Rappel
An interactive coaster that reminds you to drink water. I myself find it hard to reach the daily water intake. I can go on without water for hours when sitting behind my desk. For this purpose alsone, I created a coaster that reminds me to take a drink after a certain amount of time. The […]
Papercraft Automates Jeu de Course littleBits Circuit à l'aide d'Arduino
This instructable will show you how to create a game using littleBits. The game will start with a sound trigger. Each player will have to press a button repeatedly. The first person to press their button 25 times wins. A buzzer will sound to end the race while the winning machine will do a victory […]
Joystick Voiture Contrôlée
I have created a joystick-controlled car, capable of moving left, right, forwards, and backwards. I created this as I thought it would be a challenging project with a fun and exciting purpose. Supplies Arduino Uno R3 L293D Motor Control 2x DC Motor Servo Motor 2x 9v Battery (or 1 battery and 1 portable USB power […]
Arduino décision de la boîte (Attiny85)
So I was a bit bored this weekend (actually I wrote this some months ago) and since I had ordered a bunch of Attiny85 chips the week after I decided to make a quite random project with them. This is a decision box, it takes decisions for you by showing a green or a red […]