Electronic Targets. Matt Waterman Donato Salazar Dr. Abul Azad (Advisor) Tech 478 Senior Design II

Size: px
Start display at page:

Download "Electronic Targets. Matt Waterman Donato Salazar Dr. Abul Azad (Advisor) Tech 478 Senior Design II"

Transcription

1 Electronic Targets Matt Waterman Donato Salazar Dr. Abul Azad (Advisor) Tech 478 Senior Design II Scroll down to page 48 to view the presentation without notes

2 The Project An electronic target system that can be shot with a variety of projectiles, reporting the location of each impact to a computer next to the shooter

3 Introduction to Target Shooting Target shooting is a popular sport in the US Paper targets, stapled to cardboard or plastic signboard, are typically used Impacts observed through: Direct observation (close range or shot spotter downrange) Optics (scope, binoculars, etc) Target reaction (steel plates, clays)

4 Project Overview Projectiles impact the target and a wave propagates outward from the impact point toward sensors mounted on the periphery of the target The wave arrives at each sensor at a different time depending on the impact location

5 Project Overview Continued Electronics monitor the sensors and precisely measure the arrival times (TOA) The arrival times are transmitted to a PC where the differences between the arrival times (TDOA) are used to calculate the impact location

6 Objectives Technical Design and build an electronic target system Target itself Electronics on target to detect impacts Software on laptop displays impacts Accurate to within 5 mm Portable

7 Objectives Additional Components are cheap and easy to find Design can be replicated by non-experts Publish the research, designs, schematics, software, etc online We plan to publish everything on our web site under the GNU (guh-new) general public license. The GNU GPL license is the most widely used free software license.

8 Research wikipedia.org Triangulation Multilateration Wave propagation Sonic boom Buffer amplifier Piezoelectric sensor and many more Wikipedia covers all of the topics used in this project. This is a list of some of the key articles which are very detailed and were very helpful. Nearly all of the information needed for this project can be found on wikipedia, usually written in a fairly easy-to-understand manner.

9 Research Other sources General internet (via google) Academic websites Dr. Bill Rison, New Mexico Tech EE 389 Forums, blogs, tutorials Journals and academic publications (via NIU library and google scholar) Patents Datasheets and manufacturer documents Textbooks and class notes Dr. Rison's Mathematical Engineering course materials proved instrumental to us understanding some of the math behind multilateration. Forums, blogs, and online tutorials proved very helpful when developing for the Atmel AVR microcontroller we used. There are dozens, maybe hundreds of patents covering systems like this. Some provided some interesting hints, though most were not very useful. Atmel produces great documentation for the AVR and its features. We drew extensively from what we learned in class.

10 Research Live-fire testing Measure and record supersonic shockwaves Test: Sensors Target designs Material durability Acoustic isolation methods Timing circuits Live-fire testing was critical for developing the project, but was a big hindrance. We could not get to the range as often as we would have liked, mostly due to distance and timing. It was hard to deal with problems that would come up at the range, like malfunctioning circuits or targets not behaving as expected.

11 Theory Wave Propagation May use supersonic ( soft target) or impact shockwaves ( hard target) Both methods work the same way, but require slightly different target designs, sensors, and amplification/buffering Target must provide uniform wave propagation Soft target: air Hard target: steel, plastic Targets may use supersonic shockwaves in what we call soft, or hollow, targets, or impact shockwaves on hard targets. Wood is not usually a suitable material for a hard target because waves do not propagate at the same rate in every direction.

12 Theory Wave Propagation Supersonic Shockwave Shockwave generated continuously at the front of the projectile Propagates outward at the speed of sound Arrives as an NWave Called an N-Wave because of the sharp rise and then decrease in pressure over the first period. The initial period of the wave is affected by the speed and shape of the projectile. A projectile traveling twice as fast as a projectile of the same size and shape will produce an N-Wave period half the length. This isn't useful for impact location detection, but may be useful to a shooter.

13 Theory Wave Propagation Impact Shockwave Impact shockwave generated by the projectile hitting the target (it may or may not go through the target) Shockwave generated is very similar to a supersonic shockwave Target surface will propagate the energy much faster than air Harder target surfaces will transmit farther, make larger targets Targets may be designed for the projectile to hit and bounce off, like steel. Other targets may be designed for the projectile to travel through the target, like plastic signboard. Steel can be used to make much larger targets than something like plastic signboard, but do you want a target that weighs hundreds of pounds? 1/2 steel plate weighs about 20 pounds per square foot. A 6 by 6 foot target a common size would weigh over 700 pounds.

14 Theory Multilateration D A= ( x x A ) +( y y A ) P Triangulation is easy Unknown point can be calculated using distance, angles, or both, to two known points The red dot represents the impact location on the target. The green lines extend from the impact location to the sensors. D sub A gives the distance from the impact to a point on the target. P is the propagation speed. Unfortunately, we do not know the distance from the impact to each sensor.

15 Theory Multilateration d AB =t A t B = [ ( x x A) +( y y A ) ( x x B ) +( y y B ) ] P Multilateration is more difficult because only TDOA are known Instead, since we only know the arrival times, we only know the difference between each distance. The blue lines are all the same length and are not known. In this situation, all we know is that the wave arrived at the bottom-right corner first, then arrived at the bottom-left a short time after, and so on. D sub AB is the difference in distance between the arrival times at points A and B.

16 Theory Multilateration TDOA between topleft and bottom-left Take the arrival time at the bottom-left corner and subtract it from the arrival time at the top-left corner, and you get...

17 Theory Multilateration Bottom radius is arbitrary (within a range) Top is TDOA plus same arbitrary distance...the orange line. Take an arbitrary length, out of a possible range, and use that as a radius from the bottom-left point. The arbitrary length, purple, is basically a guess at the length of the blue lines. Add the same length to the TDOA length and use them to form the hypotenuses of two triangles. If you do this over and over again while changing the arbitrary length, you will get something like...

18 Theory Multilateration Calculate repeatedly and you get a curve that intersects the impact point...this curve, which goes right through the impact point. With triangulation, all you need is two reference points to find a third unknown point. With multilateration, two reference points will give you an indication of where the third point is, but there are an infinite number of possibilities. But we have four points, so let's repeat this process.

19 Theory Multilateration Curves generated for each pair of sensors intersect at impact location Here we have done it for 4 of the pairs the edges of the target. You could also do it between diagonal pairs, but this is not shown. Notice that all of these curves intersect at the impact location. But how do you define these curves mathematically?

