Projects

RC Arduino Domino Layer With Bluetooth App Control

RC Arduino Domino Layer With Bluetooth App Control

How to 3D print and assemble your very own programmable and remote controllable automatic domino laying machine. Who likes knocking down absurdly long runs of dominoes? I do. Who doesn’t like laying them all by hand. I don’t. That’s why I made this. ? Using some basic electronics this machine can line up well spaced […]

Arduino Sketch PinballGame

Arduino Sketch PinballGame

This sketch provides a pinball machine controller as an extended example of a real-time logic controller utilizing third-party hardware drivers. It is configured to use hardware in the PinballShield circuit board. This sketch assumes you have already installed several third-party Arduino libraries in your IDE as described in the section Arduino Libraries. All other sketch files […]

I2C With the ESP8266 01

I2C With the ESP8266-01 !? || Exploring ESP8266:Part 1

Hello all ! With this instructable I will be writing and documenting a series of projects mentioning and exploring the various hidden ( rather unexplored ) features of the tiny ESP8266-01 WiFi Module. Did you know that the ESP8266-01 supports I2C communication? Yes it is true, this little module lying unattended in one corner of […]

Arduino YaNis EOS Controller

Building the YaNis EOS Controller using Arduino

The YaNis EOS controller is a device that allows you to wirelessly control your Canon DSLR from your Android phone. What’s really exciting here is that the Android interface allows you to change most of the camera’s settings (like Shutter Speed, Aperture Size, ISO, White Balance, Focus Position and others) from more than 20 meters […]

Arduino Sketch MPU6050 DMP6

Arduino Sketch MPU6050 DMP6

This sketch is used by Exercise: MPU6050 IMU I2C Module. Main Source Code The main code is in MPU6050_DMP6.ino. // I2C device class (I2Cdev) demonstration Arduino sketch for MPU6050 class using DMP (MotionApps v2.0) // 6/21/2012 by Jeff Rowberg <[email protected]> // Updates should (hopefully) always be available at https://github.com/jrowberg/i2cdevlib // // Changelog: // 2013-05-08 – added seamless […]

WetRuler Kitchen Helpers for the Visually Impaired

WetRuler–Kitchen Helpers for the Visually Impaired

I have worked most of my adult life with patients with vision problems in Alaska and pondered building a helpful device that would enable a more defined way of metering out fluids in a kitchen if users had no central vision. There are devices already for defining the limits of a cup with two wires […]

Home Automation System Using Smartphone and Bluetooth Part 2 With Manual Control

Home Automation System Using Smartphone and Bluetooth Part 2 With Manual Control

Hello friends welcome back to “Techno-E-solution”, In previous video we see how we can control the home appliances with the help of Smartphone & Bluetooth but there is no any manual control for the system, so In this tutorial we are going to make a Smartphone control as well as manual controlled home automation system […]

Arduino Sketch Adafruit PWM

Arduino Sketch Adafruit PWM

This sketch is used by Exercise: Adafruit PWM I2C Module. Full Source Code The main code is in Adafruit_PWM.ino. /*************************************************** This is an example for our Adafruit 16-channel PWM & Servo driver PWM test – this will drive 16 PWMs in a ‘wave’ Pick one up today in the adafruit shop! ——> http://www.adafruit.com/products/815 These displays use I2C […]

Creative Console for Space Mouse

Creative Console for Space Mouse!

Hello makers!! For those who already know my Instructable “Space Mouse” https://www.instructables.com/Space-Mouse-With-Ard… there is now an extension for it! The Creative Console!! I designed this console to extend the functionalities of the space mouse keeping the prime concept: keep it cheap, customizable and 3D printable! This project has been challenging, but after all that is […]

Arduino Sketch WS2801LED

Arduino Sketch WS2801LED

This sketch is used by Exercise: WS2801 RGB LED SPI Module. Full Source Code The full code is all in one file WS2801LED.ino. // -*- mode:c++; -*- /// @file WS2801LED.ino /// /// @brief Example for driving several WS2801 RGB LED modules over SPI on an Arduino UNO. /// /// @author Garth Zeglin /// @date 2014-09-13 /// /// […]

Scroll to Top