SRF05-HY - Ultra-Sonic Ranger Technical Specification

Size: px
Start display at page:

Download "SRF05-HY - Ultra-Sonic Ranger Technical Specification"

Transcription

1 SRF05-HY - Ultra-Sonic Ranger Technical Specification Introduction The SRF05-HY is an evolutionary step from the SRF04-HY, and has been designed to increase flexibility, increase range, and to reduce costs still further. As such, the SRF05-HY is fully compatible with the SRF04-HY. Range is increased from 3 meters to 4 meters. A new operating mode (tying the mode pin to ground) allows the SRF05- HY 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-HY operates with separate trigger and echo pins, like the SRF04. The SRF05-HY 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-HYcompatible - 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-HY will work for the SRF05-HY in this mode. To use this mode, just leave the mode pin unconnected - the SRF05-HY has an internal pull up resistor on this pin.

2 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-HY 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.

3 To use mode 2 with the Basic Stamp BS2, you simply use PULSOUT and PULSIN on the same pin, like this: SRF05-HY PIN 15 Range VAR Word ' use any pin for both trigger and echo ' define the 16 bit range variable SRF05-HY = 0 ' start with pin low PULSOUT SRF05-HY, 5 ' issue 10uS trigger pulse (5 x 2uS) PULSIN SRF05-HY, 1, Range ' measure echo time Range = Range/29 ' convert to cm (divide by 74 for inches)

4 Calculating the Distance The SRF05-HY 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-HY 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-HY will lower its echo line anyway after about 30mS. The SRF04-HYprovides 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-HY 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-HY 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-HY, so make sure you don't connect anything to these pins, or you will disrupt the modules operation. Changing beam pattern and beam width You 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-HY 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-HY, taken from the manufacturers data sheet, is shown below.

5

Devantech SRF04 Ultra-Sonic Ranger Finder Cornerstone Electronics Technology and Robotics II

Devantech SRF04 Ultra-Sonic Ranger Finder Cornerstone Electronics Technology and Robotics II Devantech SRF04 Ultra-Sonic Ranger Finder Cornerstone Electronics Technology and Robotics II Administration: o Prayer PicBasic Pro Programs Used in This Lesson: o General PicBasic Pro Program Listing:

More information

Feed-back loop. open-loop. closed-loop

Feed-back loop. open-loop. closed-loop Servos AJLONTECH Overview Servo motors are used for angular positioning, such as in radio control airplanes. They typically have a movement range of 180 deg but can go up to 210 deg. The output shaft of

More information

