Monday, October 25, 2010


Parallax PING Ultrasonic Range Sensor

Item #: S-10-28015





Parallax's PING)))™ ultrasonic sensor provides a very low-cost and easy method of distance measurement. This sensor is perfect for any number of applications that require you to perform measurements between moving or stationary objects. Naturally, robotics applications are very popular but you'll also find this product to be useful in security systems or as an infrared replacement if so desired. You will definitely appreciate the activity status LED and the economic use of just 1 I/O pin.

The PING))) sensor measures distance using sonar; an ultrasonic (well above human hearing) pulse is transmitted from the unit and distance-to-target is determined by measuring the time required for the echo return. Output from the PING))) sensor is a variable-width pulse that corresponds to the distance to the target.

Interfacing to the BASIC Stamp and Javelin Stamp microcontrollers is a snap: a single (shared) I/O pin is use to trigger the Ping sensor and "listen" for the echo return pulse. And the intelligent trigger hold-off allows the PING)))™ to work with the BS1! An onboard three-pin header allows the PING))) to be plugged into a solderless breadboard (on a Boe-Bot, for example), and to be connected to its host through a standard three-pin servo extension cable.

List of technical specifications:
  • Range - 2cm to 3m (~.75" to 10')
  • Supply Voltage: 5V +/-10% (Absolute: Minimum 4.5V, Maximum 6V)
  • Supply Current: 30 mA typ; 35 mA max
  • 3-pin interface (power, ground, signal)
  • 20 mA power consumption
  • Narrow acceptance angle
  • Simple pulse in / pulse out communication
  • Indicator LED shows measurement in progress
  • Input Trigger - positive TTL pulse, 2 µs min, 5 µs typ.
  • Echo Pulse - positive TTL pulse, 115 µs to 18.5 ms
  • Echo Hold-off - 750 µs from fall of Trigger pulse
  • Burst Frequency - 40 kHz for 200 µs
  • Size - 22 mm H x 46 mm W x 16 mm D (0.85 in x 1.8 in x 0.6 in)
Downloads and Resources: PING)))™ Documentation v1.5 (.pdf)
BASIC Stamp Example Code (.zip)
Roaming with the PING))) v.1 (.zip)
Water Level with the Ping))) (.pdf)
Boe-Bot robot Roaming with PING))) (.wmv)
Boe-Bot robot Roaming with PING))) High Resolution (.wmv)
Detect Distance with the Ping))) Sensor (.pdf)
Nuts & Volts March 2005 (.pdf)
Justin Ratliff's Ping Robot Article (.pdf)

Devantech SRF05 Ultrasonic Range Sensor

Devantech SRF05 Ultrasonic Range Sensor

Item #: S-10-R271-SRF05





This is the low-cost successor to the extremely popular SRF04 detector. Design for manufacture has allowed the price to come down with better features including an LED status indicator that blinks when the sonar fires as well as a new single-wire mode of operation. In most all other respects, this is a drop-in equivalent of the SRF04. The range has also increased to 4 meters.
Voltage - 5v
Low Current - 4mA Typ.
Frequency - 40KHz
Max Range - 4 m
Min Range - 1 cm
Modes - Single pin for trig/echo or 2 Pin SRF04 compatible.
Input Trigger - 10uS Min. TTL level pulse
Echo Pulse - Positive TTL level signal, width proportional to range.
Small Size - 43mm x 20mm x 17mm height
SRF05 - Ultra-Sonic RangerTechnical Specification
(Copyright Robot-Electronics.co.uk)
Introduction
The SRF05 is an evolutionary step from the SRF04, and has been designed to increase flexibility, increase range, and to reduce costs still further. As such, the SRF05 is fully compatible with the SRF04. Range is increased from 3 meters to 4 meters. A new operating mode (tying the mode pin to ground) allows the SRF05 to use a single pin for both trigger and echo, thereby saving valuable pins on your controller. When the mode pin is left unconnected, the SRF05 operates with separate trigger and echo pins, like the SRF04. The SRF05 includes a small delay before the echo pulse to give slower controllers such as the Basic Stamp and Picaxe time to execute their pulse in commands.
Mode 1 - SRF04 compatible - Separate Trigger and Echo
This mode uses separate trigger and echo pins, and is the simplest mode to use. All code examples for the SRF04 will work for the SRF05 in this mode. To use this mode, just leave the mode pin unconnected - the SRF05 has an internal pull up resistor on this pin.
Mode 2 - Single pin for both Trigger and Echo
This mode uses a single pin for both Trigger and Echo signals, and is designed to save valuable pins on embedded controllers. To use this mode, connect the mode pin to the 0v Ground pin. The echo signal will appear on the same pin as the trigger signal. The SRF05 will not raise the echo line until 700uS after the end of the trigger signal. You have that long to turn the trigger pin around and make it an input and to have your pulse measuring code ready. The PULSIN command found on many popular controllers does this automatically.
To use mode 2 with the Basic Stamp BS2, you simply use PULSOUT and PULSIN on the same pin, like this:

SRF05 PIN 15 ' use any pin for both trigger and echo
Range VAR Word ' define the 16 bit range variable

