I’m cheap and skint, yet I want to do timelapse photography with my Nikon D80 DSLR. Unfortnately that requires spending some cash on an intervalometer for time lapse photography which will set me back a sizeable chunk of cash. Or I could get a remote or get the trigger system then create a delay mechanism […]
Projets
Arduino – Sonic télémètre avec SRF05
A guide to using the SRF05 Distance Sensor with Arduino in order to calculate distances from objects. In this case I’m also altering the output of an LED with PWM according to how close an object is to the sensor. So the nearer you are the brighter the LED. So if we start with the […]
Arduino Esplora Capteur De Température
This sketch shows you how to read the Esplora’s temperature sensor. You can read the temperature sensor in Farhenheit or Celsius. Circuit Only your Arduino Esplora is needed for this example. Connect the Esplora to your computer with a USB cable and open the Arduino’s Serial Monitor. Temperature to send data to your computer from […]
Arduino Entrées Analogiques
This week is all about analog inputs for the Arduino. I’ll show you how you can use a voltage divider circuit (see episode 3) and a variable resistor to make an analog sensor. We’ll also use a Sharp IR distance sensor as an analog input to detect distance and movement (with some clever programming). By […]
Knock Bloc à l'aide d'une carte Arduino
Knock Block: a modern knocking framework Man has long wrestled with Time. Also, with knocking on things and not getting the time of day. We propose a knocking platform through which these fundamental needs are met. This is illustrated with the Knock Block KUI and accompanying Clock Knock Block application. The Knock Block possesses realistic […]
Intervallomètre pour Sony NEX 5n
This intervalometer used infrared LED To built intervalometer you need: Arduino Nano (or Arduino-compability). I used Nano V3 Serial LCD Joystick Module IR Led and resistor ~200 Ohm Switch Push Button Plastic enclosure Battery 9V Schematic is very simple Step 2: Connection Serial LCD has 4 output: GND, VCC, SDA, SCL. SDA (data) connect to […]
Pet Exploité Aléatoire Canal de la Télécommande du TÉLÉVISEUR à l'aide d'un Arduino
OK, I know that sounds weird, but bear with me for a moment. My Pops really enjoys two things; 1) channel surfing and 2) farting. So one day I was over at http://hackaday.com/ and read about a guy who used his Arduino to turn a TV on and off with one of those brainwave reading […]
Haptique de Proximité Module (HPM) pour la Basse Vision utilisateurs
The Haptic Proximity Module (HPM) seeks to enable people with low vision, or other vision impairments, to engage with their direct surroundings through vibration feedback from a range detector, and do so cheaply with readily available components. The aim of this instructables is to share the parts and process of creating this device in the […]
Contrôle d'un moteur à courant continu avec Arduino et L293D puce
This is a quick guide with a bit of extra info (pin configurations etc..) that I’ve learnt along the way on how to use the L293D with the Arduino, showing that we can: A) Use a supplemental power source to power the DC motor B) Use the L293D chip to drive the motor C) Use […]
La réaction de la Minuterie à l'aide d'un Arduino
I am new to Arduino and wanted a project which would teach me different things. This got me involved with sound and the use of a LCD. This project is based on the Instructable posted by bertus52x11 which you can find here http://www.instructables.com/id/After-Dinner-Reaction-Time-Tester/ . While I did start with the bertus52x11 project I did make […]