3D AIR mouse | Arduino + Processing I’m an Industrial design student, and last year as part of a course called “Technology as RAW materiel” I built this project as my final work. I work most of the time with SolidWorks, a CAD software for design and engenering. Rotating a solid body on the screen […]
Projets
Faire Un Twitter Poème Boîte À L'Aide D'Arduino
This is a project that was inspired by Marc de Vinck’s Kitty Twitty Cat Toy http://makezine.com/22/kittytwitty/ . It incorporates an RFID reader and the BlinkM, a programable RGB LED. The lamp tweets random colored poems when it detects one of the three RFID cards which each represent one of the primary colors of light. These […]
BennyP la Lumière de l'Engin à l'aide d'arduino
Introduction Disclaimer: I am not an expert in any of this. There is lots of information online regarding such designs. Although this setup worked for me, do not trust any of my calculations. Please work all this out for yourself and consult many other sources, or it may spontaneously burst into flames. The contraption is […]
ST7565 Lcd: Lcd Graphique
What it is… Type: Graphical (128×64) monochrome LCD with LED backlight Interface: Serial / SPI This is a good time to read the datasheet Available from: Adafruit, of course! Introduction: This mini-tutorial will go through the process of setting up a ST7565 LCD. These LCDs are graphical which means they can display pixels, not just […]
Faire de 1×10 LED Tableau avec des Motifs Aléatoires
This will teach you how to make a very simple 1×10 array of LEDs on a breadboard controlled by an Arduino Uno to make the LEDs blink and flash in 10 different patterns. Link to notebook for project: https://docs.google.com/document/d/1YP4p11SbDNOnM7mDn-sRjJLnxGPj6o0DkrFZnznVMvk/edit Link to YouTube video of LEDs in action: http://youtu.be/waaNSYbWn2Y Step 1: Insert LEDs into Breadboard Insert […]
Arduino permet de jouer Atari 2600 et ZX Spectrum à l'aide d'une manette NES controller
This instructable shows you how to use NES controller in Atari 2600 or ZX Spectrum (with Kempston Interface) with the aid of an Arduino. Step 1: Background talk I have recently acquired a couple of Atari 2600s and a bunch of joysticks. Both consoles were working but all of the 5 joysticks were damaged beyond repair. Indeed, […]
Encore un Autre Arduino 110v Contrôleur de Puissance
This Instructable shows you how to build a four-gang outlet box in which each outlet is controlled via an Arduino (or any other TTL level signals). It differs from the other relay boxes in that it uses no circuit boards and has very few parts (one chip and 4 relays). Step 1: Assemble Materials/Review Plan Tools […]
L'affichage du compte Twitter sans passer par un ordinateur! à l'aide d'Arduino
There are a lot of Twitter feed readers around the Web that use Arduino AND a PC to display twits on LCD displays or whatsoever. Then, I decide it was the time to design a solution for performing the same job WITHOUT A PC, and here’s the project. In a simple equation: Arduino + Ethernet […]
Compteur Geiger déclenché les décorations de LED à l'aide d'arduino
Bored of blinky lights that blink in response to time? Make them blink with space instead! This instructable shows a quick method for connecting LED tree decorations to a Geiger counter via arduino, so that the lights blink between different strings each time radiation is detected. It’s nicer to think of this as “cosmic rays” […]
Arduino ISP (In System Programming) et autonome circuits
We use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those with bootloader. The qualities that have made the success of Arduino are undoubtedly the open-source software, many libraries, a good hardware and a virtually infinite […]