Este es el primero de 5 instructables que surgieron del Instructables & Sugru build night (and day en nuestro caso) que hicimos en el Laboratorio de Juguete, el 20 de julio del 2013: una Resistencia Flexible o Flex Sensor hecha con Sugru y polvo de grafito: ——————————————- This is the first of 5 instructables from Instructables […]
Projects
Drive a webpage in real-time using Arduino, SensorMonkey and Processing.js
Remote visualization of real-time sensor data. This tutorial describes in detail how to use the free SensorMonkey service to push real-time sensor data from an Arduino to a webpage for visualization using Processing.js. No server-side coding or Ethernet shield is required. A standard, run of the mill Arduino will work perfectly. You’ll also need a sensor to […]
GoFly – paragliding/hangliding/gliding altimeter-variometer from Your car navigation using Arduino
GoFly is a project based on PNA (car navigation devices with Windows CE), LK8000 tactical fligh computer software and variometer (altimeter) external input based on Arduino board and pressure sensor. Why? -You can build this for about 150$, -Your ordinary PNA (Personal Navigation Assistant) changes to really nice, high end flying computer, with lot of […]
HALLOWEEN DIY CANDY DISPENSER WITH RIDDLE, 7-SEGMENTS & PUSHBUTTON, ARDUINO & 3D PRINTED | ELISAVA
In this project we use an Arduino Uno along with some simple components to create an interactive, scary and playful decoration for Halloween to impress all your guests. Our idea is basically designing a candy dispenser that only provides the user with a few candy if a riddle is solved properly; of course everthing ambiented […]
Home Automation (or Robot Butler called Geoffrey) – iPhone controlled, arduino based
Being able to control everything from your pocket has long been a dream shared by many. Previously we’ve had universal remotes that can both control our TVs and radios, then we had wireless wall sockets. Both great things, but how likely is it that you’re going to be carrying around those remotes with you everywhere […]
How to control arduino board using an android phone and a bluetooth module
In this tutorial you’ll learn how to use a bluetooth module and MIT’s app inventor to create a wireless serial link between an android phone and an arduino board. Here is a short video showing an example app I created. I’ll describe how to do the wiring, write an arduino sketch that can accept basic […]
How to Make a Basic Computer Mouse Using the Joystick Module and Arduino Uno
This instructable will show you how to make a joystick controlled mouse using Arduino Uno and the joystick module. Supplies You will need- One Arduino Uno 5 jumper wires One Joystick Arduino IDE Python Step 2: Make the Circuit Make this circuit shown using your Arduino and Joystick. Step 3: Uploading the Arduino Sketch //The […]
How to Make a Infrared (IR) Remote Controlled Car With a TV Remote for University Project, Science Fair and Robotics Competition
Follow the instructions below to build the remote control car. This project is ideal for science fair, robotics competition and university projects. The design is highly adaptable, you can modify it easily and add your own components. Table of contents Step 1: video demo Step 2: circuit diagram Step 3: Arduino code (software) Step 4: […]
IoT Set-up to Operate/control 220-240 Volt AC Bulb/Device; NodeMCU Amica + 5V Relay + MQTT + Arduino IDE + Web Browser (HTML + JavaScript/jQuery)
What are we messing with? IoT (Internet of things) set-up to operate/control 220-240 Volt AC Bulb/Device NodeMCU Amica + 5V Relay + MQTT + Arduino IDE + Web Browser (HTML + JavaScript/jQuery) WARNING!! – THIS PROJECT INVOLVES WORKING WITH HIGH VOLTAGES THAT CAN CAUSE SERIOUS INJURY, DEATH, AND/OR SET YOUR HOUSE ON FIRE. PLEASE PROCEED […]
Internet/cloud Controlled Home Automation Using Esp8266 (aREST, MQTT, IoT)
Step 1: COMPONENTS REQUIRED Only 4 components required – 1. ESP8266 NODEMCU or WEMOS D1 mini or any esp8266 wifi development board2. RELAY (5V or 6V)3. ULN2003 or UNL2003A (Relay driver IC)4. Jumpers (obviously or else solder it!!) The main structure of the project is that ESP8266 module will receive the signal from the MQTT […]