Bryan Zimmer emailed us this fantastic retro-themed DIY hack, a most timely submission as we just revisited the noir art deco-science fiction classic Dark City and we think this would have perfectly fit in the world (or in Adama’s quarters on BSG). Bryan gives step-by-step instructions of how he converted a 1940’s Swedish-made Ericsson bakelite […]
Projets
Arduino Écran Tactile iTunes de contrôle (ATSIC) à l'aide d'arduino
What I’m going to show you is how to make an iTunes control device using an Arduino and a touch screen. The iTunes Control works by reading area’s of the touch screen and send a letter to the computer via the serial port, which is monitored by an apple script which run a command based […]
La construction d'un Arduino Robot, Partie II: la Programmation de l'Arduino
Welcome to the second article in the tutorial series in which I’m building a remote controlled Arduino based vehicle robot. Here is the list of articles I have published: Part I: Hardware Components Part II: Programming the Arduino (this article) Part III: Assembling the Robot Part IV: A (Not So) Basic Robot Firmware Part V: […]
Faire Un Changement De Couleur De L'Affichage À L'Aide D'Arduino
Custom made Multiple color display. Have you ever wanted a display that is a little larger then one you can buy? Have you ever wanted to make a display the way you wanted it? Me too! This is how I made a custom multiple color display that I use for temperature. Step 1: Supplies and […]
DMX Ardweeny Nœud à l'aide d'Arduino
I’ve settled on the lighting industry standard of DMX as my overall control protocol as I explore the world of blinky lights. This universal control method is electrically robust, radio transmissible, and flexible enough for my needs (not to mention the needs of major concert, theatrical, and entertainment venues.) There are a variety of DMX […]
Contrôle d'un Relais avec Arduino
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan. When the button is pressed the fan will turn ON and will remain in this state […]
Contrôlez facilement votre iPod à l'aide d'Arduino
Easily control your iPod with Arduino using serial commands. This instructable includes the schematic, the code and some extra info; everything you need to make this work. USB,battery or wall power supply powered. Step 1: What you need Parts: 5x 1K ohm resistors 2x 1M ohm resistors 1x 12K ohm resistors 1x 1.5K ohm resistors […]
Faire un Arduino Minuterie
Hi, so me and my pal are setting up so we can make PCB´s. We are currently making a UV exposure box (possibly another instructable) and for this box, we needed a timer, so this is what we have done so far, and what we are going to do. This project is based on the […]
Facile 4×6 Matrice de LED, Arduino!
In this inst’able, I will show you how to create your very own 4×6 LED matrix as well as show you how to write code for it! There is an animation creator program in step 4! Here is one ANIMATION to get you excited about the project! ***Wave Animation*** Hello everyone! I’m back with an all new Inst’able! […]
Modulation de Largeur d'impulsion : PWM en utilisant Arduino
Pulse Width Modulation or PWM is a method of Digital to Analog Conversion. It helps in delivering analog average voltage using digital pulses of variable pulse width. By controlling the on time and off time, we can generate an analog average voltage using the digital pulses. PWM has a wide range of application. It is […]