Coin Identification Using Eddy Currents

Size: px
Start display at page:

Download "Coin Identification Using Eddy Currents"

Transcription

1 Coin Identification Using Eddy Currents First Semester Report Full Report By Frank Lindauer Mohammad Alhusainan Momin Garrouch Prepared to partially fulfill the requirements for ECE401 Department of Electrical and Computer Engineering Colorado State University Fort Collins, Colorado Project advisor(s): Dr. George Collins Mr. Garrett Durland Approved by:

2 Abstract Coin fraud continues to be a problem for any industry that relies on automatic coin identification and processing such as vending machines, change machines, car washes, and public laundries. For example, acceptance of foreign currency, which may have a lower exchange rate, or worthless tokens or slugs, which have no value, directly impacts the bottom line of these business owners. Replacing the coin slots with debit or credit card readers may help to eliminate the coin fraud but also introduces additional security problems and cost (need access to data line or Wi-Fi connection) while limiting machine access to customers who have these cards. This project will demonstrate one of the many practical uses of eddy currents by designing, building, and testing a system that can identify the denomination of United States (US) coins based upon measured changes in the magnetic field caused by induced eddy current. These circular electric currents are induced within the metallic coins as they roll into the magnetic field produced by a permanent magnet. The induced eddy currents in turn produce a magnetic field that is opposite in direction to the field produced by the permanent magnets. These opposing forces work to slow the momentum of the coin as they continue to roll through the magnetic fields. By timing the coin as it passes through these magnetic fields, we can measure the effect that the induced eddy current has on the coin and in turn identify the denomination of the coin. We were expecting to see a distinct time separation between the coin denominations that would make the identification process easier; however, the actual data that we collected does not bear that out. There are overlaps in the timing intervals between all four coin types. Based upon the data results, our system would not be able to consistently identify the denomination of the coins correctly. As a result, we have proposed the following items to explore as solutions to this issue in the second semester: Reducing the friction of the acrylic guide rails to produce more consistent coin rolls and record more precise times. Replace the permanent magnets with electromagnets and integrate Hall Effect sensor and potentiometer to allow us to measure and control strength of magnetic field. A precisely tuned magnetic field would help us to measure the impact of the field on each coin denomination and find the best field strength to increase the separation intervals. Alter the angle of the demonstration ramp to determine the best angle that balances the influence of the electromagnetic field with the effect of gravity. We strongly believe that combining two or more of these proposed solutions will definitely resolve the issue.

3 Table of Contents Abstract... 2 Table of Contents... 3 List of Tables & Figures... 4 Chapter 1 Introduction... 5 Chapter 2 Summary of Previous Work... 7 Chapter 3 Project Details... 7 Objectives... 7 Constraints... 7 Coin Ramp... 7 Circuit Design... 9 Microcontroller Programming Testing Decisions, Procedures, and Results Chapter 4 Conclusions & Future Work Conclusion Next Semester Plans References Appendix A Abbreviations Appendix B Budget What was planned Donations Estimate for labor Total cost Funding Appendix C Project Plan Evolution Initial project timeline, submitted September 17, Revised project timeline, submitted October 8 th, Revised project timeline, submitted November 6 th, Acknowledgments... 28

4 List of Tables & Figures Table 1: Coin Timing Data by Denomination Table 2: Project Plans for Next Semester Table 3: Inexpensive Budget Table 4: Brand Name Budget Table 5: Realistic Budget Table 6: Project Budget Thus Far Table 7: Project Timeline Sept. 17, Table 8: Project Timeline Oct. 8, Table 9: Project Timeline Nov. 6, Figure 1: Coin Ramp with Circuit... 8 Figure 2: Close Up of Acrylic Guide Rails... 9 Figure 3: Connection from single photo interrupter to Arduino board Figure 4: Connections from two photo interrupters to Arduino board Figure 5: Photo interrupter Schematic [3] Figure 6: Quarter Timing Data Scatter Plot Figure 7: Dime Timing Data Scatter Plot Figure 8: Nickel Timing Runs Scatter Plot Figure 9: Penny Timing Data Scatter Plot Figure 10: All Denomination Timing Data Scatter Plot Figure 11: Standard Normal Curve for Quarter Figure 12: Pie Chart of Total Project Hours... 22

5 Chapter 1 Introduction Coin fraud continues to be a problem for any industry that relies on automatic coin identification and processing such as vending machines, change machines, car washes, and public laundries. For example, acceptance of foreign currency, which may have a lower exchange rate, or worthless tokens or slugs, which have no value, directly impacts the bottom line of these business owners. Replacing the coin slots with debit or credit card readers may help to eliminate the coin fraud but also introduces additional security problems and cost (need access to data line or Wi-Fi connection) while limiting machine access to customers who have these cards. The main theory behind our project is based on electromagnetics, specifically Faraday s Law of Induction and Lenz Law. Faraday s Law governs the interaction between a conductor and a magnetic field that produces an electromotive force otherwise known as electromagnetic induction [1]. The induction is equal to the negative rate of change in the magnetic flux relative to time. The equation for Faraday s Law is:. Lenz s Law states that an induced electromotive force always gives rise to a current whose magnetic field opposes the original change in magnetic flux [2]. His law basically added the negative sign in front of Faraday s Law of Induction. Eddy currents are used in a wide variety of applications throughout industry such as metal detectors, conductivity meters for non-magnetic metals, non-destructive testing, coating thickness measurements, proximity sensing and many others. This project will demonstrate one of the many practical uses of eddy currents by designing, building, and testing a system that can identify the denomination of United States (US) coins based upon measured changes in the magnetic field caused by induced eddy current. These circular electric currents are induced within the metallic coins as they roll into the magnetic field produced by a permanent magnet. The induced eddy currents in turn produce a magnetic field that is opposite in direction to the field produced by the permanent magnets. These opposing forces work to slow the momentum of the coin as they continue to roll through the magnetic fields. By timing the coin as it passes through these magnetic fields, we can measure the effect that the induced eddy current has on the coin and in turn identify the denomination of the coin. Our system design will consist of a display ramp that will channel the coin into a narrow chute that will guide the coin past two optical sensors, also known as photo-interrupters, and a magnetic field.