PING))) Ultrasonic Distance Sensor (#28015)

PING))) Ultrasonic Distance Sensor (#28015) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:   Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

SL300 Snow Depth Sensor USL300 SNOW DEPTH SENSOR. Revision User Manual

SL300 Snow Depth Sensor USL300 SNOW DEPTH SENSOR. Revision User Manual USL300 SNOW DEPTH SENSOR Revision 1.1.2 User Manual 1 Table of Contents 1. Introduction... 3 2. Operation... 3 2.1. Electrostatic Transducer... 4 2.2. SL300 Analog Board... 4 2.3. SL300 Digital Circuit

More information

Controlling Your Robot

Controlling Your Robot Controlling Your Robot The activities on this week are about instructing the Boe-Bot where to go and how to get there. You will write programs to make the Boe-Bot perform a variety of maneuvers. You will

More information

HB-25 Motor Controller (#29144)

HB-25 Motor Controller (#29144) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Ultrasonic Level Detection Technology. ultra-wave

Ultrasonic Level Detection Technology. ultra-wave Ultrasonic Level Detection Technology ultra-wave 1 Definitions Sound - The propagation of pressure waves through air or other media Medium - A material through which sound can travel Vacuum - The absence

More information

Measuring Distance Using Sound

Measuring Distance Using Sound Measuring Distance Using Sound Distance can be measured in various ways: directly, using a ruler or measuring tape, or indirectly, using radio or sound waves. The indirect method measures another variable

More information

MB7137, MB7138, MB7139

MB7137, MB7138, MB7139 IP67 Weather Resistant, Ultrasonic Trash Sensor MB7137, MB7138, MB7139 3 The XL-TrashSonar-WR sensor series provide users with robust range information in air. These sensors also feature high-power acoustic

More information

C++ PROGRAM FOR DRIVING OF AN AGRICOL ROBOT

C++ PROGRAM FOR DRIVING OF AN AGRICOL ROBOT Annals of the University of Petroşani, Mechanical Engineering, 14 (2012), 11-19 11 C++ PROGRAM FOR DRIVING OF AN AGRICOL ROBOT STELIAN-VALENTIN CASAVELA 1 Abstract: This robot is projected to participate

More information

Sten BOT Robot Kit 1 Stensat Group LLC, Copyright 2016

Sten BOT Robot Kit 1 Stensat Group LLC, Copyright 2016 StenBOT Robot Kit Stensat Group LLC, Copyright 2016 1 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the

More information

Team members: Christopher A. Urquhart Oluwaseyitan Joshua Durodola Nathaniel Sims

Team members: Christopher A. Urquhart Oluwaseyitan Joshua Durodola Nathaniel Sims Team members: Christopher A. Urquhart Oluwaseyitan Joshua Durodola Nathaniel Sims Background Problem Formulation Current State of Art Solution Approach Systematic Approach Task and Project Management Costs

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

RB-Dev-03 Devantech CMPS03 Magnetic Compass Module

RB-Dev-03 Devantech CMPS03 Magnetic Compass Module RB-Dev-03 Devantech CMPS03 Magnetic Compass Module This compass module has been specifically designed for use in robots as an aid to navigation. The aim was to produce a unique number to represent the

More information

Sonic Distance Sensors

Sonic Distance Sensors Sonic Distance Sensors Introduction - Sound is transmitted through the propagation of pressure in the air. - The speed of sound in the air is normally 331m/sec at 0 o C. - Two of the important characteristics

More information

MB1013, MB1023, MB1033, MB1043

MB1013, MB1023, MB1033, MB1043 HRLV-MaxSonar - EZ Series HRLV-MaxSonar - EZ Series High Resolution, Low Voltage Ultra Sonic Range Finder MB1003, MB1013, MB1023, MB1033, MB1043 The HRLV-MaxSonar-EZ sensor line is the most cost-effective

More information

Mechatronics Project Report

Mechatronics Project Report Mechatronics Project Report Introduction Robotic fish are utilized in the Dynamic Systems Laboratory in order to study and model schooling in fish populations, with the goal of being able to manage aquatic

More information

Parallax MHz RF Transmitter (#27980) Parallax MHz RF Receiver (#27981)

Parallax MHz RF Transmitter (#27980) Parallax MHz RF Receiver (#27981) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Scope. Here are the times schedule of the pulse-echo technique detect method. Reflect pulse. Emit detect pulse (Ultrasound)

Scope. Here are the times schedule of the pulse-echo technique detect method. Reflect pulse. Emit detect pulse (Ultrasound) Abstract There is so many blind persons that use a blind stick to help their dally walking or life. But the blind stick will be hit some person when the blind stick waggling. So there is need to develop

More information

PROGRAMMABLE CFE PULLER

PROGRAMMABLE CFE PULLER PROGRAMMABLE CFE PULLER Manual Pulling of PE tubing is a critical step in CFE fabrication. Getting constant shapes in CFE is difficult and to achieve a high success rate in pulling CFE requires patience

More information

MD03-50Volt 20Amp H Bridge Motor Drive

MD03-50Volt 20Amp H Bridge Motor Drive MD03-50Volt 20Amp H Bridge Motor Drive Overview The MD03 is a medium power motor driver, designed to supply power beyond that of any of the low power single chip H-Bridges that exist. Main features are

More information

LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide

LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide M-5578/0516 M-5578/0516 Section TABLE OF CONTENTS 1 Introduction... 1 2 Quick Guide on Getting Started... 2 Mounting the LVTX-10 Series

More information

Devantech Magnetic Compass on I2C

Devantech Magnetic Compass on I2C Devantech Magnetic Compass on I2C This great little compass was designed by Devantech specifically for use in robots to aid navigation. The compass uses the Philips KMZ51 magnetic field sensor, which is

More information

Prototype Realization

Prototype Realization CHAPTER6 Prototype Realization 6.1 Component Selection The following components have been selected for realization of two prototypes intended for studying intelligent interactive collision avoidance studies

More information

Wireless Embedded Air Multi-Parameter Measuring System

Wireless Embedded Air Multi-Parameter Measuring System Wireless Embedded Air Multi-Parameter Measuring System O. Postolache 1,, P. Silva Girão, J.M. Dias Pereira 1, 1 Instituto de Telecomunicações, Av. Rovisco Pais, 1049-001, Lisboa, Portugal Emails: poctav@alfa.ist.utl.pt,

More information

Ultrasonic Proximity Sensor/Module for Water Proof Types of Ultrasonic Sensors (HG-P40WP)

Ultrasonic Proximity Sensor/Module for Water Proof Types of Ultrasonic Sensors (HG-P40WP) for Water Proof Types of Ultrasonic Sensors (HG-P40WP) HG-P40WP Specification Input DC (V) Frequency (khz) Detectable Range in Distance (m) Size (mm) Current Consumption (ma) for DC 12 V Input Features

More information

Precision Range Sensing Free run operation uses a 2Hz filter, with. Stable and reliable range readings and

Precision Range Sensing Free run operation uses a 2Hz filter, with. Stable and reliable range readings and HRLV-MaxSonar - EZ Series HRLV-MaxSonar - EZ Series High Resolution, Precision, Low Voltage Ultrasonic Range Finder MB1003, MB1013, MB1023, MB1033, MB10436 The HRLV-MaxSonar-EZ sensor line is the most

More information

CHATTANOOGA GROUP, INC. 4. Press the FREQUENCY button and verify that 1 MHz and 3 MHz LEOs are illuminated. Leave 1 MHz selected. 5. Press DUTY CYCLE until Continuous is illuminated, noting that each LED

More information

Exercise 2: Distance Measurement

Exercise 2: Distance Measurement Transducer Fundamentals Ultrasonic Transducers Exercise 2: Distance Measurement EXERCISE OBJECTIVE At the completion of this exercise, you will be able to explain and demonstrate the operation of ultrasonic

More information

Ultrasonic Range Finding

Ultrasonic Range Finding Crownhill Associates smart electronic solutions Ultrasonic Range Finding With the Crownhill Proton Plus - PICBASIC Compiler And Devantech s SRF04 and SRF08 Modules Written By Les Johnson The Old Station

More information

FlatPack Ultrasonic Sensors

FlatPack Ultrasonic Sensors FlatPack Ultrasonic Sensors Installation & Operation Guide May 23, 2017 The FlatPack Sensor product line listed in the introduction of this manual complies with the European Council EMC Directive 2004/108/EC

More information

Comprehensive Ultrasound Research Platform

Comprehensive Ultrasound Research Platform Comprehensive Ultrasound Research Platform Functional Requirements List and Performance Specifications Emma Muir Sam Muir Jacob Sandlund David Smith Advisor: Dr. José Sánchez Date: November 9, 2010 Introduction

More information

S. Square Enterprise Company Limited Pro-Wave Electronics Corporation

S. Square Enterprise Company Limited Pro-Wave Electronics Corporation SSOP20 Features: Operating Voltage: 6 12Vdc single source Operating Frequency: broadband output ranging up to 200KHz Variable R/C Oscillator: compensates for transducer resonate frequency drift due to

More information

A very quick and dirty introduction to Sensors, Microcontrollers, and Electronics

A very quick and dirty introduction to Sensors, Microcontrollers, and Electronics A very quick and dirty introduction to Sensors, Microcontrollers, and Electronics Part Three: how sensors and actuators work and how to hook them up to a microcontroller There are gazillions of different

More information

The rangefinder can be configured using an I2C machine interface. Settings control the

The rangefinder can be configured using an I2C machine interface. Settings control the Detailed Register Definitions The rangefinder can be configured using an I2C machine interface. Settings control the acquisition and processing of ranging data. The I2C interface supports a transfer rate

More information

Ultrasonics. Introduction

Ultrasonics. Introduction Ultrasonics Introduction Ultrasonics is the term used to describe those sound waves whose frequency is above the audible range of human ear upward from approximately 20kHz to several MHz. The ultrasonics

More information

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Advanced Mechatronics 1 st Mini Project Remote Control Car Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Remote Control Car Manual Control with the remote and direction buttons Automatic

More information

How Does an Ultrasonic Sensor Work?

How Does an Ultrasonic Sensor Work? How Does an Ultrasonic Sensor Work? Ultrasonic Sensor Pre-Quiz 1. How do humans sense distance? 2. How do bats sense distance? 3. Provide an example stimulus-sensorcoordinator-effector-response framework

More information

Wireless Technology in Robotics

Wireless Technology in Robotics Wireless Technology in Robotics Purpose: The objective of this activity is to introduce students to the use of wireless technology to control robots. Overview: Robots can be found in most industries. Robots

More information

LD7552. Green-Mode PWM Controller. Features. General Description. Applications. Typical Application 2/21/2005

LD7552. Green-Mode PWM Controller. Features. General Description. Applications. Typical Application 2/21/2005 2/21/2005 Green-Mode PWM Controller General Description The LD7552 is a low cost, low startup current, current mode PWM controller with green-mode power-saving operation. The integrated functions such

More information

12 Content Marketing Tips for Small Businesses

12 Content Marketing Tips for Small Businesses Content Marketing Tips Use your words wisely 12 Content Marketing Tips for Small Businesses How can you get the most out of your content marketing and promote your business to best of your ability? Read

More information

Sensor and. Motor Control Lab. Abhishek Bhatia. Individual Lab Report #1

Sensor and. Motor Control Lab. Abhishek Bhatia. Individual Lab Report #1 Sensor and 10/16/2015 Motor Control Lab Individual Lab Report #1 Abhishek Bhatia Team D: Team HARP (Human Assistive Robotic Picker) Teammates: Alex Brinkman, Feroze Naina, Lekha Mohan, Rick Shanor I. Individual

More information

INSTANT ROBOT SHIELD (AXE408)

INSTANT ROBOT SHIELD (AXE408) INSTANT ROBOT SHIELD (AXE408) 1.0 Introduction Thank you for purchasing this Instant Robot shield. This datasheet is designed to give a brief introduction to how the shield is assembled, used and configured.

More information

Electronic Buzzer for Blind

Electronic Buzzer for Blind EE318 Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2009 Electronic Buzzer for Blind Group no. B08 Vaibhav Chaudhary (06007018) Anuj Jain (06007019)

More information

WEEK 5 Remembering Long Lists Using EEPROM

WEEK 5 Remembering Long Lists Using EEPROM WEEK 5 Remembering Long Lists Using EEPROM EEPROM stands for Electrically Erasable Programmable Read Only Memory. It is a small black chip on the BASIC Stamp II module labeled 24LC16B. It is used to store

More information

TECHNICAL DATASHEET #TDAX Universal Input, Single Output Valve Controller CAN (SAE J1939)

TECHNICAL DATASHEET #TDAX Universal Input, Single Output Valve Controller CAN (SAE J1939) Features: TECHNICAL DATASHEET #TDAX021610 Universal Input, Single Output Valve Controller CAN (SAE J1939) 1 universal signal input (voltage, current, resistive, PWM, frequency or digital) 1 output: proportional

More information

M-300 & M-320 Low Cost Ultrasonic Sensors

M-300 & M-320 Low Cost Ultrasonic Sensors M-300 & M-320 Family of Low Cost Ultrasonic Sensors December 23, 2014 Copyright 2014 by Massa Products Corporation. All rights reserved. Section TABLE OF CONTENTS Page 1 Introduction... 1 2 Quick Guide

More information

Bohunt School (Wokingham) Internet of Things (IoT) and Node-RED

Bohunt School (Wokingham) Internet of Things (IoT) and Node-RED This practical session should be a bit of fun for you. It involves creating a distance sensor node using the SRF05 ultrasonic device. How the SRF05 works Here s a photo of the SRF05. The silver metal cans

More information

CIPHERLAB 1166 Bluetooth Scanner

CIPHERLAB 1166 Bluetooth Scanner CIPHERLAB 1166 Bluetooth Scanner THESE SIX PAGES ARE IMPORTANT. Keep handy, perhaps laminated. The notes will save trawling through the enclosed disc. Encourage all personnel to spend a little time to

More information

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum.

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum. [For International Campus Lab ONLY] Objective Investigate the relationship between impulse and momentum. Theory ----------------------------- Reference -------------------------- Young & Freedman, University

More information

3.003 Lab 3 Part A. Measurement of Speed of Light

3.003 Lab 3 Part A. Measurement of Speed of Light 3.003 Lab 3 Part A. Measurement of Speed of Light Objective: To measure the speed of light in free space Experimental Apparatus: Feb. 18, 2010 Due Mar. 2, 2010 Components: 1 Laser, 4 mirrors, 1 beam splitter

More information

ULTRASONIC TRANSMITTER & RECEIVER

ULTRASONIC TRANSMITTER & RECEIVER ELECTRONIC WORKSHOP II Mini-Project Report on ULTRASONIC TRANSMITTER & RECEIVER Submitted by Basil George 200831005 Nikhil Soni 200830014 AIM: To build an ultrasonic transceiver to send and receive data

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

Momentum and Impulse

Momentum and Impulse General Physics Lab Department of PHYSICS YONSEI University Lab Manual (Lite) Momentum and Impulse Ver.20180328 NOTICE This LITE version of manual includes only experimental procedures for easier reading

More information

ECE U401/U211-Introduction to Electrical Engineering Lab. Lab 4

ECE U401/U211-Introduction to Electrical Engineering Lab. Lab 4 ECE U401/U211-Introduction to Electrical Engineering Lab Lab 4 Preliminary IR Transmitter/Receiver Development Introduction: In this lab you will design and prototype a simple infrared transmitter and

More information

USi Product Presentation. Mayser Ultrasonic Industrial Sensor USi

USi Product Presentation. Mayser Ultrasonic Industrial Sensor USi USi Product Presentation Mayser Ultrasonic Industrial Sensor USi Page 1 Contents Ultrasonic Technology - General technology - Mayser Ultrasonic Technology Ultrasonic Industrial Sensor - Intended use -

More information

Written by Hans Summers Wednesday, 15 November :53 - Last Updated Wednesday, 15 November :07

Written by Hans Summers Wednesday, 15 November :53 - Last Updated Wednesday, 15 November :07 This is a phantastron divider based on the HP522 frequency counter circuit diagram. The input is a 2100Hz 15V peak-peak signal from my 2.1kHz oscillator project. Please take a look at the crystal oscillator

More information

Ultrasonic Multiplexer OPMUX v12.0

Ultrasonic Multiplexer OPMUX v12.0 Przedsiębiorstwo Badawczo-Produkcyjne OPTEL Sp. z o.o. ul. Morelowskiego 30 PL-52-429 Wrocław tel.: +48 (071) 329 68 54 fax.: +48 (071) 329 68 52 e-mail: optel@optel.pl www.optel.eu Ultrasonic Multiplexer

More information

Understanding How Frequency, Beam Patterns of Transducers, and Reflection Characteristics of Targets Affect the Performance of Ultrasonic Sensors

Understanding How Frequency, Beam Patterns of Transducers, and Reflection Characteristics of Targets Affect the Performance of Ultrasonic Sensors Characteristics of Targets Affect the Performance of Ultrasonic Sensors By Donald P. Massa, President and CTO of Massa Products Corporation Overview of How an Ultrasonic Sensor Functions Ultrasonic sensors

More information

Physics 323. Experiment # 1 - Oscilloscope and Breadboard

Physics 323. Experiment # 1 - Oscilloscope and Breadboard Physics 323 Experiment # 1 - Oscilloscope and Breadboard Introduction In order to familiarise yourself with the laboratory equipment, a few simple experiments are to be performed. References: XYZ s of

More information

Introduction. Theory of Operation

Introduction. Theory of Operation Mohan Rokkam Page 1 12/15/2004 Introduction The goal of our project is to design and build an automated shopping cart that follows a shopper around. Ultrasonic waves are used due to the slower speed of

More information

EdPy app documentation

EdPy app documentation EdPy app documentation This document contains a full copy of the help text content available in the Documentation section of the EdPy app. Contents Ed.List()... 4 Ed.LeftLed()... 5 Ed.RightLed()... 6 Ed.ObstacleDetectionBeam()...

More information

Lesson4 Obstacle avoidance car

Lesson4 Obstacle avoidance car Lesson4 Obstacle avoidance car 1 Points of this section The joy of learning, is not just know how to control your car, but also know how to protect your car. So, make you car far away from collision. Learning

More information

NBU-1012 Square pulse flashlamp driver User Manual

NBU-1012 Square pulse flashlamp driver User Manual rev 1.07/ 2009 02 03 NBU-1012 Square pulse flashlamp driver User Manual Overview / Applications Cooling NBU-1012 Square Pulse Flashlamp Driver is designed for simplification of solid-state laser systems

More information

Part 1: Determining the Sensors and Feedback Mechanism

Part 1: Determining the Sensors and Feedback Mechanism Roger Yuh Greg Kurtz Challenge Project Report Project Objective: The goal of the project was to create a device to help a blind person navigate in an indoor environment and avoid obstacles of varying heights

More information

A Sonar-Based Omni Directional Obstacle Detection System Designed for Blind Navigation

A Sonar-Based Omni Directional Obstacle Detection System Designed for Blind Navigation A Sonar-Based Omni Directional Obstacle Detection System Designed for Blind Navigation ARMANDO B. BARRETO and MAROOF H. CHOUDHURY Digital Signal Processing Laboratory Biomedical Engineering, and Electrical

More information

A - Debris on the Track

A - Debris on the Track A - Debris on the Track Rocks have fallen onto the line for the robot to follow, blocking its path. We need to make the program clever enough to not get stuck! 2017 https://www.hamiltonbuhl.com/teacher-resources

More information

A - Debris on the Track

A - Debris on the Track A - Debris on the Track Rocks have fallen onto the line for the robot to follow, blocking its path. We need to make the program clever enough to not get stuck! 2018 courses.techcamp.org.uk/ Page 1 of 7

More information

I'm guessing this is what has made it so no one else could get the circuit to work, I hope this helps.

I'm guessing this is what has made it so no one else could get the circuit to work, I hope this helps. Incase I did not mention this else where, the basis of my system to provide random audio bits which the spirits can use to form their voices. The audio bits are from randomly tuning a voltage tunable AM

More information

VCC. UVLO internal bias & Vref. Vref OK. PWM Comparator. + + Ramp from Oscillator GND

VCC. UVLO internal bias & Vref. Vref OK. PWM Comparator. + + Ramp from Oscillator GND Block Diagram VCC 40V 16.0V/ 11.4V UVLO internal bias & Vref RT OSC EN Vref OK EN OUT Green-Mode Oscillator S COMP 2R R Q R PWM Comparator CS Leading Edge Blanking + + Ramp from Oscillator GND Absolute

More information

PICAXE TUTORIALS. 5. Picaxe Motor speed & direction control. NOTE: All these programs are for battery operated locos.

PICAXE TUTORIALS. 5. Picaxe Motor speed & direction control. NOTE: All these programs are for battery operated locos. PICAXE TUTORIALS 5. Picaxe Motor speed & direction control NOTE: All these programs are for battery operated locos. The Picaxe is ideally suited to drive a FET (or MOSFET) to control motor speed using

More information

Sonar Made Simple. Ping. Echo. Figure 1 - Sonar Ping and Echo

Sonar Made Simple. Ping. Echo. Figure 1 - Sonar Ping and Echo Sonar Made Simple Overview With the Devantech SRF04 sonar range finder sensor and the IntelliBrain robotics controller, you can enable your robot to see its surroundings through a set of sonar eyes. Theory

More information

Type Ordering Code Package TDA Q67000-A5066 P-DIP-8-1

Type Ordering Code Package TDA Q67000-A5066 P-DIP-8-1 Control IC for Switched-Mode Power Supplies using MOS-Transistor TDA 4605-3 Bipolar IC Features Fold-back characteristics provides overload protection for external components Burst operation under secondary

More information

A - Debris on the Track

A - Debris on the Track A - Debris on the Track Rocks have fallen onto the line for the robot to follow, blocking its path. We need to make the program clever enough to not get stuck! Step 1 2017 courses.techcamp.org.uk/ Page

More information

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Rev1.0 Author: Tung Shen Chew Contents 1 Introduction... 4 1.1 Always-on voice-control is (almost) everywhere... 4 1.2 Introducing

More information

Ultrasonic Proximity. Sensor & Module. (HG-P40 Series)

Ultrasonic Proximity. Sensor & Module. (HG-P40 Series) Ultrasonic Proximity Sensor & Module (HG-P40 Series) Features Multi functional transceiver model Two types of transmit modes (Free Run / External Trigger) Power Supply (Low : 5V / High : 6~16V) 4 different

More information

Various Technics of Liquids and Solids Level Measurements (Part 4)

Various Technics of Liquids and Solids Level Measurements (Part 4) (Part 4) In part one of this series of articles, level measurement using a floating system was discusses and the instruments were recommended for each application. In the second part of these articles,

More information

Lab 04. Basic Oscilloscope Operation Capacitor Time Constant. 1. The Oscilloscope.

Lab 04. Basic Oscilloscope Operation Capacitor Time Constant. 1. The Oscilloscope. Lab 04 Basic Oscilloscope Operation Capacitor Time Constant Sierra College CIE-01 Jim Weir 530.272.2203 jweir43@gmail.com www.rstengineering.com/sierra. 1. The Oscilloscope. a. As you can see from the

More information

Sonar Fish Detection and Measurement System with PIC16F873

Sonar Fish Detection and Measurement System with PIC16F873 Sonar Fish Detection and Measurement System with PIC16F873 Mbaocha, Christian C. 1 Department of Electrical/Electronic Engineering Federal University of Technology Owerri, Nigeria Orji, Williams Ukaegbu

More information

Laboratory Manual for EL-492

Laboratory Manual for EL-492 Page 1 of 16 Department of Electronics Engineering, Communication Systems Laboratory Laboratory Manual for EL-492 B. Tech. (Electronics), Final Year (VIII Semester) Lab Course EL 492 ( Communication Lab.

More information

the Board of Education

the Board of Education the Board of Education Voltage regulator electrical power (V dd, V in, V ss ) breadboard (for building circuits) power jack digital input / output pins 0 to 15 reset button Three-position switch 0 = OFF

More information

Infrared Remote AppKit (#29122)

Infrared Remote AppKit (#29122) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

VOICE OTP IC ap sec ap sec ap sec ap sec 8 PIN

VOICE OTP IC ap sec ap sec ap sec ap sec 8 PIN APLUS MAKE YOUR PRODUCTION A-PLUS VOICE OTP IC ap23682 682sec ap23341 341sec ap23170 170sec ap23085 85sec 8 PIN APLUS INTEGRATED CIRCUITS INC. Address: 3 F-10, No. 32, Sec. 1, Chenggung Rd., Taipei, Taiwan

More information

"L" Series. Open Face Piezo Transducers. Dimensions: Dimensions are in mm

L Series. Open Face Piezo Transducers. Dimensions: Dimensions are in mm Dimensions: Dimensions are in mm Specification 4LR1 4LT1 Center Frequency Bandwidth (-6dB) 4LR1 4LT1 Transmitting Sound Pressure Level at 4Khz; db re 2µbar per 1 at 3cm Receiving Sensitivity at 4Khz db

More information

Mechatronics Chapter Sensors 9-1

Mechatronics Chapter Sensors 9-1 MEMS1049 Mechatronics Chapter Sensors 9-1 Proximity sensors and Switches Proximity sensor o o o A proximity sensor is a sensor able to detect the presence of nearby objects without any physical contact.

More information

Some prior experience with building programs in Scratch is assumed. You can find some introductory materials here:

Some prior experience with building programs in Scratch is assumed. You can find some introductory materials here: Robotics 1b Building an mbot Program Some prior experience with building programs in Scratch is assumed. You can find some introductory materials here: http://www.mblock.cc/edu/ The mbot Blocks The mbot

More information

INSTRUCTION MANUAL FOR ULTRASONIC/MICROWAVE SENSORS

INSTRUCTION MANUAL FOR ULTRASONIC/MICROWAVE SENSORS INSTRUCTION MANUAL FOR ULTRASONIC/MICROWAVE SENSORS 1)Install PROBE_GatewayPC Software on PC.Remove previous installation. In Windows Control Panel go to the Programs and Features, select Probe_GatewayPC_Net

More information

One of the key features of the BoC is that it s easy to configure the board over the DMX network.

One of the key features of the BoC is that it s easy to configure the board over the DMX network. SkullTroniX Board Of Chuckie configuration tool One of the key features of the BoC is that it s easy to configure the board over the DMX network. DMX address Upper and lower hard stop limits for servos

More information

PAK-VIIIa Pulse Coprocessor Data Sheet by AWC

PAK-VIIIa Pulse Coprocessor Data Sheet by AWC PAK-VIIIa Pulse Coprocessor Data Sheet 2000-2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.6 30 Aug 2003 Table of Contents Overview...1 If You

More information

Robot control. Devika Subramanian Fall 2008 Comp 140

Robot control. Devika Subramanian Fall 2008 Comp 140 Robot control Devika Subramanian Fall 2008 Comp 140 1 Robots 2 The sense-decide-act cycle World Actuators Sensors 3 Sensors for mobile robots Contact sensors bumpers Internal sensors accelerometers gyroscopes

More information

Voice Guided Military Robot for Defence Application

Voice Guided Military Robot for Defence Application IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Voice Guided Military Robot for Defence Application Palak N. Patel Minal

More information

Pulse Generation. Pulsout. 555 Timer. Software version of pulse generation Pulsout pin, Period

Pulse Generation. Pulsout. 555 Timer. Software version of pulse generation Pulsout pin, Period Lecture 9 Pulse Generation Pulsout Software version of pulse generation Pulsout pin, Period Pin: specified I/O pin from 0 to 15 Period: 2 µsec per each unit 555 Timer Hardware version of pulse generation

More information

It s All About Angles

It s All About Angles Column #92 December 2002 by Jon Williams: It s All About Angles Have I ever told you about my buddy, Chuck? Chuck is a great guy. Hes friendly, hes personable and he loves BASIC Stamps. Truth be told,

More information

). The THRESHOLD works in exactly the opposite way; whenever the THRESHOLD input is above 2/3V CC

). The THRESHOLD works in exactly the opposite way; whenever the THRESHOLD input is above 2/3V CC ENGR 210 Lab 8 RC Oscillators and Measurements Purpose: In the previous lab you measured the exponential response of RC circuits. Typically, the exponential time response of a circuit becomes important

More information

Blind Spot Monitor Vehicle Blind Spot Monitor

Blind Spot Monitor Vehicle Blind Spot Monitor Blind Spot Monitor Vehicle Blind Spot Monitor List of Authors (Tim Salanta, Tejas Sevak, Brent Stelzer, Shaun Tobiczyk) Electrical and Computer Engineering Department School of Engineering and Computer

More information

Intro to Engineering II for ECE: Lab 3 Controlling Servo Motors Erin Webster and Dr. Jay Weitzen, c 2012 All rights reserved

Intro to Engineering II for ECE: Lab 3 Controlling Servo Motors Erin Webster and Dr. Jay Weitzen, c 2012 All rights reserved Lab 3: Controlling Servo Motors Laboratory Objectives: 1) To program the basic stamp to control the motion of a servo 2) To observe the control waveforms as the motion of the servo changes 3) To learn

More information

VOICE OTP IC ap sec ap sec ap sec ap sec 8 PIN

VOICE OTP IC ap sec ap sec ap sec ap sec 8 PIN APLUS MAKE YOUR PRODUCTION A-PLUS VOICE OTP IC ap23682 682sec ap23341 341sec ap23170 170sec ap23085 85sec 8 PIN APLUS INTEGRATED CIRCUITS INC. Address: 3 F-10, No. 32, Sec. 1, Chenggung Rd., Taipei, Taiwan

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 363 Home Surveillance system using Ultrasonic Sensors K.Rajalakshmi 1 R.Chakrapani 2 1 Final year ME(VLSI DESIGN),

More information

Ultrasonic Level Transducer Type: MPUL06 Article No.: ca. 122

Ultrasonic Level Transducer Type: MPUL06 Article No.: ca. 122 Type: Article No.: 0067720.006 Dimensions ø95 PG7 45.25 16 101 ca. 122 ø53 NPS 2" Figure 1: Ultrasonic Level Transducer Description and application The MPULxx is an ultrasonic transducer used for determining

More information