arduino

Arduino Wex Robot

Wex, the One Eyed Watcher using an Arduino

Wex detects your location with ultrasonic sensors then follows you with his one flashing eye.  His red “heartbeat” can be seen through his mouth. Step 1: Parts needed include: Arduino Two ping ultrasonic sensors Futaba s3103 servo Radio Shack 276-0016 7 color led Radio Shack  276-036 flashing red led 9 volt battery 480 ohm resistor […]

Wex, the One Eyed Watcher using an Arduino Continue Reading

Arduino Sentry Gun

Building a Sentry Gun with Laser Trip Wire System and Arduino

*NOTE* THIS PROJECT IS DONE BY A GROUP OF STUDENTS FROM SINGAPORE POLYTECHNIC. Concept: Trigger gun when laser is blocked by intruding object. Note: Tilting is included for expandability but not used in this project. Skill Level: Basic soldering and basic metal works Things You Need: Toy Gun(Any will do, preferably a semi-auto) Continuous Rotation

Building a Sentry Gun with Laser Trip Wire System and Arduino Continue Reading

How to Control a Ton of RGB LEDs with Arduino TLC59401

How to Control a Ton of RGB LEDs with Arduino & TLC5940

This video explains how to use the 16 channel PWM controller TLC5940 The CODE: //Texas Instruments TLC 5940 with Arduino //www.kevindarrah.com #include <SPI.h>//Serial Peripheral Interface Library byte ch=0, chbit=0, spibit=0, spibyte=0;// variables used by tlc sub routine int SINData;//variable used to shift data to the TLC byte transferbyte[48];// bytes that are sent out to the

How to Control a Ton of RGB LEDs with Arduino & TLC5940 Continue Reading

Scroll to Top