6 As the coin enters the ramp it will pass through a photo-interrupter. A photo-interrupter consists of a diode that emits a ray of light and a sensor that receives the ray of light. When the coin passes through the photo-interrupter it blocks the ray of light and records the time via the microcontroller. As the coin rolls down the ramp, it will pass through a static magnetic field generated by permanent magnets harvested from a hard disk drive. As the coin rolls through the magnetic field, the rotational motion of the metallic coin induces eddy currents on the surface of the coin. The eddy currents in turn induce a magnetic field that opposes the field of the permanent magnets thus slowing the momentum of the rolling coin. After the coin leaves the magnetic field, it will then pass through a second photo-interrupter which will record the stop time again via the micro-controller. The micro-controller measures how long the coin takes to pass through both photo-interrupters. Different types and amount of metals disturb the magnetic field in different ways, for instance, a larger coin contains more metal and therefore will disturb the field more than a smaller one. A quarter will disturb the magnetic field differently than a dime and will therefore take longer to roll down the ramp. By using the timing and magnetic field data, we can define an algorithm that will determine the denomination of the coin and will send that information to a liquid crystal display (LCD) screen displaying the identity of the coin as well as the time the coin took to roll the length of the ramp. We are expecting to see a distinct time separation between the coin denominations The use of different sensor types and different measurement parameters will make our detection and identification system more robust and less prone to error and reduces the risk of fraud. Another benefit of this system is its robustness, as it can successfully operate in harsh environments. Chapter 2 contains the summary of our research and interest into the background of our project. Chapter 3 contains the details of the work performed on the project broken down into major project components such as circuit design and data analysis. Chapter 3 also contains additional project information such as our overall project goals and constraints that we are working within. Chapter 4 contains our summary of the project for the first semester as well as our project plans for the second semester.

7 Chapter 2 Summary of Previous Work Vending machines have been around for a long time, lots of research has been done to improve the quality, size, and the inner working mechanisms of these machines. We are not expecting our project design to revolutionize the industry but we were intrigued by the operation of the coin identification mechanism and the engineering technology behind it. In particular, this video piqued our interest, How Stuff Works: Deconstructed Vending Machine. In short, we are using our senior design project as a learning experience versus an entrepreneurial endeavor. Chapter 3 Project Details Objectives Design, test, and build a coin ramp and use it to detect and identify different coins. Program microcontroller to linearize, offset, and scale data received from sensor. Integrate the sensor, LCD screen, and the micro-controller with the circuit. Build ramp display to demonstrate operation of coin identification system. Integrate the microcontroller to display type of the coin on the LCD. Constraints Our coin identification system will be designed to work only with US currency. Minimizing the power consumption of the electronics. Minimize physical size of electronics and circuitry in anticipation of small available space in commercial application. Overall project budget limited to $450.00, minimize per unit cost of electronics and circuitry. Coin Ramp The coin ramp is one of the primary parts of the design as it is used to demonstrate the operation of our coin identification system. We built it so we could perform consistently repeatable tests on the coin by rolling it down the ramp. The coin ramp is built from wooden materials with two parts of acrylic that work as a guide for the rolling coins. On the ramp we placed two rare earth permanent magnets on the outside middle section of the acrylic track to produce the magnetic field and two photo-interrupters to calculate the time it took the coin to pass through the ramp. Through the process of building the ramp we faced a few difficulties related to the physical operation of the ramp.

8 One such difficulty was finding the correct rolling angle and ramp height, because the steeper the ramp gets the less effect the magnetic field will have because the gravity effect will make the coin roll faster through the field. Through numerous field tests, we determined the best angle for the ramp that balanced the influence of the magnetic field while maintaining an angle that ensured the coins rolled the entire way to the bottom of the ramp. Magnets Photointerrupter Figure 1: Coin Ramp with Circuit Another difficulty that arose was with the acrylic guide rails on the ramp. The quarter, dime, nickel and penny are all different widths, with the nickel being the widest and the dime the narrowest. We were trying to provide as narrow of a guide as possible in order to limit the side to side movement of the coin as it rolled down the ramp. The less side to side movement the coin had, the more consistent the timing results would be. We encountered tests where the nickel would get stuck in the guide rails at various spots on its way down. We detached and reattached the guide rails many times to remove imperfections in the acrylic surfaces and to provide the proper spacing in between the guides to best accommodate all of the coins. As of now, the guide rails are wide enough to not inhibit the free rolling motion of the nickel but are not tight enough to keep the dime from moving from side to side. We are going to brainstorm about ways to improve the guide rails to produce more consistent timing results.

9 Acrylic Guide Rails for Coins Figure 2: Close Up of Acrylic Guide Rails A third difficulty was trying to physically attach the photo-interrupters to the ramp. The initial ramp was built with accommodations to mount the photo-interrupters on the extreme outer edges of the ramp. However, this would have required us to place or drop the coins into the guide track and we felt we needed a release mechanism that would provide us with consistently repeatable results and the overall design of the ramp was changed. The ramp was increased in length from about 2 feet to 2.5 feet to allow for placement of a release mechanism. The photo-interrupter that was to be placed on the upper end of the track was then placed a few inches from the end. A short section of guide track was added to the very top of the ramp, holes were drilled in the acrylic to allow a metal wire to be inserted which will act as a release gate. Circuit Design Circuit design in our project has passed by two phases. First of all, we had our Arduino board connected to one photo interrupter with two pull down resistors to get better readings as shown in the figure below:

10 Figure 3: Connection from single photo-interrupter to Arduino board In the second phase, we duplicated the components we had from the first circuit to get better readings and make it easier to hook it up to the Arduino board. Example of the circuit is in the figure below. Figure 4: Connections from two photo-interrupters to Arduino board Microcontroller Programming The microcontroller programming started with initializing the photo-interrupters and making them interact with the microcontroller. We used the 5v pin on the Arduino as the power pin for the photodiode and connected the other side to one of the digital pins, and the same for the transistor on the other side as shown in figure 5. Then we wrote some code that allowed the sensor to capture the time in milliseconds that when an object passed through the sensor. We were able to observe the photo-interrupter communicating with the controller through the serial monitor. When there is nothing passing through the photo interrupter we get a reading of a 1024 and when the coin passes through the sensor the reading changes to very low values.

11 Figure 5: Photo-interrupter Schematic [3] The second part of the programming was calculating the time difference between the two interrupts. We implemented it using a built-in function inherent to most of the Arduino boards called millis() [4], as this function starts a timer when we upload the code to the board. We used interrupt service routines (ISRs) to ensure that the time recorded by the microcontroller was as accurate as possible. It works by recording the time when the coin passes through the first interrupter and records the time through the second interrupter and then calculates the time difference between both the recorded times. For example, if the coin passed through the first photo-interrupter after 200 seconds of running the program and went through the second after 202 seconds which means that the coin took 2 seconds to pass through the ramp. Testing Decisions, Procedures, and Results The way we intend to program the controller to identify a rolled coin is by defining a unique roll time interval for each coin type within the code so that if a random coin is rolled and its roll time happens to fall in the range of one of the four coin types then the microcontroller will identify it as the coin it matched the range of. In order to define the time ranges for the four different coins, we tested ten different rolls for each coin and recorded the maximum (max) and the minimum (min) values for all coins which should define the time interval for each coin type. To further analyze our data, we calculated the mean and standard deviation values for the data of the different coins. Table 1 below lists all the data gathered for the four coin types and also shows the existence of time interval overlap between the following coins: Quarter & Dime Dime & Nickel Dime & Penny

