Measurement
September 23, 2011 By: admin Category: Digital, Measurement, Microcontroller, Project, Sensor No Comments →

The Laser Position Sensor (LPS) module is an optical sensor that measures and provides the two-dimensional coordinates of visible red laser light (630-694nm) shined onto its surface. This Freescale MC9S08JM8CLC MCU-based project developed by Joe Grand based on Roger Johnson and Chris Lentz’s 2-D Optical Position Sensor.
September 21, 2011 By: admin Category: Data Acquisition, Measurement, Microcontroller, Project, Sensor No Comments →

This Laser Range Finder (LRF) is a low-cost distance measuring instrument that uses laser technology to calculate the distance to a targeted object. It can measure up to 8 feet away but for optimal measurement the range is about 6 inches to 4 feet. The project is designed by Joe Grand.
September 05, 2011 By: admin Category: Detector, Measurement, Microcontroller, PIC, Project, Sensor No Comments →

The project shows you how to build ballistic chronograph based on PIC18F13K50 Microcontroller. The project only been tested with a paintball gun and it is relatively simple to make. It also can record the rate of fire at which a device is firing. The operation of this projectile velocity meter is rather simple, there are [...]
September 02, 2011 By: admin Category: Arduino, Detector, Measurement, Microcontroller, Project, Sensor No Comments →

This speed detector uses two photo resistors paired with laser as a form of trip wire. The Arduino Duemilanove with an ATMEga328 captures the tripping action and calculates the amount of time between when each sensor was tripped. By dividing the distance between two trip wires with difference time value, you will get the SPEED.