20 Theory Multilateration Hyperbolas Each TDOA produces a hyperbola 1= ( x x 0 )2 a 2 ( y y 0 )2 b 2 It turns out that these curves are actually hyperbolas. Here we've zoomed out on the same hyperbolas from before. The blue and orange hyperbolas are generated from the vertical pairs of sensors, while the green and mustard ones are from the horizontal pairs. They have many intersections, but since we know the order in which the signals arrived, some parts of the hyperbolas can be ignored. Also, the actual target face is limited in size. This is the equation for the general form of the hyperbola. In order to use it, we need to figure out a and b and adjust the offsets x naught and y naught.

21 Theory Multilateration Hyperbolas x CD 2 ( x ) ( y± y AD )2 2 1= PD BC x CD PD BC ( ) ( ) ( ) y AD 2 (± y ) ( x x AB )2 2 1= PD AB PD AB y AD ( ) ( ) ( ) Once you've adjusted these things, you get the two forms you see here. The top equation is for hyperbolas made using horizontal pairs of points and the bottom equation is for vertical pairs.

22 Theory Multilateration - So how do we use TDOA? Every two hyperbolas generate one possible impact location Due to TOA and propagation speed error, the intersections are unlikely to coincide Intersections averaged to produce the impact location Standard deviation indicates the certainty Propagation speed can be adjusted to minimize the deviation

23 Theory Multilateration How do we calculate intersections? Two equations with two unknowns Use triangulation equations and iterate through extra values added to three radii until a valid point is found Iterate through x or y values in the hyperbolas until the intersection is found Substitute hyperbolic equations to obtain quartic equation and apply the quartic formula We will explain how we did it later. In case you're not familiar with the quartic formula, we'll give you a glimpse. It looks something like...

24 Theory Multilateration Quartic what?...this. Actually, that's just part of it. Here's the whole thing...

25 Theory Multilateration Quartic Formula? If you can't read it, don't worry about it. We didn't. Actually, the quartic formula is very repetetive, so using it to solve quartic equations in software isn't hard at all. The hard part is putting our hyperbola equations, with all their possible variations, together to get the quartic equations in the first place.

26 Implementation Target Design - Hard Target Shockwave from impact propagates directly Piezoelectric discs mounted in the corners Plastic signboard, foam board, cardboard Plastic/acrylic suitable for Airsoft (plastic BBs) Steel Shockwave from impact propagates directly to the piezoelectric discs mounted in the corners If the design is meant to be consumable, it can be made of plastic signboard, foamboard, cardboard, or similar materials If it's intended to resist impacts, acrylic will work for something like plastic Bbs Steel can work for bullets, depending on what you're shooting at it, from how far, and the hardness of the steel. And how much you're willing to spend or carry.

27 Implementation Target Design - Soft (Hollow) Target Supersonic shockwave from bullet propagates through air Microphones in the corners, isolated from target frame Wood frame with rubber face and rear Design must provide noise isolation

28 Implementation Target Design - Soft Target Microphone Isolation Waves propagate more quickly in the frame Microphone must be isolated from frame Isolated from external noise Isolated from external noise, like from wind, previous shots, or from shots on other targets

29 Implementation Target Design - Hard Target vs Soft Target Hard Target Soft Target Sensors mounted directly to target Sensors carefully isolated Very heavy if made of steel Relatively light, even if large Propagates quickly (less accuracy) Propagates slowly (greater accuracy) Buffers usually required Amplification usually required

30 Implementation Target Design Target Materials Usually consumable (i.e. the projectiles create holes that eat away at the target) Some hard targets may be designed to not be consumable (e.g. steel) Soft targets that must provide noise isolation should use a target face that minimizes the size of the holes We tested numerous materials for hole size At least some part of the target is usually going to be consumable and will have to be replaced. Although some may be built to resist impacts For soft targets that are supposed to suppress external noise, you want to use a material that can expand around the bullets as they go through, leaving smaller holes We tested a number of materials, ranging greatly in price, trying to find something that works

31 Implementation Target Design Target Materials Hole Size These are four of the materials we tested, and we'll pass around some samples. The top-left sample is rubber roofing liner and is the cheapest material here. The holes are about half the diameter of the.22 caliber bullets we shot through them. Each target was shot 30 times. The bottom-right sample is silicon and is fairly pricey, but you can see the holes close up to almost nothing.

32 Implementation Target Design Target Materials Foam Board Foam Board is a great choice for a hard target design Polystyrene sandwiched between paper Propagation isn't perfect We have used Elmer's foam board and found it works very well. It's essentially cardboard but with styrofoam in between the panels. Since it's paper, wave propagation isn't perfect so accuracy will suffer. If you're building a target for a competition, you would probably use something else. Obviously, it is destructable. The holes in this aren't much smaller than the bullets making them, so you can't hit the same spot many times in a row. But it's very cheap, so you don't have to feel bad about replacing it. 8 dollars at Walmart gets you two 24x36 panels.

33 Implementation TOA Detection How do you detect wave arrival? Threshold is the simplest: Wave reached a certain value, triggers an arrival Implemented in: Software with ADCs Hardware with comparators Now we're going to switch gears into the electronics side. Time of arrival detection is the heart of the system, and we use some interesting techniques to time the shockwave arrivals. The most obvious, but not necessarily best, way to figure out when a wave has arrived, is to use threshold detection. Basically, when the wave reaches a certain level normally associated with its arrival, you trigger the timing system This can be done with a software routine if you're sampling the sensors with an ADC, but usually you'll want to just use comparators.

34 Implementation TOA Detection Why is threshold detection bad? If waves have different intensities, they will trigger at different times Propagation follows inverse square law, so widely-varying intensities a given But why is threshold detection not so good? As the shockwave propagates outward, the intensity drops off fairly quickly, following the inverse square wave. Depending on the impact location and several aspects of the hardware design, the waves may arrive at very different intensities and will trigger at different times. In this illustration, the thickness of the red bars indicate the time between a zero-crossing and a trigger level being eached. The black lines are the trigger levels. The difference in the thickness represents error.

35 Implementation TOA Detection Threshold with Zero-Detection Zero-detection compares the signal to 0 v Produces binary 1 when positive, 0 when negative Combine with threshold-detection for accurate timing It turns out we found a pretty elegant solution. Zero-detection can be done in hardware with comparators to generate a high signal when the wave is positive, and a low signal when its negative. When the signal goes from high to low or vice-versa, it has crossed zero. Zero-crossing on its own isn't useful, though, because it's constantly bouncing back and forth because of noise. But you can use threshold detection to figure out that a wave has arrived and then start looking at the zero detector.