12 Penny & Nickel Run # Quarter Time (s) Nickel Time (s) Dime Time (s) Penny Time (s) Min Max Mean Stand. Dev Time Range [MIN,MAX] [ ] [ ] [ ] [ ] Table 1: Coin Timing Data by Denomination This time overlap will create confusion within the microcontroller leading to false coin detection in a sense that it would be possible for the microcontroller to read a Quarter as a Dime and vice versa. Figures 6 through 9 below show the scatter plots for each of the four coin types.

13 Figure 6: Quarter Timing Data Scatter Plot Figure 7: Dime Timing Data Scatter Plot

14 Nickel Figure 8: Nickel Timing Runs Scatter Plot Figure 9: Penny Timing Data Scatter Plot We finally plot all gathered data for the four different coin types on one graph to check whether the min and max interval of the coins overlap or not. Unfortunately it turns out that an overlap exists between multiple coin types. You can see the results in Figure 10 below.

15 Nickel Figure 10: All Denomination Timing Data Scatter Plot We believe that this time overlap issue is a result of the high standard deviation values for the different coins. Lowering these standard deviation values of each coin is the key to tackling this issue especially knowing that each coin type has a unique mean value as seen in Table 1. Fig 11 below shows the standard normal curve of the Quarter data. Since the probability of having a reading within one standard deviation from the mean is 68.3%, decreasing the standard deviation will force readings to have greater probability of lying closer to the mean value, therefore leading to more accurate results. Improving the accuracy of our readings will result in smaller differences in the Min and Max values of each coin. Throughout the data gathering process, we noticed that when the coins roll down in the ramp they randomly get slowed down at some points. After closely examining our ramp structure, we notice that the acrylic surface is actually rougher than we thought it would be. This eventually results in a friction force exerted on the coin whenever it comes into contact with the acrylic s surface. We believe that smoothing out the acrylic s surface would significantly reduce the standard deviation for each coin to the point where the min and max values would be close enough to the mean values to provide us with unique time ranges for each coin.

16 Figure 11: Standard Normal Curve for Quarter Chapter 4 Conclusions & Future Work Conclusion Although the coin ramp mechanism we built is not fully functioning as it should due to the time overlap between the coins, we re highly confident that a combination of the following proposals would help to solve the problem The first alternative solution would be placing a stronger magnet on the ramp to possibly to further slowdown the coins. Each coin has a different metal composition therefore each coin would be slowed down at a different rate. Other factors might affect this as well such as weight and size of the coin. The second alternative solution suggests changing the ramp s angle to rely on the coins different sizes and weights to possibly solve the problem. We strongly believe that combining two or more of these suggested solutions would definitely solve the issue and would leave no chance for doubt. Next Semester Plans

17 At this point, we consider the project to be half way done. As for next semester, we intend to work on solving the coin overlapping issue and adding programming the LCD to display output on the screen. We will also use next semester to integrate an electromagnet to our mechanism which will involve a potentiometer to vary the magnetic field strength. Further programming will be made to the microcontroller to display the magnetic field strength on the LCD screen. Our team will be more than happy to work on adding more features to our mechanism if we manage to finish the required work ahead of time. Table 2 briefly summarizes the required work for next semester as well as possible additions if time allows. Required work Get unique time interval for each coin type Program Arduino board to display coin type and total roll down time Use an electromagnet and Integrate potentiometer to vary the magnetic field Integrate a Hall Effect sensor Possible Additives Etch circuit on circuit board Mechanically sort coins into different bins Make system compatible with other foreign coins Involve a high proximity sensor to possibly detect coin composition Further Program the microcontroller to display magnetic field strength on the LCD Table 2: Project Plans for Next Semester Despite the hard work and challenges we faced with the project up till now, our team has never been more eager and enthusiastic about making this project fully functioning by next semester. We are fully aware of the challenges that await us for next semester and we re looking forward to facing them.

18 References [1] "Faraday's Law of Induction," [Online]. Available: [2] "Lenz's Law," [Online]. Available: [3] "Utopia Mechanicus," [Online]. Available: interruptor slotted optical switch/. [4] "Arduino Millis Function," [Online]. Available:

19 Appendix A Abbreviations Wi-Fi US LCD USB PC ECE CSU Local area wireless internet technology United States Liquid Crystal Display Universal Serial Bus Personal Computer Electrical and Computer Engineering Colorado State University

20 Appendix B Budget What was planned The preliminary studies made on the budget at the beginning of the semester ended up being more overpriced comparing to what we ended up paying to this point. When it comes to buying any product, there is always a tradeoff between price versus quality. The common idea that priced products usually provide better quality than cheaper ones is mostly true. Electrical appliances is one of the best examples to prove the idea right where more expensive products are usually more durable, reliable, and even more efficient when comparing them to cheaper ones. We believe that finding the right balance between price and quality is the key when it comes to making the right product decisions and potentially avoid extra costs due to failures that will increase the overall project cost. In order to maintain a low project cost while maintaining good project quality, we made sure to extensively study each component individually before we actually proceeded in buying it. As part of our planning our budget, we went ahead and compared our expected budget while using the cheapest components off the market versus the expected budget while using very expensive component as shown in table A.1 and A.2 respectively. Results for both budgets we re very different as expected and the two budget models are not what we want to be ending up with. As mentioned earlier we looked for the best balance that would fit our needs. The initial project budget we came up with at the beginning of the semester is shown in Table A.3. We all agreed to the fact that this budget plan is tentative and is flexible to any changes that we might face throughout the project. As we initially expected, changes did indeed come up during the course of the project which ended up shaping our budget as well as the total cost of the project differently. Some of these changes were due to project decision changes and others were a result of part failure. Donations also had some minor impact on our budget which will be discussed later on. The only decision related changes made were regarding the LCD where we initially intended to buy a Chinese manufactured 16x2 LCD which was Arduino compatible, until our industry supervisor suggested buying the Sparkfun 16x2 LCD which he thought would be more reliable based on his experience. As stated earlier, part failure also had an impact on our total cost due to bad decision making. The decision of buying a fairly cheap generic Arduino board turned out to be not very successful since the board s USB port failed to work after 2 weeks of use only. We ended up buying another Nano board which was almost $10 more expensive.

21 Table 3: Inexpensive Budget Table 4: Brand Name Budget Table 5: Realistic Budget Donations Run PC Computers and Repair was very kind to donate one of their unused hard drive magnets to our project. They were very cooperative and they also offered to donate more parts if needed. The donated magnet was worth $7. We used the donated hard drive to replace the need of buying magnetic cores which helped in lowering the total project cost in a small factor. Estimate for labor The total hours per person spent on this project up to this point are expected to be around 156 hours. The breakdown of the total hours is as follows: 70 hours were spent on research 16 hours were spent on building and reconfiguring the ramp 18 hours were spent on building the circuit and connecting all hardware (i.e. sensors, LCD, microcontroller, magnets) 17 hours spent on hardware testing 35 Hours were spent on programming the microprocessor

