Variable Speed Homebrew Foot Pedal [Welding]

Guy makes his own variable speed Foot Pedal which could be used for controlling a TIG welding machine or another motor driven device.

Simple Arduino Gmail Notifier Project

Simple python script checks for mail using imaplib and tells the arduino via serial connection. Arduino activates a simple servo motor rotating the flag.

Code:

import serial import time import imaplib, re

ser = serial.Serial(3) print “Starting on ” +ser.portstr; conn = imaplib.IMAP4_SSL(“imap.gmail.com”, 993) while (True): conn.login(‘YOUR GMAIL USERNAME’,’YOUR PASSWORD’) unreadCount = …

read more on Simple Arduino Gmail Notifier Project…

DIY Trailer Guide Post Lights

This cheap project shows how to turn some simple parts into guide light for a boat or trailer.

Making a USB Powered Coffee Warmer (Video)

Household Hacker breaks down the steps in turning a old out of date microprocessor and re-purposing it into a USB Powered Coffee Warmer.

How To Make A Cheap Camera Ring Flash

DIY DSLR Ring-Flash build for macro and studio photography. By Motley Pixel.

How To Wire Your Home Network

Iyaz Akhtar shows how to make your own ethernet cables, how to attach ethernet to keystones for a great finished look in your home and more.

MikroKopter Follows The Action With Camera Tracking System

These German guys put together a clever project for filming a Wakeboarder on a lake. The six propeller “MikroKopter” sports a camera which follows the action by receiving a signal via an automatic tracking transmitter. The mount calculates the angle and adjust the camera to keep the rider in view.

read more on MikroKopter Follows The Action With Camera Tracking System…

Fiber Optics 101 With The Engineering Guy

Fiber Optics are just cool. Here the Engineering guy breaks down the basics of how tiny beam of light can twist and turn through a cable or liquid and still reflect out the other side.

Phase Lock Loop 101

Jeri Ellsworth and Bil Herd discuss the basics of Phase Lock Loops (PLLs). PLL are a essential components in modern micro controllers.

Japanese Ball Drone (Video)

This Japanese Ball drone sure knows how to make an entrance. Its single propeller is kinda unique, by the look of it in the video it seems to angle to control the direction of hover.