36 Implementation TOA Detection Target Simulator Hmmm

37 Implementation Timer Circuit This is what we've done on our circuit. We use two LM339 quad comparators to provide the eight comparators needed to run threshold-detection and zero-crossing detection on four channels. LM339s are very cheap and easy to find. You can get them at Radio Shack. Performance is more than adequate for most needs. In our system, we send the threshold trigger outputs directly to our Attiny But we connect all of the zero-crossing detectors together with an OR gate and wire them up to a pin on the attiny capable of doing hardware timing. The zero-detectors are sequentially enabled by the attiny when zero-crossings are pending.

38 Implementation Timer Circuit

39 Implementation Timer Circuit - Specifications Olimex AVR board Atmel ATtiny MHz clock max 4 channels 2N5459 J-FET LM339 comparators RS232 output AC/DC powered

40 Implementation Timer Circuit Embedded Software AVRs are very fast (1 instruction per clock cycle) Software written in C, compiles efficiently Channel data (pins, TOA times) stored in a circular linked-list Channels scanned for threshold triggering and removed from the list when triggered Zero-detectors connected to ICP and enabled as needed AVRs are RISC processors with instructions specifically designed for C. C compiles very efficiently with AVRs, though AVRs don't have hardware floating point capability so floating point numbers are usually avoided. Our routine is built around a circular linked-list that holds data for each channel. A linked-list is a concept where you have data nodes and each node has a pointer connecting it to the next node. When we're looking for an impact, the routine will loop through the list, removing channels from the list as they are triggered. Zero detectors are enabled as needed and are connected to the input capture pin. The ICP can be set up to start and stop the timer in hardware or through interrupt routines.

41 Implementation Client Software Currently very basic Written in C Cross-platform compatible libraries used Interfaces with the timer system through serial connection Calculates several hyperbolic intersections, averages them, and computes standard deviation

42 Implementation Computing Hyperbolic Intersections Curves generated for each pair of sensors intersect at impact location

43 Results It works Current working model: Foam board target (.45 x.45 m) Piezo sensors Using only threshold triggering (zero detection not yet programmed) Accurate to 2 cm We have not been able to build a successful soft target

44 Results Demonstration

45 Cost Our Specific Implementation Part Price Olimex AVR Development Board $17 ATtiny2313 $2 2x LM339 (quad comparator) $ (quad OR gate) MCP4131 (digital potentiometer) $2 2x Foam Board $8 Various resistors, capacitors $5 Total: $40

46 Future Lots of shooting Work on website: Continue to improve hardware and software Get others involved

47 Conclusion We have shown that: The design principles are sound It can be built on a tight budget But we have lots left to improve

48 Electronic Targets Matt Waterman Donato Salazar Dr. Abul Azad (Advisor) Tech 478 Senior Design II

49 The Project An electronic target system that can be shot with a variety of projectiles, reporting the location of each impact to a computer next to the shooter

50 Introduction to Target Shooting Target shooting is a popular sport in the US Paper targets, stapled to cardboard or plastic signboard, are typically used Impacts observed through: Direct observation (close range or shot spotter downrange) Optics (scope, binoculars, etc) Target reaction (steel plates, clays)

51 Project Overview Projectiles impact the target and a wave propagates outward from the impact point toward sensors mounted on the periphery of the target The wave arrives at each sensor at a different time depending on the impact location

52 Project Overview Continued Electronics monitor the sensors and precisely measure the arrival times (TOA) The arrival times are transmitted to a PC where the differences between the arrival times (TDOA) are used to calculate the impact location

53 Objectives Technical Design and build an electronic target system Target itself Electronics on target to detect impacts Software on laptop displays impacts Accurate to within 5 mm Portable

54 Objectives Additional Components are cheap and easy to find Design can be replicated by non-experts Publish the research, designs, schematics, software, etc online

55 Research wikipedia.org Triangulation Multilateration Wave propagation Sonic boom Buffer amplifier Piezoelectric sensor and many more

56 Research Other sources General internet (via google) Academic websites Dr. Bill Rison, New Mexico Tech EE 389 Forums, blogs, tutorials Journals and academic publications (via NIU library and google scholar) Patents Datasheets and manufacturer documents Textbooks and class notes

57 Research Live-fire testing Measure and record supersonic shockwaves Test: Sensors Target designs Material durability Acoustic isolation methods Timing circuits

58 Theory Wave Propagation May use supersonic ( soft target) or impact shockwaves ( hard target) Both methods work the same way, but require slightly different target designs, sensors, and amplification/buffering Target must provide uniform wave propagation Soft target: air Hard target: steel, plastic

59 Theory Wave Propagation Supersonic Shockwave Shockwave generated continuously at the front of the projectile Propagates outward at the speed of sound Arrives as an NWave

60 Theory Wave Propagation Impact Shockwave Impact shockwave generated by the projectile hitting the target (it may or may not go through the target) Shockwave generated is very similar to a supersonic shockwave Target surface will propagate the energy much faster than air Harder target surfaces will transmit farther, make larger targets

61 Theory Multilateration D A= ( x x ) +( y y ) A A P Triangulation is easy Unknown point can be calculated using distance, angles, or both, to two known points

62 Theory Multilateration d AB =t A t B = [ ( x x A) +( y y A ) ( x x B ) +( y y B ) ] P Multilateration is more difficult because only TDOA are known

63 Theory Multilateration TDOA between topleft and bottom-left

64 Theory Multilateration Bottom radius is arbitrary (within a range) Top is TDOA plus same arbitrary distance

65 Theory Multilateration Calculate repeatedly and you get a curve that intersects the impact point

66 Theory Multilateration Curves generated for each pair of sensors intersect at impact location

67 Theory Multilateration Hyperbolas Each TDOA produces a hyperbola 1= ( x x 0 )2 a 2 ( y y 0 )2 b2

68 Theory Multilateration Hyperbolas x CD 2 ( x ) ( y± y AD )2 2 1= PD BC x CD PD BC 2 ( ) ( ) ( ) y AD 2 (± y ) 2 ( x x ) 2 AB 1= + PD AB 2 PD AB 2 y AD 2 ( ) ( ) ( ) 2 2 2