22 Hours Research 22% 45% Building Ramp Circuit and Hardware connections 11% Hardware testing 12% 10% Programming Figure 12: Pie Chart of Total Project Hours The total project cost was not affected by the labor hours since we re the project owners and we re serving our own project without hiring anyone else to do any labor or non-labor task. Total cost After taking the incurred losses as well as donations and plan changes into consideration, the new project total can be calculated as shown in the spreadsheet in Table 4 below. The total amount paid at this point totaled $123 including incurred losses from the first microcontroller. The spreadsheet also shows the second semester as well as the total expected project cost which turned out to be $29 and $ respectively.

23 Table 6: Project Budget Thus Far Funding We re currently funding our project through the ECE student project fund which assigns $150 for each student working on ECE senior design project. Payments were initially made out of our pockets but we re currently in the process of getting our refund through the ECE department at CSU.

24 Appendix C Project Plan Evolution Initial project timeline, submitted September 17, 2014 Phases Start End Group Member Duration Date date (Fall Semester Plan) 9/17/14 10/8/14 Mohammad 3weeks Phase 1: Develop design parameters, and design the eddy current sensor. Model it using Pspice or cadence. Phase 2(a): Build the self-oscillating circuit 10/8/14 10/29/14 Momin 3weeks Phase 2(b): Build a prototype of the eddy current sensor. 10/29/14 11/12/14 Frank 2week Phase 2(c): measure the prototypes 11/12/14 11/19/14 Mohammad 1weeks electrical properties Phase 3(a): build an improved prototype and 11/19/14 12/3/14 Momin 2weeks measure its properties Phase 3(b): Preparing final report and 11/26/14 12/10/14 Mohammad, 2weeks presentation. Frank, Momin (Spring Semester Plan) Phase 4: connect oscillating circuit to a micro controller, and LCD screen 1/20/15 1/27/15 Frank 1week Phase 5: program the micro-controller to 1/27/15 2/17/15 Mohammad 3weeks display the distance of the metallic object on the LCD or on the PC screen Phase 6: measure power consumption and 2/17/15 3/3/15 Momin 2weeks the power of noise observed on the system by using the oscilloscope. Phase 7:Gather data and make table summarize the performance of the eddy current sensor 3/3/15 3/24/15 Frank 3weeks Phase 8: Preparing final report and 3/24/15 4/14/15 Mohammad, 3weeks presentation, E-day preparation. Frank, Momin Table 7: Project Timeline - Sept. 17, 2014

25 Revised project timeline, submitted October 8 th, 2014 Phases Start Date End date Group Member (Fall Semester Plan) 8/25/14 9/17/14 Frank, Phase 0: Project research and background. Mohammad, Phase 1: Develop design parameters, and design the eddy current sensor. Model it using Pspice or cadence. Duration 3 weeks Momin 9/17/14 10/8/14 Mohammad 3weeks Phase 2(a): Build the self-oscillating circuit 10/8/14 10/29/14 Momin 3weeks Phase 2(b): Build a prototype of the eddy current sensor. 10/29/14 11/12/14 Frank 2week Phase 2(c): measure the prototypes 11/12/14 11/19/14 Mohammad 1weeks electrical properties Phase 3(a): build an improved prototype and 11/19/14 12/3/14 Momin 2weeks measure its properties Phase 3(b): Preparing final report and 11/26/14 12/10/14 Mohammad, 2weeks presentation. Frank, Momin (Spring Semester Plan) Phase 4: connect oscillating circuit to a micro controller, and LCD screen 1/20/15 1/27/15 Frank 1week Phase 5: program the micro-controller to display the distance of the metallic object on the LCD or on the PC screen Phase 6: measure power consumption and the power of noise observed on the system by using the oscilloscope. Phase 7:Gather data and make table summarize the performance of the eddy current sensor Phase 8: Preparing final report and presentation, E-day preparation. Table 8: Project Timeline - Oct. 8, /27/15 2/17/15 Mohammad 3weeks 2/17/15 3/3/15 Momin 2weeks 3/3/15 3/24/15 Frank 3weeks 3/24/15 4/14/15 Mohammad, Frank, Momin 3weeks

26 Revised project timeline, submitted November 6 th, 2014 Phases Start Date End date Group Member (Fall Semester Plan) 8/25/14 9/17/14 Frank, Mohammad, Phase 0: Project research and Momin background. Duration 3 weeks Phase 1: Develop design parameters for coin id system and necessary sensors. Phase 2(a): Build the selfoscillating circuit. Phase 2(b): Build a physical coin ramp. Phase 2(c): Build circuit and establish software connection between photo interrupter and micro-controller. Phase 3(a): Coding interrupt service routine to implement timers with photo interrupts. Phase 3(b): Initial testing of entire system with implementation of sensors and permanent magnet. (Note: This may carry over to the second semester depending on the time we have) Phase 4: Preparing end of semester report and presentation. 9/17/14 10/8/14 Mohammad, Momin, Frank 3 weeks 10/8/14 10/29/14 Momin 3 weeks 10/29/14 11/12/14 Frank 2 weeks 10/29/14 11/9/14 Mohammad,Momin 1.5 weeks 11/9/14 11/23/14 Mohammad,Momin,Frank 2 weeks 11/23/14 12/10/14 Mohammad, Frank, Momin 12/1/14 12/12/14 Mohammad, Frank, Momin 2.5 weeks 1.5 weeks (Spring Semester Plan) Phase 5: Program micro-controller to display coin rolling time on LCD screen. Phase 6: Integrate Hall Effect sensor with system. Phase 7: Program micro-controller to display magnetic field strength on LCD. Phase 8: Test system with Hall Effect sensor in place. Collect data on field strength. Phase 9: Modify circuit to integrate potentiometer, use to vary the magnetic field. 1/20/15 2/3/15 Frank, Mohammad 2 weeks 1/26/15 2/16/15 Momin 3 weeks 2/3/15 2/24/15 Frank, Mohammad 3 weeks 2/17/15 2/24/15 Mohammad, Frank, Momin 1 week 2/24/15 3/10/15 Mohammad, Frank 2 weeks Phase 10: Test system with 3/3/15 3/10/15 Momin 1 week

27 potentiometer in place. Collect data with variable field strength. Measure power consumption and the noise observed on the system. Phase 11: Gather data ; summarize 3/10/15 3/31/15 Frank, Mohammad, the performance of our system. Momin Phase 12: Prepare final report and 3/31/15 4/21/15 Mohammad, Frank, presentation, E-day preparation. Momin Table 9: Project Timeline - Nov. 6, weeks 3 weeks

28 Acknowledgments We would like to extend our thanks to our Faculty Sponsor, Dr. George Collins, our Industry Advisor, Mr. Garrett Durland, and our Senior Design Professor, Olivera Notaros for their advice, guidance, support, and constructive criticism throughout the course of this project. We would also like to thank Josh Olson for lending us his Arduino Uno board after our Nano board burned out.

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

