Guy makes his own variable speed Foot Pedal which could be used for controlling a TIG welding machine or another motor driven device.
|
|||||
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… 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… |
|||||
|