69 Theory Multilateration - So how do we use TDOA? Every two hyperbolas generate one possible impact location Due to TOA and propagation speed error, the intersections are unlikely to coincide Intersections averaged to produce the impact location Standard deviation indicates the certainty Propagation speed can be adjusted to minimize the deviation

70 Theory Multilateration How do we calculate intersections? Two equations with two unknowns Use triangulation equations and iterate through extra values added to three radii until a valid point is found Iterate through x or y values in the hyperbolas until the intersection is found Substitute hyperbolic equations to obtain quartic equation and apply the quartic formula

71 Theory Multilateration Quartic what?

72 Theory Multilateration Quartic Formula?

73 Implementation Target Design - Hard Target Shockwave from impact propagates directly Piezoelectric discs mounted in the corners Plastic signboard, foam board, cardboard Plastic/acrylic suitable for Airsoft (plastic BBs) Steel

74 Implementation Target Design - Soft (Hollow) Target Supersonic shockwave from bullet propagates through air Microphones in the corners, isolated from target frame Wood frame with rubber face and rear Design must provide noise isolation

75 Implementation Target Design - Soft Target Microphone Isolation Waves propagate more quickly in the frame Microphone must be isolated from frame Isolated from external noise

76 Implementation Target Design - Hard Target vs Soft Target Hard Target Soft Target Sensors mounted directly to target Sensors carefully isolated Very heavy if made of steel Relatively light, even if large Propagates quickly (less accuracy) Propagates slowly (greater accuracy) Buffers usually required Amplification usually required

77 Implementation Target Design Target Materials Usually consumable (i.e. the projectiles create holes that eat away at the target) Some hard targets may be designed to not be consumable (e.g. steel) Soft targets that must provide noise isolation should use a target face that minimizes the size of the holes We tested numerous materials for hole size

78 Implementation Target Design Target Materials Hole Size

79 Implementation Target Design Target Materials Foam Board Foam Board is a great choice for a hard target design Polystyrene sandwiched between paper Propagation isn't perfect

80 Implementation TOA Detection How do you detect wave arrival? Threshold is the simplest: Wave reached a certain value, triggers an arrival Implemented in: Software with ADCs Hardware with comparators

81 Implementation TOA Detection Why is threshold detection bad? If waves have different intensities, they will trigger at different times Propagation follows inverse square law, so widely-varying intensities a given

82 Implementation TOA Detection Threshold with Zero-Detection Zero-detection compares the signal to 0 v Produces binary 1 when positive, 0 when negative Combine with threshold-detection for accurate timing

83 Implementation TOA Detection Target Simulator

84 Implementation Timer Circuit

85 Implementation Timer Circuit

86 Implementation Timer Circuit - Specifications Olimex AVR board Atmel ATtiny MHz clock max 4 channels 2N5459 J-FET LM339 comparators RS232 output AC/DC powered

87 Implementation Timer Circuit Embedded Software AVRs are very fast (1 instruction per clock cycle) Software written in C, compiles efficiently Channel data (pins, TOA times) stored in a circular linked-list Channels scanned for threshold triggering and removed from the list when triggered Zero-detectors connected to ICP and enabled as needed

88 Implementation Client Software Currently very basic Written in C Cross-platform compatible libraries used Interfaces with the timer system through serial connection Calculates several hyperbolic intersections, averages them, and computes standard deviation

89 Implementation Computing Hyperbolic Intersections Curves generated for each pair of sensors intersect at impact location

90 Results It works Current working model: Foam board target (.45 x.45 m) Piezo sensors Using only threshold triggering (zero detection not yet programmed) Accurate to 2 cm We have not been able to build a successful soft target

91 Results Demonstration

92 Cost Our Specific Implementation Part Price Olimex AVR Development Board $17 ATtiny2313 $2 2x LM339 (quad comparator) $ (quad OR gate) MCP4131 (digital potentiometer) $2 2x Foam Board $8 Various resistors, capacitors $5 Total: $40

93 Future Lots of shooting Work on website: Continue to improve hardware and software Get others involved

94 Conclusion We have shown that: The design principles are sound It can be built on a tight budget But we have lots left to improve

Building an autonomous light finder robot

Building an autonomous light finder robot LinuxFocus article number 297 http://linuxfocus.org Building an autonomous light finder robot by Katja and Guido Socher About the authors: Katja is the

More information

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which behaves like ADC with external analog part and configurable

More information

LOMAH Location Of Miss And Hit

LOMAH Location Of Miss And Hit LOMAH Location Of Miss And Hit What is it? Basically, it s a computerized scoring system for rifle or pistol. In military situations it can also be used with mortars and tanks. A sensor at the target end

More information

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore)

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore) Laboratory 9 Operational Amplifier Circuits (modified from lab text by Alciatore) Required Components: 1x 741 op-amp 2x 1k resistors 4x 10k resistors 1x l00k resistor 1x 0.1F capacitor Optional Components:

More information

SST Expert Testimony Common Questions and Answers

SST Expert Testimony Common Questions and Answers SST Expert Testimony Common Questions and Answers This document is a collection of questions that have commonly been asked about the ShotSpotter system during court testimony and deposition. If possible,

More information

Written by Hans Summers Monday, 22 September :14 - Last Updated Friday, 16 January :43

Written by Hans Summers Monday, 22 September :14 - Last Updated Friday, 16 January :43 This modification turns the Ultimate3 kit into an accurate GPS-disciplined frequency reference (approx 0.03Hz accuracy). The firmware has NOT yet been updated to operate with the Si5351A synthesiser module

More information

Objectives. Applications Of Waves and Vibrations. Main Ideas

Objectives. Applications Of Waves and Vibrations. Main Ideas Applications Of Waves and Vibrations Unit 9 Subunit 2 Page 41 Objectives 1. Describe what's meant by interference of waves. 2. Describe what's meant by "superposition of waves." 3. Distinguish between

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

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

(Refer Slide Time: 2:29)

(Refer Slide Time: 2:29) Analog Electronic Circuits Professor S. C. Dutta Roy Department of Electrical Engineering Indian Institute of Technology Delhi Lecture no 20 Module no 01 Differential Amplifiers We start our discussion

More information

Getting to know the 555

Getting to know the 555 Getting to know the 555 Created by Dave Astels Last updated on 2018-04-10 09:32:58 PM UTC Guide Contents Guide Contents Overview Background Voltage dividers RC Circuits The basics RS FlipFlop Transistor

More information

UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING. SENG 466 Software for Embedded and Mechatronic Systems. Project 1 Report. May 25, 2006.

UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING. SENG 466 Software for Embedded and Mechatronic Systems. Project 1 Report. May 25, 2006. UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING SENG 466 Software for Embedded and Mechatronic Systems Project 1 Report May 25, 2006 Group 3 Carl Spani Abe Friesen Lianne Cheng 03-24523 01-27747 01-28963

More information

RC Filters and Basic Timer Functionality

RC Filters and Basic Timer Functionality RC-1 Learning Objectives: RC Filters and Basic Timer Functionality The student who successfully completes this lab will be able to: Build circuits using passive components (resistors and capacitors) from

More information

Ultrasonic Positioning System EDA385 Embedded Systems Design Advanced Course

Ultrasonic Positioning System EDA385 Embedded Systems Design Advanced Course Ultrasonic Positioning System EDA385 Embedded Systems Design Advanced Course Joakim Arnsby, et04ja@student.lth.se Joakim Baltsén, et05jb4@student.lth.se Simon Nilsson, et05sn9@student.lth.se Erik Osvaldsson,

More information

UNIT I. Operational Amplifiers

UNIT I. Operational Amplifiers UNIT I Operational Amplifiers Operational Amplifier: The operational amplifier is a direct-coupled high gain amplifier. It is a versatile multi-terminal device that can be used to amplify dc as well as

More information

Nikon 200mm f/4d ED-IF AF Micro Nikkor (Tested)

Nikon 200mm f/4d ED-IF AF Micro Nikkor (Tested) Nikon 200mm f/4d ED-IF AF Micro Nikkor (Tested) Nikon 200mm f/4d ED-IF AF Micro Nikkor Image Circle 35mm Type Telephoto Prime Macro Focal Length 200mm APS Equivalent 300mm Max Aperture f/4 Min Aperture

More information

SuperTrack Parts List

SuperTrack Parts List SuperTrack Parts List [indicates number for 6 lane tracks] SuperTrack Installation Instructions www.supertimer.com 1-800-654-2088 1 Track Instruction Manual (this booklet) 2 Start sections [3] Start Gate

More information

Testing Sensors & Actors Using Digital Oscilloscopes

Testing Sensors & Actors Using Digital Oscilloscopes Testing Sensors & Actors Using Digital Oscilloscopes APPLICATION BRIEF February 14, 2012 Dr. Michael Lauterbach & Arthur Pini Summary Sensors and actors are used in a wide variety of electronic products

More information

will talk about Carry Look Ahead adder for speed improvement of multi-bit adder. Also, some people call it CLA Carry Look Ahead adder.

will talk about Carry Look Ahead adder for speed improvement of multi-bit adder. Also, some people call it CLA Carry Look Ahead adder. Digital Circuits and Systems Prof. S. Srinivasan Department of Electrical Engineering Indian Institute of Technology Madras Lecture # 12 Carry Look Ahead Address In the last lecture we introduced the concept

More information

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0. Laboratory 6 Operational Amplifier Circuits Required Components: 1 741 op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.1 F capacitor 6.1 Objectives The operational amplifier is one of the most

More information

You will need 9x12 blue construction paper, SOFT LEAD pencil colors, an eraser, and a metric ruler.

You will need 9x12 blue construction paper, SOFT LEAD pencil colors, an eraser, and a metric ruler. Here is a nice picture for a beginner to start using color. This is a copy of the black and white barn drawing so if you wish you can do that one first. Scroll down. You will need 9x12 blue construction

More information

Basic Information of Operational Amplifiers

Basic Information of Operational Amplifiers EC1254 Linear Integrated Circuits Unit I: Part - II Basic Information of Operational Amplifiers Mr. V. VAITHIANATHAN, M.Tech (PhD) Assistant Professor, ECE Department Objectives of this presentation To

More information

1 of 11 30/08/2011 8:50 AM

1 of 11 30/08/2011 8:50 AM 1 of 11 30/08/2011 8:50 AM All Ferrite Beads Are Not Created Equal - Understanding the Importance of Ferrite Bead Material Behavior August 2010 Written by Chris Burket, TDK Corporation A common scenario:

More information

EXERCISE 4: A Simple Hi-Fi

EXERCISE 4: A Simple Hi-Fi EXERCISE 4: A Simple Hi-Fi EXERCISE OBJECTIVE When you have completed this exercise, you will be able to summarize the features of types of sensors that can be used with electronic control systems. You

More information

DATASHEET SMT172. Features and Highlights. Application. Introduction

DATASHEET SMT172. Features and Highlights. Application. Introduction V12 1/9 Features and Highlights World s most energy efficient temperature sensor Wide temperature range: -45 C to 130 C Extreme low noise: less than 0.001 C High accuracy: 0.25 C (-10 C to 100 C) 0.1 C

More information

Block Sanding Primer Dos and Don ts Transcript

Block Sanding Primer Dos and Don ts Transcript Block Sanding Primer Dos and Don ts Transcript Hey, this is Donnie Smith. And welcome to this lesson on block sanding primer. In this lesson, we're going to give you some of the do's and some of the don

More information

ILLUSION CONFUSION! - MEASURING LINES -

ILLUSION CONFUSION! - MEASURING LINES - ILLUSION CONFUSION! - MEASURING LINES - WHAT TO DO: 1. Look at the line drawings below. 2. Without using a ruler, which long upright or vertical line looks the longest or do they look the same length?

More information

Lesson Twenty-Three: Are Limiting Beliefs Holding You Back?

Lesson Twenty-Three: Are Limiting Beliefs Holding You Back? Lesson Twenty-Three: Are Limiting Beliefs Holding You Back? ACTION: Identify Limiting Beliefs and Changing Them Are limiting beliefs holding you back? Many of us have limiting beliefs and we don t even

More information

Chapter 13: Comparators

Chapter 13: Comparators Chapter 13: Comparators So far, we have used op amps in their normal, linear mode, where they follow the op amp Golden Rules (no input current to either input, no voltage difference between the inputs).

More information

Lesson number one. Operational Amplifier Basics

Lesson number one. Operational Amplifier Basics What About Lesson number one Operational Amplifier Basics As well as resistors and capacitors, Operational Amplifiers, or Op-amps as they are more commonly called, are one of the basic building blocks

More information

Topic Notes: Digital Logic

Topic Notes: Digital Logic Computer Science 220 Assembly Language & Comp. Architecture Siena College Fall 20 Topic Notes: Digital Logic Our goal for the next couple of weeks is to gain a reasonably complete understanding of how

More information

Photoshop Techniques Digital Enhancement