Design and Fabrication of an Efficient Extreme Ultraviolet Beam Splitter

Design and Fabrication of an Efficient Extreme Ultraviolet Beam Splitter EUV Beam Splitter 1 Design and Fabrication of an Efficient Extreme Ultraviolet Beam Splitter First Semester Report Full Report By: Andrew Wiley Maram Alfaraj Prepared to partially fulfill the requirements

More information

Oscillator/Demodulator to Fit on Flexible PCB

Oscillator/Demodulator to Fit on Flexible PCB Oscillator/Demodulator to Fit on Flexible PCB ECE 4901 Senior Design I Team 181 Fall 2013 Final Report Team Members: Ryan Williams (EE) Damon Soto (EE) Jonathan Wolff (EE) Jason Meyer (EE) Faculty Advisor:

More information

End-of-Chapter Exercises

End-of-Chapter Exercises End-of-Chapter Exercises Exercises 1 12 are primarily conceptual questions designed to see whether you understand the main concepts of the chapter. 1. The four areas in Figure 20.34 are in a magnetic field.

More information

Handheld Gaussmeter. Robert Ito Michael Wong Faculty Advisor Professor Henry Lee Graduate Student Mentor Owen Finch

Handheld Gaussmeter. Robert Ito Michael Wong Faculty Advisor Professor Henry Lee Graduate Student Mentor Owen Finch Handheld Gaussmeter Robert Ito Michael Wong Faculty Advisor Professor Henry Lee Graduate Student Mentor Owen Finch Table of Contents I. Introduction II. Background Hall Sensor III. Design Objectives Hall

More information

Electromagnetic Can Crusher Victoria Meadows and Matthew Kundrock Advisor: Dr. Gore. Introduction

Electromagnetic Can Crusher Victoria Meadows and Matthew Kundrock Advisor: Dr. Gore. Introduction Electromagnetic Can Crusher Victoria Meadows and Matthew Kundrock Advisor: Dr. Gore Introduction Our Capstone Project was to build an Electromagnetic Can Crusher, a device that will crush an aluminum can

More information

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM Pankaj Chitte 1, Vikas Gujar 2, Sarang Mahajan 3, Savita Shete 4 1 Professor, Electronics Engg. Pravara Rural Engg. College, Loni,

More information

Visible Light Communication-based Indoor Positioning with Mobile Devices

Visible Light Communication-based Indoor Positioning with Mobile Devices Visible Light Communication-based Indoor Positioning with Mobile Devices Author: Zsolczai Viktor Introduction With the spreading of high power LED lighting fixtures, there is a growing interest in communication

More information

Design of the Diffuse Optical Tomography Device

Design of the Diffuse Optical Tomography Device Design of the Diffuse Optical Tomography Device A thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Science degree in Physics from the College of William and Mary

More information

Electronic Speed Controls and RC Motors

Electronic Speed Controls and RC Motors Electronic Speed Controls and RC Motors ESC Power Control Modern electronic speed controls regulate the electric power applied to an electric motor by rapidly switching the power on and off using power

More information

Application Note. Communication between arduino and IMU Software capturing the data

Application Note. Communication between arduino and IMU Software capturing the data Application Note Communication between arduino and IMU Software capturing the data ECE 480 Team 8 Chenli Yuan Presentation Prep Date: April 8, 2013 Executive Summary In summary, this application note is

More information

Design and Implement of a Frequency Response Analysis System

Design and Implement of a Frequency Response Analysis System University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Design and Implement of a Frequency Response Analysis System by Group 02 Alan Mark Naima

More information

FOR the wireless sensor network (WSN), one of the most

FOR the wireless sensor network (WSN), one of the most , March 16-18, 2016, Hong Kong Applying Sensor Node with Zero Standby Power to Door Monitor Akira Yamawaki and Seiichi Serikawa Abstract For the wireless sensor network (WSN), one of the most significant

More information

Study on monitoring technology of aircraft engine based on vibration and oil

Study on monitoring technology of aircraft engine based on vibration and oil Study on monitoring technology of aircraft engine based on vibration and oil More info about this article: http://www.ndt.net/?id=21987 Junming LIN 1, Libo CHEN 2 1 Eddysun(Xiamen)Electronic Co., Ltd,

More information

Department of Electrical and Electronic Engineering School of Engineering and Computer Science BRAC University

Department of Electrical and Electronic Engineering School of Engineering and Computer Science BRAC University Department of Electrical and Electronic Engineering School of Engineering and Computer Science BRAC University Undergraduate Program Bachelor of Science in Electrical and Electronic Engineering Semester:

More information

Single-phase Variable Frequency Switch Gear

Single-phase Variable Frequency Switch Gear Single-phase Variable Frequency Switch Gear Eric Motyl, Leslie Zeman Advisor: Professor Steven Gutschlag Department of Electrical and Computer Engineering Bradley University, Peoria, IL October 15, 2015

More information

Sweep / Function Generator User Guide

Sweep / Function Generator User Guide I. Overview Sweep / Function Generator User Guide The Sweep/Function Generator as developed by L. J. Haskell was designed and built as a multi-functional test device to help radio hobbyists align antique

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

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Abstract Several types

More information

Curriculum. Technology Education ELECTRONICS

Curriculum. Technology Education ELECTRONICS Curriculum Technology Education ELECTRONICS Supports Academic Learning Expectation # 3 Students and graduates of Ledyard High School will employ problem-solving skills effectively Approved by Instructional

More information

1393 DISPLACEMENT SENSORS

1393 DISPLACEMENT SENSORS 1393 DISPLACEMENT SENSORS INTRODUCTION While regular sensors detect the existence of objects, displacement sensors detect the amount of displacement when objects move from one position to another. Detecting

More information

Beam Position Monitor for a Particle Accelerator Final Report Spring Full Report. by Mona Elkady Andrew Noble

Beam Position Monitor for a Particle Accelerator Final Report Spring Full Report. by Mona Elkady Andrew Noble Beam Position Monitor for a Particle Accelerator Final Report Spring 2015 Full Report by Mona Elkady Andrew Noble Prepared to partially fulfill the requirements for ECE 402 Department of Electrical and

More information

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG This thesis

More information

Photometer System Mar 8, 2009

Photometer System Mar 8, 2009 John Menke 22500 Old Hundred Rd Barnesville, MD 20838 301-407-2224 john@menkescientific.com Photometer System Mar 8, 2009 Description This paper describes construction and testing of a photometer for fast

More information

ZX Distance and Gesture Sensor Hookup Guide

ZX Distance and Gesture Sensor Hookup Guide Page 1 of 13 ZX Distance and Gesture Sensor Hookup Guide Introduction The ZX Distance and Gesture Sensor is a collaboration product with XYZ Interactive. The very smart people at XYZ Interactive have created

More information

Munti-Coin Acceptor / Validator RS232 Serial Communication Protocol & Pulses Output