SRF05 = 0 ' start with pin low
PULSOUT SRF05, 5 ' issue 10uS trigger pulse (5 x 2uS)
PULSIN SRF05, 1, Range ' measure echo time
Range = Range/29 ' convert to cm (divide by 74 for inches)
Calculating the DistanceThe SRF05 Timing diagrams are shown above for each mode. You only need to supply a short 10uS pulse to the trigger input to start the ranging. The SRF05 will send out an 8 cycle burst of ultrasound at 40khz and raise its echo line high (or trigger line in mode 2). It then listens for an echo, and as soon as it detects one it lowers the echo line again. The echo line is therefore a pulse whose width is proportional to the distance to the object. By timing the pulse it is possible to calculate the range in inches/centimeters or anything else. If nothing is detected then the SRF05 will lower its echo line anyway after about 30mS.
The SRF04 provides an echo pulse proportional to distance. If the width of the pulse is measured in uS, then dividing by 58 will give you the distance in cm, or dividing by 148 will give the distance in inches. uS/58=cm or uS/148=inches.
The SRF05 can be triggered as fast as every 50mS, or 20 times each second. You should wait 50ms before the next trigger, even if the SRF05 detects a close object and the echo pulse is shorter. This is to ensure the ultrasonic "beep" has faded away and will not cause a false echo on the next ranging.
The other set of 5 pins
The 5 pins marked "programming pins" are used once only during manufacture to program the Flash memory on the PIC16F630 chip. The PIC16F630's programming pins are also used for other functions on the SRF05, so make sure you don't connect anything to these pins, or you will disrupt the modules operation.
Changing beam pattern and beam widthYou can't! This is a question which crops up regularly, however there is no easy way to reduce or change the beam width that I'm aware of. The beam pattern of the SRF05 is conical with the width of the beam being a function of the surface area of the transducers and is fixed. The beam pattern of the transducers used on the SRF05, taken from the manufacturers data sheet, is shown below.

Micro Gripper


Different Types of Micro Grippers

View Our Selection of Micro Grippers
View Our Videos on Application Examples

The Micro Grippers are designed to handle objects ranging from 1 µm - 100 µm. The opening of the gripper arms can be controlled with nanometer precision.

Features:
  • Handle micron sized objects with nanometer precision
  • High resolution electrostatic actuation
  • High resolution gripping force measurement
  • Air, liquid and SEM compatible
  • No performance degradation over more than 100 million load cycles
  • Sensors are individually calibrated
  • Easily interfaced with your PC through USB and the Micro Control Gripper and Sample Force Sensor Controller (FT-C01) control system
  • Seamless integration with SmarAct's positioning system
  • Tungsten tips or micropipettes as end-effectors available.
Application Examples:



Videos on Microgripper Applications


Easy-to-Use:


For most micro- and nano-handling tasks the microgrippers are mounted on a micromanipulator. The following five steps illustrate the simple usage of the device:
  1. Mount the microgripper on a micromanipulator
  2. Connect the microgripper to your voltage controller- Micro Control Gripper and Sample Force Sensor Controller (FT-C01).
  3. Carefully remove the protective cover; avoid touching the silicon micro gripper arms.
  4. Perform the handling/assembly task. Use the integrated force sensor for the handling of sensitive components. Avoid crashing the gripper into the base substrate or another object.
  5. After your experiment put the protective cover back on the sensor to avoid damage to the gripper and contamination.

Microgripper Examples of Use



Details:


The FT-G FemtoTools microgrippers are extremely miniaturized tools for the handling of micron-sized samples. They have been used for many different applications such as sample handling, microassembly, micro-factories, biological and biomedical research and handling parts in scanning electron microscopes.

The opening of the gripper arms is controlled by high precision electrostatic actuation. The gripper arms are initially open and can be closed entirely.

Unlike tweezers actuated by thermal expansion, the electrostatic FemtoTools grippers do not heat up during operation. Also, the FT-G grippers require low-power and can be opened and closed more than 100 times per second. A test of 150 million load cycles has shown that the gripper performance does not decrease, due to the superior properties of single-crystalline silicon.

The 100 µm Micro Gripper with Force Sensor (FT-G100) and the 30 µm Micro Gripper with Force Sensor (FT-G30) grippers feature an integrated force sensor to measure the gripping force. The output of the sensor is an analog 0-5 V signal. Force feedback greatly enhances the efficiency and reliability of automated micro- and nanohandling processes. The integrated force sensor is individually tested and calibrated to guarantee precise measurements. A calibration data sheet is delivered for each tweezer. All FemtoTools nanogrippers can be easily interfaced using the Micro Control Gripper and Sample Force Sensor Controller (FT-C01.

The FemtoTools grippers have demonstrated their usability in many different environments such as air and vacuum. Since electrostatic actuation does not rely on heat dissipation, the gripper opening can be controlled in high vacuum environments such as a scanning electron microscope (SEM) chamber. The gripper arms are electrically insulated from the rest of the device which allows immersion of the gripper arms into liquid up to 2.5 mm. This is a prerequisite for the handling of biological samples in an aqueous environment.

Show product details for 100 µm Micro Gripper with Force Sensor
Microgrippers-Individually Calibrated- For Object Size of 10 - 100µm, Driving Voltage of 0 - 200V, and includes a Gripping Force Sensor.
Show product details for 30 µm Micro Gripper with Force Sensor
Microgrippers-Individually Calibrated For Object Size of 0 - 30 µm, Driving Voltage of 0 - 110 V, and includes a Gripping Force Sensor.
Show product details for 60 µm Micro Gripper - 10 pack
Price $2,650.00
Microgrippers-Individually Calibrated For Object Size of 0 - 60µm and Driving Voltage of 0 - 150V. Force sensor NOT an option with this product.
Show product details for Micro Grippers with Force Sensors - Combo pack
Price $4,350.00
Microgrippers- Individually Calibrated - For Object Size 0 - 30µm and 10 - 100µm, Driving Voltage of 0 - 110V and 0 - 200V, and both include Gripping Force Sensors and Casing.