Photoshop Techniques Digital Enhancement Photoshop Techniques Digital Enhancement A tremendous range of enhancement techniques are available to anyone shooting astrophotographs if they have access to a computer and can digitize their images.

More information

Unit 3: Introduction to Op- amps and Diodes

Unit 3: Introduction to Op- amps and Diodes Unit 3: Introduction to Op- amps and Diodes Differential gain Operational amplifiers are powerful building blocks conceptually simple, easy to use, versatile, and inexpensive. A great deal of analog electronic

More information

High Efficiency AC Input 12A 12V Laser Driver

High Efficiency AC Input 12A 12V Laser Driver Figure. Front View of the Figure 2. Top View of the FEATURES High efficiency: 70 % Maximum output current: 2A Wide output voltage: 0V ~ 2V Wide input voltage: 00VAC ~ 240VAC High speed digital modulation:

More information

The Inverting Amplifier

The Inverting Amplifier The Inverting Amplifier Why Do You Need To Know About Inverting Amplifiers? Analysis Of The Inverting Amplifier Connecting The Inverting Amplifier Testing The Circuit What If Questions Other Possibilities

More information

Print n Play Collection. Of the 12 Geometrical Puzzles

Print n Play Collection. Of the 12 Geometrical Puzzles Print n Play Collection Of the 12 Geometrical Puzzles Puzzles Hexagon-Circle-Hexagon by Charles W. Trigg Regular hexagons are inscribed in and circumscribed outside a circle - as shown in the illustration.

More information

Reference Manual. August theshotmarker.com

Reference Manual. August theshotmarker.com Reference Manual August 2018 theshotmarker.com 2 Access Point Sensor Hub Sensors (4) Brackets (4) Sensor cables (2 short, 2 medium, 2 long) Couplers (2) Antenna Antenna extension cable USB charging cable

More information

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC 180A DIGITAL SYSTEMS I Winter 2015

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC 180A DIGITAL SYSTEMS I Winter 2015 UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering EEC 180A DIGITAL SYSTEMS I Winter 2015 LAB 2: INTRODUCTION TO LAB INSTRUMENTS The purpose of this lab is to introduce the

More information

MITOCW R22. Dynamic Programming: Dance Dance Revolution

MITOCW R22. Dynamic Programming: Dance Dance Revolution MITOCW R22. Dynamic Programming: Dance Dance Revolution The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

More information

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Min Song, Trent Allison Department of Electrical and Computer Engineering Old Dominion University Norfolk, VA 23529, USA Abstract

More information

Chapter 4 Combinational Logic Circuits

Chapter 4 Combinational Logic Circuits Chapter 4 Combinational Logic Circuits Chapter 4 Objectives Selected areas covered in this chapter: Converting logic expressions to sum-of-products expressions. Boolean algebra and the Karnaugh map as

More information

ME 461 Laboratory #3 Analog-to-Digital Conversion

ME 461 Laboratory #3 Analog-to-Digital Conversion ME 461 Laboratory #3 Analog-to-Digital Conversion Goals: 1. Learn how to configure and use the MSP430 s 10-bit SAR ADC. 2. Measure the output voltage of your home-made DAC and compare it to the expected

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

Combinational logic: Breadboard adders

Combinational logic: Breadboard adders ! ENEE 245: Digital Circuits & Systems Lab Lab 1 Combinational logic: Breadboard adders ENEE 245: Digital Circuits and Systems Laboratory Lab 1 Objectives The objectives of this laboratory are the following:

More information

University of Maryland Department of Physics

University of Maryland Department of Physics Spring 2002 University of Maryland Department of Physics Laura Lising Physics 122 May 8, 2003 Makeup Exam #2 Solutions Multiple choice questions. Just the answer counts for these. (8 points each) screen

More information

Appendix Course Notes MIT Course Organizers. Chapter 7: LEGO Design

Appendix Course Notes MIT Course Organizers. Chapter 7: LEGO Design EECS40/43 Appendix 4 Appendix 4 6.70 1999 Course Notes MIT 6.70 Course Organizers Chapter 7: LEGO Design 1 Chapter 7 LEGO Design When you're rst introduced to the LEGO Technic system, you may be amazed

More information

Moving Beyond Automatic Mode

Moving Beyond Automatic Mode Moving Beyond Automatic Mode When most people start digital photography, they almost always leave the camera on Automatic Mode This makes all the decisions for them and they believe this will give the

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

Prepare Sample 3.1. Place Sample in Stage. Replace Probe (optional) Align Laser 3.2. Probe Approach 3.3. Optimize Feedback 3.4. Scan Sample 3.

Prepare Sample 3.1. Place Sample in Stage. Replace Probe (optional) Align Laser 3.2. Probe Approach 3.3. Optimize Feedback 3.4. Scan Sample 3. CHAPTER 3 Measuring AFM Images Learning to operate an AFM well enough to get an image usually takes a few hours of instruction and practice. It takes 5 to 10 minutes to measure an image if the sample is

More information

EE 482 Electronics II

EE 482 Electronics II EE 482 Electronics II Lab #4: BJT Differential Pair with Resistive Load Overview The objectives of this lab are (1) to design and analyze the performance of a differential amplifier, and (2) to measure

More information

Magnetic Loop Antenna - Top Bands

Magnetic Loop Antenna - Top Bands Magnetic Loop Antenna - Top Bands Instruction Manual Thank you for purchasing this new product small Magnetic Loop Antenna Top Bands. Manual contains important information. Please read all instructions

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

High Voltage Waveform Sensor

High Voltage Waveform Sensor High Voltage Waveform Sensor Computer Engineering Senior Project Nathan Stump Spring 2013 Statement of Purpose The purpose of this project was to build a system to measure the voltage waveform of a discharging

More information

Guide to LED and Hobby Lighting Projects Documentation

Guide to LED and Hobby Lighting Projects Documentation Guide to LED and Hobby Lighting Projects Documentation Release 0.1.2 Brian Luft Nov 06, 2017 Contents 1 Set Your Goals and Expectations 3 1.1 Introduction...............................................

More information

Lesson 15: Graphics. Introducing Computer Graphics. Computer Programming is Fun! Pixels. Coordinates

Lesson 15: Graphics. Introducing Computer Graphics. Computer Programming is Fun! Pixels. Coordinates Lesson 15: Graphics The purpose of this lesson is to prepare you with concepts and tools for writing interesting graphical programs. This lesson will cover the basic concepts of 2-D computer graphics in