Munti-Coin Acceptor / Validator RS232 Serial Communication Protocol & Pulses Output Munti-Coin Acceptor / Validator RS232 Serial Communication Protocol & Pulses Output Technical Manual May 20, 2015 Version: 01 Model: CX-363CA v.1 Used on: SMOVE/Poland *attached to face plate A *attached

More information

SPS Chapter Research Award Interim Report

SPS Chapter Research Award Interim Report SPS Chapter Research Award Interim Report Project Title Name of School Construction of a Watt Balance to Redefine the Kilogram University of Maryland, College Park SPS Chapter Number 4155 Total Amount

More information

DESIGN OF MAGNETIC LEVITATION DEMONSTRATION APPARTUS

DESIGN OF MAGNETIC LEVITATION DEMONSTRATION APPARTUS TEAM 11 WINTER TERM PRESENTATION DESIGN OF MAGNETIC LEVITATION DEMONSTRATION APPARTUS Fuyuan Lin, Marlon McCombie, Ajay Puppala Xiaodong Wang Supervisor: Dr. Robert Bauer Dept. of Mechanical Engineering,

More information

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

GT THE USE OF EDDY CURRENT SENSORS FOR THE MEASUREMENT OF ROTOR BLADE TIP TIMING: DEVELOPMENT OF A NEW METHOD BASED ON INTEGRATION

GT THE USE OF EDDY CURRENT SENSORS FOR THE MEASUREMENT OF ROTOR BLADE TIP TIMING: DEVELOPMENT OF A NEW METHOD BASED ON INTEGRATION Proceedings of ASME Turbo Expo 2016 GT2016 June 13-17, 2016, Seoul, South Korea GT2016-57368 THE USE OF EDDY CURRENT SENSORS FOR THE MEASUREMENT OF ROTOR BLADE TIP TIMING: DEVELOPMENT OF A NEW METHOD BASED

More information

ARDUINO-BASED TEMPERATURE MONITOR- ING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH BIN CHE MANAF UNIVERSITI MALAYSIA PAHANG

ARDUINO-BASED TEMPERATURE MONITOR- ING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH BIN CHE MANAF UNIVERSITI MALAYSIA PAHANG ARDUINO-BASED TEMPERATURE MONITOR- ING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH BIN CHE MANAF UNIVERSITI MALAYSIA PAHANG ii ARDUINO-BASED TEMPERATURE MONITORING AND CONTROL VIA CAN BUS MOHAMMAD HUZAIFAH

More information

Separately Excited DC Motor for Electric Vehicle Controller Design Yulan Qi

Separately Excited DC Motor for Electric Vehicle Controller Design Yulan Qi 6th International Conference on Sensor etwork and Computer Engineering (ICSCE 2016) Separately Excited DC Motor for Electric Vehicle Controller Design ulan Qi Wuhan Textile University, Wuhan, China Keywords:

More information

ARDUINO BASED WATER LEVEL MONITOR- ING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN TUAN ISMAIL UNIVERSITI MALAYSIA PAHANG

ARDUINO BASED WATER LEVEL MONITOR- ING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN TUAN ISMAIL UNIVERSITI MALAYSIA PAHANG ARDUINO BASED WATER LEVEL MONITOR- ING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN TUAN ISMAIL UNIVERSITI MALAYSIA PAHANG ARDUINO BASED WATER LEVEL MONITORING AND CONTROL VIA CAN BUS TUAN ABU BAKAR BIN

More information

Figure 4.1 Vector representation of magnetic field.

Figure 4.1 Vector representation of magnetic field. Chapter 4 Design of Vector Magnetic Field Sensor System 4.1 3-Dimensional Vector Field Representation The vector magnetic field is represented as a combination of three components along the Cartesian coordinate

More information

9 Feedback and Control

9 Feedback and Control 9 Feedback and Control Due date: Tuesday, October 20 (midnight) Reading: none An important application of analog electronics, particularly in physics research, is the servomechanical control system. Here

More information

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut

More information

Levitator. Coil. Magnets.

Levitator. Coil. Magnets. Levitator Coil The coil is wound on a ¾ inch bolt, with the coil length and outer diameter of 3.0 inches and 2.6 inches. The coil is wound overlapping the turns (not close fit, which is nearly impossible

More information

Re: ENSC 370 Project Gerbil Process Report

Re: ENSC 370 Project Gerbil Process Report Simon Fraser University Burnaby, BC V5A 1S6 trac-tech@sfu.ca April 30, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370 Project Gerbil Process

More information

Exercise 1. Basic PWM DC Motor Drive EXERCISE OBJECTIVE DISCUSSION OUTLINE. Block diagram of a basic PWM dc motor drive DISCUSSION

Exercise 1. Basic PWM DC Motor Drive EXERCISE OBJECTIVE DISCUSSION OUTLINE. Block diagram of a basic PWM dc motor drive DISCUSSION Exercise 1 Basic PWM DC Motor Drive EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the most basic type of PWM dc motor drive: the buck chopper dc motor drive. You will

More information

Intelligent and Flexible Monitor Circuits Detect & Record Load Profiles and Fault Events All Distribution Voltages All Conductor Types

Intelligent and Flexible Monitor Circuits Detect & Record Load Profiles and Fault Events All Distribution Voltages All Conductor Types IQ Insulator Self-powered Line Sensor & Insulator with Wireless Communications Monitor System Performance & Reliability Load Profiling and Fault Recording & Indication Intelligent and Flexible Monitor

More information

Details of LCD s and their methods used

Details of LCD s and their methods used Details of LCD s and their methods used The LCD stands for Liquid Crystal Diode are one of the most fascinating material systems in nature, having properties of liquids as well as of a solid crystal. The

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 2 BASIC CIRCUIT ELEMENTS OBJECTIVES The purpose of this experiment is to familiarize the student with

More information

How to Select the Right Positioning Sensor Solution A WHITE PAPER

How to Select the Right Positioning Sensor Solution A WHITE PAPER How to Select the Right Positioning Sensor Solution A WHITE PAPER Published 10/1/2012 Today s machinery and equipment are continuously evolving, designed to enhance efficiency and built to withstand harsher

More information

Optimization of the LCLS Single Pulse Shutter

Optimization of the LCLS Single Pulse Shutter SLAC-TN-10-002 Optimization of the LCLS Single Pulse Shutter Solomon Adera Office of Science, Science Undergraduate Laboratory Internship (SULI) Program Georgia Institute of Technology, Atlanta Stanford

More information

Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control.

Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control. Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control. Dr. Tom Flint, Analog Devices, Inc. Abstract In this paper we consider the sensorless control of two types of high efficiency electric

More information

PhD Student Mentoring Committee Department of Electrical and Computer Engineering Rutgers, The State University of New Jersey

PhD Student Mentoring Committee Department of Electrical and Computer Engineering Rutgers, The State University of New Jersey PhD Student Mentoring Committee Department of Electrical and Computer Engineering Rutgers, The State University of New Jersey Some Mentoring Advice for PhD Students In completing a PhD program, your most

More information

Basic Electronics Learning by doing Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras

Basic Electronics Learning by doing Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Basic Electronics Learning by doing Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Lecture 38 Unit junction Transistor (UJT) (Characteristics, UJT Relaxation oscillator,

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

EC-5 MAGNETIC INDUCTION

EC-5 MAGNETIC INDUCTION EC-5 MAGNETIC INDUCTION If an object is placed in a changing magnetic field, or if an object is moving in a non-uniform magnetic field in such a way that it experiences a changing magnetic field, a voltage

More information

Technician License. Course

Technician License. Course Technician License Course Technician License Course Chapter 4 Lesson Plan Module - 9 Antenna Fundamentals Feed Lines & SWR The Antenna System The Antenna System Antenna: Transforms current into radio waves

More information

A RANGE-STANDARD MODULAR VALIDATOR

A RANGE-STANDARD MODULAR VALIDATOR A RANGE-STANDARD MODULAR VALIDATOR Azkoyen 10042 UK 06-2004 1. INTRODUCTION AND DESCRIPTION OF COMPONENTS This Technical Manual contains the technical information related to the coin validators in the

More information

D102. Damped Mechanical Oscillator

D102. Damped Mechanical Oscillator D10. Damped Mechanical Oscillator Aim: design and writing an application for investigation of a damped mechanical oscillator Measurements of free oscillations of a damped oscillator Measurements of forced

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 2, February -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 SIMULATION

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

Faraday's Law. Objective: In today's experiment you will investigate electromagnetic induction and determine the factors that affect it.

Faraday's Law. Objective: In today's experiment you will investigate electromagnetic induction and determine the factors that affect it. Faraday's Law 1 Objective: In today's experiment you will investigate electromagnetic induction and determine the factors that affect it. Theory: The phenomenon of electromagnetic induction was first studied

More information

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY J. C. Álvarez, J. Lamas, A. J. López, A. Ramil Universidade da Coruña (SPAIN) carlos.alvarez@udc.es, jlamas@udc.es, ana.xesus.lopez@udc.es,

More information

Proposal Smart Vision Sensors for Entomologically Inspired Micro Aerial Vehicles Daniel Black. Advisor: Dr. Reid Harrison

Proposal Smart Vision Sensors for Entomologically Inspired Micro Aerial Vehicles Daniel Black. Advisor: Dr. Reid Harrison Proposal Smart Vision Sensors for Entomologically Inspired Micro Aerial Vehicles Daniel Black Advisor: Dr. Reid Harrison Introduction Impressive digital imaging technology has become commonplace in our

More information

APDS-9960 RGB and Gesture Sensor Hookup Guide

APDS-9960 RGB and Gesture Sensor Hookup Guide Page 1 of 12 APDS-9960 RGB and Gesture Sensor Hookup Guide Introduction Touchless gestures are the new frontier in the world of human-machine interfaces. By swiping your hand over a sensor, you can control

More information

Motors and Servos Part 2: DC Motors

Motors and Servos Part 2: DC Motors Motors and Servos Part 2: DC Motors Back to Motors After a brief excursion into serial communication last week, we are returning to DC motors this week. As you recall, we have already worked with servos

More information

// Parts of a Multimeter

// Parts of a Multimeter Using a Multimeter // Parts of a Multimeter Often you will have to use a multimeter for troubleshooting a circuit, testing components, materials or the occasional worksheet. This section will cover how

More information

10 GHz Microwave Link

10 GHz Microwave Link 10 GHz Microwave Link Project Project Objectives System System Functionality Testing Testing Procedures Cautions and Warnings Problems Encountered Recommendations Conclusion PROJECT OBJECTIVES Implement

More information

Voltage Controlled SAW Oscillator Mechanical Shock Compensator

Voltage Controlled SAW Oscillator Mechanical Shock Compensator Voltage Controlled SAW Oscillator Mechanical Shock Compensator ECE 4901 - Senior Design I Fall 2012 Project Proposal ECE Project Members: Joseph Hiltz-Maher Max Madore Shalin Shah Shaun Hew Faculty Advisor:

More information

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST:

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST: Demon Pumpkin This is a lab guide for creating your own simple animatronic pumpkin. This project encourages students and makers to innovate upon the base design to add their own personal touches. APPROXIMATE

More information

Optical Attenuation Sensor for Process Control

Optical Attenuation Sensor for Process Control Optical Attenuation Sensor for Process Control Senior Project Final Report Eric Borisch Jeremy Protas Scott Ruppert Christopher Spiek EEAP 398/399 April 16, 1999 Advisor: Dr. Frank Merat Executive Summary

More information

Project Name: SpyBot

Project Name: SpyBot EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 23, 2013 Project Name: SpyBot Team Members: Name: Josh Kurland Name: Parker Karaus Email: joshkrlnd@gmail.com Email: pbkaraus@ufl.edu

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Shaft encoders are digital transducers that are used for measuring angular displacements and angular velocities.

Shaft encoders are digital transducers that are used for measuring angular displacements and angular velocities. Shaft Encoders: Shaft encoders are digital transducers that are used for measuring angular displacements and angular velocities. Encoder Types: Shaft encoders can be classified into two categories depending

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

There is a twenty db improvement in the reflection measurements when the port match errors are removed.

There is a twenty db improvement in the reflection measurements when the port match errors are removed. ABSTRACT Many improvements have occurred in microwave error correction techniques the past few years. The various error sources which degrade calibration accuracy is better understood. Standards have been

More information

Lab 1. Resonance and Wireless Energy Transfer Physics Enhancement Programme Department of Physics, Hong Kong Baptist University

Lab 1. Resonance and Wireless Energy Transfer Physics Enhancement Programme Department of Physics, Hong Kong Baptist University Lab 1. Resonance and Wireless Energy Transfer Physics Enhancement Programme Department of Physics, Hong Kong Baptist University 1. OBJECTIVES Introduction to the concept of resonance Observing resonance

More information

ARDUINO / GENUINO. start as professional. short course in a book. faculty of engineering technology

ARDUINO / GENUINO. start as professional. short course in a book. faculty of engineering technology ARDUINO / GENUINO start as professional short course in a book faculty of engineering technology Publisher Universiti Malaysia Pahang Kuantan 2017 Copyright Universiti Malaysia Pahang, 2017 First Published,

More information

Metal Detector. Student Lab Guide. Engineering Teaching Laboratory. Lab Partner(s)

Metal Detector. Student Lab Guide. Engineering Teaching Laboratory. Lab Partner(s) Metal Detector Student Lab Guide Engineering Teaching Laboratory Name Date Lab Partner(s) NEW TERMS Electric Circuit: Electric circuits are paths for transmitting electric current, or moving electricity.

More information

An Introduction to the CSCT as a New Device to Compensate Reactive Power in Electrical Networks

An Introduction to the CSCT as a New Device to Compensate Reactive Power in Electrical Networks An Introduction to the CSCT as a New Device to Compensate Reactive Power in Electrical Networks Mohammad Tavakoli Bina, G.N.Alexandrov and Mohammad Golkhah Abstract A new shunt reactive power compensator,

More information

Computer Controlled Curve Tracer

Computer Controlled Curve Tracer Computer Controlled Curve Tracer Christopher Curro The Cooper Union New York, NY Email: chris@curro.cc David Katz The Cooper Union New York, NY Email: katz3@cooper.edu Abstract A computer controlled curve

More information

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

DEFENDER USER MANUAL

DEFENDER USER MANUAL Where The Money Meets The Machine PO Box 5128, 400 Regency Drive, Glendale Heights, IL 60139-5128 VOICE: 630/924-7070 1-800-323-6498 FAX: 630/924-7088 DEFENDER USER MANUAL Interchangeable with existing

More information

Technology and Benefits of Programmable Linear Position Sensors (Based on Inductive Measurement)

Technology and Benefits of Programmable Linear Position Sensors (Based on Inductive Measurement) Technology and Benefits of Programmable Linear Position Sensors (Based on Inductive Measurement) This white paper describes new technology that enables engineers to easily program key functions into a

More information

Getting the Most out of Airless Spray. Applicator Training Bulletin

Getting the Most out of Airless Spray. Applicator Training Bulletin Applicator Training Bulletin A number of factors, including tip selection, application pressure and applied thickness variability can affect the quality of an airless spray application job. Courtesy of

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

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

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

Robot Olympics: Programming Robots to Perform Tasks in the Real World

Robot Olympics: Programming Robots to Perform Tasks in the Real World Robot Olympics: Programming Robots to Perform Tasks in the Real World Coranne Lipford Faculty of Computer Science Dalhousie University, Canada lipford@cs.dal.ca Raymond Walsh Faculty of Computer Science

More information

Power Factor Correction Input Circuit

Power Factor Correction Input Circuit Power Factor Correction Input Circuit Written Proposal Paul Glaze, Kevin Wong, Ethan Hotchkiss, Jethro Baliao November 2, 2016 Abstract We are to design and build a circuit that will improve power factor

More information

Wireless Communication

Wireless Communication Equipment and Instruments Wireless Communication An oscilloscope, a signal generator, an LCR-meter, electronic components (see the table below), a container for components, and a Scotch tape. Component

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Souvik Kumar Dolui 1, Dr.Soumitra Kumar Mandal 2 M.Tech Student, Dept. of Electrical Engineering, NITTTR, Kolkata, Salt Lake

More information

Some Thoughts on Electronic T/R Circuits

Some Thoughts on Electronic T/R Circuits Some Thoughts on Electronic T/R Circuits Wes Hayward, w7zoi, November 3, 2018 Abstract: Several schemes have been used to switch an antenna between a receiver and transmitter. A popular scheme with low

More information

BEA s digital inductive single loop solution

BEA s digital inductive single loop solution BEA s digital inductive single loop solution Matrix2-S With more standard features than any other loop detector on the market, the Matrix2-S has the flexibility, compatibility and performance to maximize

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

Only the best is good enough

Only the best is good enough Class: Lecture Instructor: Lab Instructor: University Physics II Dr. Bin Zhang Dr. Michael Zelin Dates: Lab performed 10/27/2016 Report submitted 11/03/2016 Only the best is good enough Ole Kirk Christansen,

More information

II. BLOCK

II. BLOCK Information Transmission System Through Fluorescent Light Using Pulse Width Modulation Technique. Mr. Sagar A.Zalte 1, Prof.A.A.Hatkar 2 1,2 E&TC, SVIT COE Chincholi Abstract- Light reaches nearly universally

More information

System-on-Chip for Rotation Detection

System-on-Chip for Rotation Detection System-on-Chip for Rotation Detection Author: Christian Hernitscheck Rotation detection has to be done in several applications. Such end-equipments are a bike computer, motor control applications, general

More information

Intermediate Physics PHYS102

Intermediate Physics PHYS102 Intermediate Physics PHYS102 Dr Richard H. Cyburt Assistant Professor of Physics My office: 402c in the Science Building My phone: (304) 384-6006 My email: rcyburt@concord.edu My webpage: www.concord.edu/rcyburt

More information

Lab 5: Inverted Pendulum PID Control

Lab 5: Inverted Pendulum PID Control Lab 5: Inverted Pendulum PID Control In this lab we will be learning about PID (Proportional Integral Derivative) control and using it to keep an inverted pendulum system upright. We chose an inverted

More information

75 Meter SSB Project Design by KD1JV Built by Paul Jorgenson KE7HR NSS 39382FE

75 Meter SSB Project Design by KD1JV Built by Paul Jorgenson KE7HR NSS 39382FE 75 Meter SSB Project Design by KD1JV Built by Paul Jorgenson KE7HR NSS 39382FE After completing a 75 meter DSB project (and using it underground, caving), I wanted to try building a SSB rig. I was searching

More information

UNIT II MEASUREMENT OF POWER & ENERGY

UNIT II MEASUREMENT OF POWER & ENERGY UNIT II MEASUREMENT OF POWER & ENERGY Dynamometer type wattmeter works on a very simple principle which is stated as "when any current carrying conductor is placed inside a magnetic field, it experiences

More information

Dynamic Power Factor Correction Using a STATCOM

Dynamic Power Factor Correction Using a STATCOM Exercise 2 Dynamic Power Factor Correction Using a STATCOM EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the reasoning behind the usage of power factor correction

More information

Inductive Sensors. Fig. 1: Geophone

Inductive Sensors. Fig. 1: Geophone Inductive Sensors A voltage is induced in the loop whenever it moves laterally. In this case, we assume it is confined to motion left and right in the figure, and that the flux at any moment is given by

More information

SecuriTeam Co. School of Engineering Science Simon Fraser University Burnaby, BC, V6A 1S6. Dr. Andrew Rawicz. Burnaby, BC, V5A 1S6

SecuriTeam Co. School of Engineering Science Simon Fraser University Burnaby, BC, V6A 1S6. Dr. Andrew Rawicz. Burnaby, BC, V5A 1S6 SecuriTeam Co. School of Engineering Science Simon Fraser University Burnaby, BC, V6A 1S6 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC, V5A 1S6 RE: ENSC 340 process

More information

An Arduino-based DCC Accessory Decoder for Model Railroad Turnouts. Eric Thorstenson 11/1/17

An Arduino-based DCC Accessory Decoder for Model Railroad Turnouts. Eric Thorstenson 11/1/17 An Arduino-based DCC Accessory Decoder for Model Railroad Turnouts Eric Thorstenson 11/1/17 Introduction Earlier this year, I decided to develop an Arduino-based DCC accessory decoder for model railroad

More information