More information

Power Supplies. Created by lady ada. Last updated on :46:14 PM UTC

Power Supplies. Created by lady ada. Last updated on :46:14 PM UTC Power Supplies Created by lady ada Last updated on 2017-12-27 09:46:14 PM UTC Guide Contents Guide Contents Overview What is a power supply? Why a power supply? Power supplies are all around you! AC/DC

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

occam on the Arduino Adam T. Sampson School of Computing, University of Kent Matt C. Jadud Department of Computer Science, Allegheny College

occam on the Arduino Adam T. Sampson School of Computing, University of Kent Matt C. Jadud Department of Computer Science, Allegheny College occam on the Arduino Adam T. Sampson School of Computing, University of Kent Matt C. Jadud Department of Computer Science, Allegheny College Christian L. Jacobsen Department of Computer Science, University

More information

SWR myths and mysteries.

SWR myths and mysteries. SWR myths and mysteries. By Andrew Barron ZL3DW September 2012 This article will explain some of the often misunderstood facts about antenna SWR at HF and uncover some popular misconceptions. The questions

More information

High Efficiency AC Input 8A 19V Laser Driver

High Efficiency AC Input 8A 19V Laser Driver Figure 1. Front View of the Figure 2. Top View of the FEATURES High efficiency: 70% Maximum output current: 8A Wide output voltage: 0V ~ 19V Wide input voltage: 100VAC ~ 240VAC High speed digital modulation:

More information

Chapter 4 Combinational Logic Circuits

Chapter 4 Combinational Logic Circuits Chapter 4 Combinational Logic Circuits Chapter 4 Objectives Selected areas covered in this chapter: Converting logic expressions to sum-of-products expressions. Boolean algebra and the Karnaugh map as

More information

Section 2 Lab Experiments

Section 2 Lab Experiments Section 2 Lab Experiments Section Overview This set of labs is provided as a means of learning and applying mechanical engineering concepts as taught in the mechanical engineering orientation course at

More information

Adding Realistic Camera Effects to the Computer Graphics Camera Model

Adding Realistic Camera Effects to the Computer Graphics Camera Model Adding Realistic Camera Effects to the Computer Graphics Camera Model Ryan Baltazar May 4, 2012 1 Introduction The camera model traditionally used in computer graphics is based on the camera obscura or

More information

Autodesk University Laser-Scanning Workflow Process for Chemical Plant Using ReCap and AutoCAD Plant 3D

Autodesk University Laser-Scanning Workflow Process for Chemical Plant Using ReCap and AutoCAD Plant 3D Autodesk University Laser-Scanning Workflow Process for Chemical Plant Using ReCap and AutoCAD Plant 3D LENNY LOUQUE: My name is Lenny Louque. I'm a senior piping and structural designer for H&K Engineering.

More information

Tri- State Consulting Co. Engineering 101 Project # 2 Catapult Design Group #

Tri- State Consulting Co. Engineering 101 Project # 2 Catapult Design Group # Tri- State Consulting Co. Engineering 101 Project # 2 Catapult Design Group # 8 12-03-02 Executive Summary The objective of our second project was to design and construct a catapult, which met certain

More information

Original Recipe. Flying in Squares Quilt by Melissa Corry

Original Recipe. Flying in Squares Quilt by Melissa Corry Original Recipe Flying in Squares Quilt by Melissa Corry Hello Moda Bake Shop fans!!! I am so excited to be back today to share a "high flying" tutorial with you all ;) I'm Melissa Corry and I normally

More information

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT Tyson K. Seto-Mook Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 INTRODUCTION A. Abstract CubeSat is a project that

More information

APPLICATION NOTE. Atmel AVR127: Understanding ADC Parameters. Atmel 8-bit Microcontroller. Features. Introduction

APPLICATION NOTE. Atmel AVR127: Understanding ADC Parameters. Atmel 8-bit Microcontroller. Features. Introduction APPLICATION NOTE Atmel AVR127: Understanding ADC Parameters Atmel 8-bit Microcontroller Features Getting introduced to ADC concepts Understanding various ADC parameters Understanding the effect of ADC

More information

RFID Systems: Radio Architecture

RFID Systems: Radio Architecture RFID Systems: Radio Architecture 1 A discussion of radio architecture and RFID. What are the critical pieces? Familiarity with how radio and especially RFID radios are designed will allow you to make correct

More information

Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp)

Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp) Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp) Objectives Become familiar with an Operational Amplifier (Op Amp) electronic device and it operation Learn several basic

More information

CSCI1600 Lab 4: Sound

CSCI1600 Lab 4: Sound CSCI1600 Lab 4: Sound November 1, 2017 1 Objectives By the end of this lab, you will: Connect a speaker and play a tone Use the speaker to play a simple melody Materials: We will be providing the parts

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

BEST PRACTICES COURSE WEEK 14 PART 2 Advanced Mouse Constraints and the Control Box

BEST PRACTICES COURSE WEEK 14 PART 2 Advanced Mouse Constraints and the Control Box BEST PRACTICES COURSE WEEK 14 PART 2 Advanced Mouse Constraints and the Control Box Copyright 2012 by Eric Bobrow, all rights reserved For more information about the Best Practices Course, visit http://www.acbestpractices.com

More information

John Duffyʼs Manual Mill Gadget. Build Instructions

John Duffyʼs Manual Mill Gadget. Build Instructions John Duffyʼs Manual Mill Gadget Build Instructions This mill can be assembled over a few days, and has up to 1/1000 th accuracy on X and Y, and about 1/100 th on Z. It costs around $50 for the physical

More information

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce

Capacitive Touch Sensing Tone Generator. Corey Cleveland and Eric Ponce Capacitive Touch Sensing Tone Generator Corey Cleveland and Eric Ponce Table of Contents Introduction Capacitive Sensing Overview Reference Oscillator Capacitive Grid Phase Detector Signal Transformer

More information

Standard single-purpose processors: Peripherals

Standard single-purpose processors: Peripherals 3-1 Chapter 3 Standard single-purpose processors: Peripherals 3.1 Introduction A single-purpose processor is a digital system intended to solve a specific computation task. The processor may be a standard

More information

Reference Manual. July theshotmarker.com

Reference Manual. July theshotmarker.com Reference Manual July 2018 theshotmarker.com 2 Access Point Sensor Hub Sensors (4) Brackets (4) Sensor cables (2 short, 2 medium, 2 long) Couplers (2) Antenna Antenna extension cable USB charging cable

More information

BME 194: Applied Circuits Lab 04: hysteresis

BME 194: Applied Circuits Lab 04: hysteresis BME 94: Applied Circuits Lab 04: hysteresis Kevin Karplus January 4, 203 Design Goal There are three parts to this lab: characterizing a Schmitt-trigger inverter. designing a hysteresis oscillator for

More information

Houngninou 2. Abstract

Houngninou 2. Abstract Houngninou 2 Abstract The project consists of designing and building a system that monitors the phase of two pulses A and B. Three colored LEDs are used to identify the phase comparison. When the rising

More information

Measuring Power Supply Switching Loss with an Oscilloscope

Measuring Power Supply Switching Loss with an Oscilloscope Measuring Power Supply Switching Loss with an Oscilloscope Our thanks to Tektronix for allowing us to reprint the following. Ideally, the switching device is either on or off like a light switch, and instantaneously

More information

In this lab, you ll build and program a meter that measures voltage, current, power, and energy at DC and AC.

In this lab, you ll build and program a meter that measures voltage, current, power, and energy at DC and AC. EE 155/255 Lab #2 Revision 1, October 5, 2017 Lab2: Energy Meter In this lab, you ll build and program a meter that measures voltage, current, power, and energy at DC and AC. Assigned: October 2, 2017

More information

Chapter 5: Signal conversion

Chapter 5: Signal conversion Chapter 5: Signal conversion Learning Objectives: At the end of this topic you will be able to: explain the need for signal conversion between analogue and digital form in communications and microprocessors

More information

Catapult Engineering

Catapult Engineering With support from Oxfordshire County Council, Science Oxford is pleased to present; Catapult Engineering The Physics of Siege Weapons STEM Club Resource Pack Introduction: Catapult engineering involves

More information

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report Date: 12/8/2009 Student Name: Sarfaraz Suleman TA s: Thomas Vermeer Mike Pridgen Instuctors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department of Electrical and Computer Engineering

More information

A brief extract from The Photolearn Model Portfolio tutorial

A brief extract from The Photolearn Model Portfolio tutorial A brief extract from The Photolearn Model Portfolio tutorial Our approach to this Tutorial Every kind of photography - and especially studio photography - seems to attract people who have an almost unlimited

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter EE283 Electrical Measurement Laboratory Laboratory Exercise #7: al Counter Objectives: 1. To familiarize students with sequential digital circuits. 2. To show how digital devices can be used for measurement

More information

Round and Round. - Circle Theorems 1: The Chord Theorem -

Round and Round. - Circle Theorems 1: The Chord Theorem - - Circle Theorems 1: The Chord Theorem - A Historic Note The main ideas about plane geometry were developed by Greek scholars during the period between 600 and 300 B.C.E. Euclid established a school of

More information

DATASHEET. SMT172 Preliminary. Features and Highlights. Application. Introduction

DATASHEET. SMT172 Preliminary. Features and Highlights. Application. Introduction DATASHEET V4.0 1/7 Features and Highlights World s most energy efficient temperature sensor Wide temperature range: -45 C to 130 C Extreme low noise: less than 0.001 C Low inaccuracy: 0.25 C (-10 C to

More information

Peach, Daisy, Rosalina Crown Tutorial Version August 2010 Martyn

Peach, Daisy, Rosalina Crown Tutorial Version August 2010 Martyn Peach, Daisy, Rosalina Crown Tutorial Version 1.0 - August 2010 Martyn 1) Creating the template Right, this isn't the most enjoyable part but it is required, get your calculator out we're going to do some

More information

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as BioE 1310 - Review 5 - Digital 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered

More information

BUILDING A VR VIEWER COMPLETE BUILD ASSEMBLY

BUILDING A VR VIEWER COMPLETE BUILD ASSEMBLY ACTIVITY 22: PAGE 1 ACTIVITY 22 BUILDING A VR VIEWER COMPLETE BUILD ASSEMBLY MATERIALS NEEDED One Rectangular Cardboard piece from 12-pack soda case Two round bi-convex lenses with a focal point of 45mm

More information

Piezo Kalimba. The initial objective of this project was to design and build an expressive handheld

Piezo Kalimba. The initial objective of this project was to design and build an expressive handheld Brian M c Laughlin EMID Project 2 Report 7 May 2014 Piezo Kalimba Design Goals The initial objective of this project was to design and build an expressive handheld electronic instrument that is modelled

More information

This experiment is under development and thus we appreciate any and all comments as we design an interesting and achievable set of goals.

This experiment is under development and thus we appreciate any and all comments as we design an interesting and achievable set of goals. Experiment 7 Geometrical Optics You will be introduced to ray optics and image formation in this experiment. We will use the optical rail, lenses, and the camera body to quantify image formation and magnification;

More information

8253 functions ( General overview )

8253 functions ( General overview ) What are these? The Intel 8253 and 8254 are Programmable Interval Timers (PITs), which perform timing and counting functions. They are found in all IBM PC compatibles. 82C54 which is a superset of the

More information

RGB strips.

RGB strips. http://www.didel.com/ info@didel.com www.didel.com/rgbstrips.pdf RGB strips There is now a big choice of strips of colored leds. They are supported by libraries for Arduino, Raspberry and ESP8266. We are

More information

Computer-Based Project on VLSI Design Co 3/7

Computer-Based Project on VLSI Design Co 3/7 Computer-Based Project on VLSI Design Co 3/7 Electrical Characterisation of CMOS Ring Oscillator This pamphlet describes a laboratory activity based on an integrated circuit originally designed and tested

More information

An E911 Location Method using Arbitrary Transmission Signals

An E911 Location Method using Arbitrary Transmission Signals An E911 Location Method using Arbitrary Transmission Signals Described herein is a new technology capable of locating a cell phone or other mobile communication device byway of already existing infrastructure.

More information

EE 109 Midterm Review

EE 109 Midterm Review EE 109 Midterm Review 1 2 Number Systems Computer use base 2 (binary) 0 and 1 Humans use base 10 (decimal) 0 to 9 Humans using computers: Base 16 (hexadecimal) 0 to 15 (0 to 9,A,B,C,D,E,F) Base 8 (octal)

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

Electronics. RC Filter, DC Supply, and 555

Electronics. RC Filter, DC Supply, and 555 Electronics RC Filter, DC Supply, and 555 0.1 Lab Ticket Each individual will write up his or her own Lab Report for this two-week experiment. You must also submit Lab Tickets individually. You are expected

More information