QUEEN BEE FINDER. James Dillenburg. Abhijeet Srivastava. Krishna Yarramasu. Final Report for ECE 445, Senior Design, Spring 2015.

Size: px
Start display at page:

Download "QUEEN BEE FINDER. James Dillenburg. Abhijeet Srivastava. Krishna Yarramasu. Final Report for ECE 445, Senior Design, Spring 2015."

Transcription

1 QUEEN BEE FINDER By James Dillenburg Abhijeet Srivastava Krishna Yarramasu Final Report for ECE 445, Senior Design, Spring 2015 TA: Ben Cahill 06 May 2015 Project No. 19

2 Abstract For our project we decided to build an Ultra High Frequency (UHF) Radio Frequency Identification (RFID) scanner that would be able to detect passive UHF RFID tags that are glued on to queen bees. Our project aims to reduce the time it takes for searching for the queen bee. By doing this, we hope to make requeening a commercially viable option for beekeepers. In theory, our designs work, which we will go in depth later on. But we weren t able to test out all of it as we burnt our printed circuit board (PCB). ii

3 Contents 1. Introduction Functions and Features Design Block Diagram Block Descriptions RFID tag Scanner Power Source Motors Casing Software Flowchart Design Verification RFID tag Scanner TX Circuit RX Circuit CLS Circuit Microcontroller Power Source Vibrating Motors Costs Parts Labor Grand Total Conclusion Accomplishments Ethical considerations Future work References iii

4 Appendix A Requirement and Verification Table Appendix B PCB PCB Layout PCB Burnout Appendix C Arduino Code iv

5 1. Introduction According to the Department of Agriculture, the global net worth of bees was $200 billion dollars. During the last years, the population of worker bees has been going down at an alarming rate. This phenomenon has been named Colony Collapse Disorder (CCD). The major reasons for CCD are increased use of pesticides (especially neonicotinoids), infections from mites, loss of habitat and changing bee keeping practices. For thousands of years, humans have been selectively breeding livestock for traits that are beneficial to productive activities Bees, like other livestock, can be selectively bred for certain qualities. There are a few major hurdles for making this a reality on a mass scale. One of these is the time it takes for beekeepers to locate the queen (who is the genetic lynchpin of the colony). This process can take anywhere from a few seconds to upwards of 20 minutes even for the most seasoned beekeepers. Our project aims to reduce the time it takes for searching for the queen bee. By doing this, we hope to make requeening a commercially viable option for beekeepers. In the following sections of the paper, we ll talk about the functions and features of the scanner, move on the design, then to the design verifications, then the cost analysis and finally the conclusion. 1.2 Functions and Features The RFID tags should be able to be glued onto a queen bee Ability to scan for a queen bee on a stack in a hive The handheld scanner will vibrate when the scanner is held over a queen The scanner should have an on/off switch to conserve battery 1

6 2 Design 2.1 Block Diagram As shown in Figure 1, the handheld device will consist of two parts: data collection (RFID reader scanning for the passive RFID tag) and the feedback (vibration feedback). Figure 1: High level block diagram of Scanner 2.2 Block Descriptions RFID tag The RFID tag chosen for our purposes is IM5-PK2525. It fits the following requirements: 4mm X 4mm, weighs 1 mg (a queen bee can hold up to 35 mg). The tag is powered by receiving a signal from the scanner and using that signal to generate its own return signal that is meant to be read by the scanner. Another reason for choosing this tag was that it has been used with bees before, researchers at the University of Tasmania, put these tags on bees to figure out bee movement patterns to generate a 4-Dimensional model of bee behavior Scanner The scanner consists of a transmitting circuit (TX), a receiving circuit (RX), a carrier leakage suppression (CLS) circuit, and an antenna. The scanner will also send signals to the microcontroller. The parts of the scanner are described in more detail below i Transmitting Circuit [1] The transmitting circuit (Tx) is responsible for generating a 900 MHz signal at ~30 dbm. To accomplish this, the circuit has several components. The modulator gets two signals from the microcontroller and a signal from the Voltage Controlled Oscillator (VCO) to generate the signal to be amplified by the power amplifier. The amplifier chosen as the power amplifier was Skyworks SKY LF, this amp has a gain of 40 db at 900 MHz, which 2

7 would have fried our passive tags, so to avoid that we decided to add surface acoustic wave (SAW) filters to attenuate the signal and remove all the noise for the transmission. Figure 2 shows a schematic of the Tx circuit. Figure 2: Transmitting Circuit Schematic Figure 3 shows a simulation of the Transmitting Circuit of power vs frequency. Vin is the red line in the simulation and it shows the power level of the carrier frequency of 20 khz. Vout is the blue line in Figure 3 and shows a power level of dbm which is above the required range. But this is an ideal situation and when we actually build the circuit there will be power losses due to the capacitors and inductors in the circuit. Figure 3: Power at input and output of the transmitting circuit 3

8 2.2.2.ii Carrier Leakage Supression (CLS) Circuit [1] The CLS has a unique responsibility to prevent the transmitting signal from the Tx from leaking into the receiving circuitry. The directional coupler directs the carrier signal and the imperfect signal from the antenna-carrier combination. The attenuator and the phase shifter both bring down the power of the carrier signal and shift it. The purpose of doing this is explained by the combiner which combines these two signals and filters out the carrier signal from the imperfect combination, which leaves just the antenna signal to go to the receiving circuit. Figure 5 shows the schematic of the CLS circuit. Figure 4: Carrier Leakage Suppression Circuit Schematic iii Receiving (RX) Circuit [1] The receiving circuit (Rx) is responsible for receiving the return signal from the tag once it is detected by the scanner. This part of the scanner has two components. The low noise amplifier (LNA) is responsible for removing any noise received by the scanner. The other component is the demodulator whose purpose is to interpret the signal that is received. Figure 5 shows a schematic of RX circuit. Figure 6 shows a simulation of the receiving circuit of power vs. frequency. To achieve this simulation we passed in a 920mhz signal at 0dBm to mimic the carrier suppression leakage circuit. The SAW filter and low noise amplifier (LNA) before getting to demodulator. The simulation above shows the output after the demodulator, so this is the portion that gets passed into the microcontroller. 4

9 Figure 5: Receiving Circuit Schematic Figure 6: Power at input and output of the receiving circuit 5

10 2.2.2.iv Power Loss in Air Calculation Power Loss in air is given by the equation below L = 20log10((4πd)/λ) (1) where d is the distance between the reader and the tag (in m) λ is the wavelength of the carrier frequency (in m) Desired d = 6 inches = cm =.1524 m Carrier frequency, f = 920 MHz, so λ = c/f, where c = 3E8 m/s so λ =0.326 m Therefore, the desired loss, L = db. Net Power Loss, Lnet= db This equation allows us to estimate how much power we re going to lose when our carrier signal reaches the tag in the typical use case (distance of 6 inches). This is important in order for us to understand the power loss over our desired reading distance v Antenna The antenna receives the carrier signal from the CLS circuit and transmits it to the tag. It also receives the return signal from the tag and sends it back to the CLS circuit vi Microcontroller Arduino Uno board is being used as the microcontroller. This microcontroller was chosen because we know how to program this board to interpret RF signals. The board isn t too big (2.7 inches by 2.1 inches) and it weighs 25g making it acceptable for a handheld device Power Source The power source should deliver the appropriate voltage (5 V to microcontroller and scanner, and ~3.2 V to the motor). These should be delivered at a minimum of 1 A. The power source will also have an on/off switch that triggers and LED to visually display when the device is on and off. It will also have a regulator that has the ability to pare down the voltage to 3.3 V Motors The motors should receive their input from the Arduino and should vibrate the entire casing of the device. This vibration will tell the user when the scanner is above a queen bee Casing The plastic casing surrounding the scanner, microcontroller, power source and motor will be designed to protect the key components of the device from the elements. It will also be designed in a way that can be easily held by a user. In order to create this plastic casing, we created a cad design of the object and then have it 3D printed in the Illinois MakerLab Software Flowchart Figure 7 shows the software flow for the Arduino UNO microcontroller. The analog input this block refers to the input coming in from the receiving circuit. In software, this input is sampled 100 times by the microcontroller and goes through a filtration algorithm as shown 6

11 below. It ultimately outputs a high to the motors when the analog signal is filtered and checked for meeting the threshold value. Figure 7: Software Flowchart 7

12 3. Design Verification 3.1 RFID tag Passive RFID tag that does not require a battery and is able to be read from 5 in +/- 1 in. To verify the distance of the tag, hold a ruler next to the tag and hold the scanner at some distance, scanner must output at the appropriate distance to get the necessary points. Unfortunately some traces got burnt due to narrow widths, so we couldn t test this block 3.2 Scanner TX Circuit TX circuit outputs a signal at 900 MHz +/- 40 MHz at 30 dbm +/- 3 dbm For the verification we will build the Tx circuit using the hardware components and use the vector network analyzer (VNA) to check to see if the signal meets the parameters. Unfortunately some traces got burnt due to narrow widths, so we couldn t test this block RX Circuit RX circuit receives and demodulates a 900 Mhz return signal from the antenna. Verification will be done by generating a return signal using a signal generator and testing the output at the demodulator using the VNA to see if the signal has been demodulated. Unfortunately some traces got burnt due to narrow widths, so we couldn t test this block CLS Circuit CLS circuit filters out the carrier signal from the imperfect received signal from the antenna. This will be tested by generating the carrier and antenna signals and using VNA to see if the carrier signal is filtered out from the combination of the two. Unfortunately some traces got burnt due to narrow widths, so we couldn t test this block Microcontroller Receives a signal from the scanner and outputs a high signal to the vibrating motor. To verify, we will generate an analog output and determine if the Arduino UNO is filtering this data to output a high at the appropriate time only using the serial port monitor. 8

13 Figure 8. Serial Port Monitor The serial port monitor shows the values coming in from the signal from the power supply. We re changing the voltage from 1.84 V to 1.98 V. The threshold in voltage is 1.96 V and the value for this threshold on the serial port monitor is approximately 400. As we can see, the serial port monitor demonstrates that a value above 400. This means that the code is accurately detecting when the input signal is high enough to send the appropriate output to the motor. 9

14 3.3 Power Source Power source sends a signal of 5 V +/ V and 1 A +/-.2 A To verify, we used a multi-meter to check the outputs at the power source and saw that power source met the above requirements. 3.4 Vibrating Motors Receives a signal from the microcontroller and turns on. We set up the Feedback block (Figure 1) on a breadboard and verified if the motors turned on when the they received a high signal from the controller. Figure 9. Vibrating Motor Shown on Breadboard 10

15 4. Costs 4.1 Parts Table 1 shows a cost breakdown of all the parts that were used in scanner. The third column (Cost) refers to the cost of buying 1 piece while coumn 5 (Actual Cost) refers to the multiplication of Columns 3 and 4. Part Manufacturer Cost ($) Qty Actual Cost ($) Modulator SYIQ- 895M+ Demodulator SYIQ- 895D+ SAW Filiters B3588U410 Antenna HG903RD- SM Power Amp SKY LF Mini-circuits Mini-circuits EPCOS/TDK L-com Skyworks LNA ADL5523 Analog Devices VCO CV055CL Crystek Attenuator AV101- Skyworks LF Directional Coupler Mini-circuits ADC Phase Shifter Mini-circuits JSPHS Potentiomenter ECE Store Voltage Regulator 5V ECE Service Shop Voltage Regulator ECE Service Shop V Battery Pack Eveready Capacitor 2.2 pf DigiKey uf DigiKey pf DigiKey pf DigiKey pf DigiKey pf DigiKey nf DigiKey pf DigiKey pf DigiKey uf DigiKey pf DigiKey Inductor 10 nh DigiKey nh DigiKey Resistor 8.06Ω DigiKey Ω DigiKey

16 680 Ω DigiKey Ω DigiKey PCB 4PCB Microcontroller Arduino Arduino Uno RFID tag (IM5- Hitachi PK2525) Wire Plastic Casing (100g) Illinois Makers Lab Motors DC 3V Amazon RPM 0.2A Mini Vibration Motor TOTAL Table 1: Part List 4.2 Labor Table 2 shows a cost break down of each member of the team Name Hourly Rate Total Hours Invested Total = Hourly Rate X 2.5 X Total Hours Invested Abhijeet $ $22, Krishna $ $22, James $ $22, Total 900 $67, Table 2: Cost Analysis of Labor 4.3 Grand Total Table 3 shows the grand total of project. Section Total ($) Labor 67, Parts Grand Total 67, Table 3: Grand total 12

17 5. Conclusion 5.1 Accomplishments The entire feedback block (see Figure 1) was built and tested. The entirety of the scanner was designed and there was a definite proof of concept. The simulations of the circuit demonstrated that the scanner could deliver the power necessitated to provide a greater than standard range of detection for the RFID tag. 5.2 Ethical considerations One consideration loosely tied to the IEEE Code of Ethics is the impact the project could have. The bee population is declining drastically and globally bees are responsible for pollinating a large number of crops. While the argument could be made that these crops could be manually populated by humans, this isn t really efficient. A successful implementation of our project could do a lot in helping bees become more genetically resistant to their ever more aggressive environment. In addition, IEEE Code of Ethics (7.8.1) states that engineers should make decisions that are consistent with public safety. While this isn t a huge risk beyond open circuitry for this project, we aren t fully aware of the effects of long term exposure to ultra high frequency on bees. We will be carefully consulting with Professor Gene Robinson along the way to ensure that this technology is indeed safe for bees as we go along. 5.3 Future work Make new layout of the PCB Use Voltage regulators instead of potentiometers on the PCB Use a smaller microcontroller, the Arduino UNO has more features than required for this project 13

18 References [1] Implementation of Low-Cost UHF RFID Reader Front-Ends with Carrier Leakage Suppression Circuit, International Journal of Antennas and Propagation Volume 2013 (2013), Article ID Available at: Accessed April

19 Appendix A Requirement and Verification Table Table 4 shows the Requirements and Verifications table. Requirement Verification Verified (Y/N) 1. RFID tag a. Passive RFID tag that does not require a battery and is able to be read from 6 in +/- 0.5 in 2. Scanner a. Tx circuit outputs a signal at 920 Mhz +/- 40 Mhz at 30 dbm +/- 3 dbm b. Rx circuit receives and demodulates a 920 Mhz return signal from the antenna c. CLS circuit filters out the carrier signal from the imperfect received signal from the antenna 3. Microcontroller a. Receives a signal from the scanner and outputs a high signal to the vibrating motor 4. Power Source a. Power source sends a signal of 5 V +/ V and 1 A +/-.2 A b. Power source sends a signal of 3.3 V +/ V and 1 A +/-.2 A through a voltage regulator a. To verify the distance of the tag, hold a ruler next to the tag and hold the scanner at some distance, scanner must output at the appropriate distance to get the necessary points a. For the verification we will build the Tx circuit using the hardware components and use the vector network analyzer (VNA) to check to see if the signal meets the parameters b. Verification of b will be done by generating a return signal using a signal generator and testing the output at the demodulator using the VNA to see if the signal has been demodulated. c. Finally the CLS circuit will be tested by generating the carrier and antenna signals and using VNA to see if the carrier signal is filtered out from the combination of the two. a. To verify, we will generate an analog output and determine if the Arduino UNO is filtering this data to output a high at the appropriate time only using the serial port monitor. a. To verify, we will use a multi-meter to check the outputs at the power source b. We will use a multi-meter to check the output after the voltage regulator N a. N b. N c. N Y a. Y b. Y 5. Vibrating Motor a. Receives a signal from the microcontroller and turns on Table 4: Requirements and verifications table a. To verify, we will send a high signal to the motors from the microcontroller and observe if they vibrate. Y 15

20 Appendix B PCB PCB Layout Figure 10 below shows the PCB layout. Figure 11 shows the actual PCB Figure 10: PCB Design on Eagle 16

21 Figure 11: Actual PCB 17

22 PCB Burnout Figure 12 shows the PCB burnout that didn t allow us to finish testing the PCB. The trace got burnt as it wasn t wide enough to handle the amount of current that went through it when we started tuning the potentiometer. Figure 12: PCB Burnout 18

23 Appendix C Arduino Code Figure 13. Arduino Code Part 1 This code defines the inputs and outputs and also sets up the bubble sort that s going to be used in the filtration algorithm. 19

24 Figure 14. Arduino Code Part 2 This portion of the code mainly sets up the inputs and the outputs for the Arduino and also reads in from the scanner input. 20

25 Figure 15. Arduino Code Part 3 This part of the code prints out the output to the serial port monitor, sets the motor high or low based on the threshold difference and also creates the 5 Hz signal for the baseband. 21

EEC 134 Final Report

EEC 134 Final Report EEC 134 Final Report Team Falcon 9 Alejandro Venegas Marco Venegas Alexis Torres Gerardo Abrego Abstract: EEC 134 By Falcon 9 In the EEC 134 course the focus is on RF/microwave systems design. The main

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

RF SENIOR DESIGN PROJECT REPORT

RF SENIOR DESIGN PROJECT REPORT EEC 134 Project Report 1 RF SENIOR DESIGN PROJECT REPORT EEC 134 Professor Xiaoquang Liu Team DMK Team members: Duyen Tran Khoa Huynh Michelle Lee Date: 5/25/2016 EEC 134 Project Report 2 RF SENIOR DESIGN

More information

MUSIC RESPONSIVE LIGHT SYSTEM

MUSIC RESPONSIVE LIGHT SYSTEM MUSIC RESPONSIVE LIGHT SYSTEM By Andrew John Groesch Final Report for ECE 445, Senior Design, Spring 2013 TA: Lydia Majure 1 May 2013 Project 49 Abstract The system takes in a musical signal as an acoustic

More information

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #10 Electronics Design Laboratory 1 Lessons from Experiment 4 Code debugging: use print statements and serial monitor window Circuit debugging: Re check operation

More information

EEC 134AB. Application Note. Radar System Design for RF. By: Yharo Torres. Group: Diode Hard 3. Fundamental Design of Radar:

EEC 134AB. Application Note. Radar System Design for RF. By: Yharo Torres. Group: Diode Hard 3. Fundamental Design of Radar: EEC 134AB Application Note Radar System Design for RF By: Yharo Torres Group: Diode Hard 3 Fundamental Design of Radar: The radar design we decided to go with for the quarter 2 design is one that is fundamentally

More information

RFID Reader Frontends for a Dual-Frequency (13 MHz and 868 MHz) Rapid Prototyping Environment

RFID Reader Frontends for a Dual-Frequency (13 MHz and 868 MHz) Rapid Prototyping Environment RFID Reader Frontends for a Dual-Frequency (13 MHz and 868 MHz) Rapid Prototyping Environment Robert Langwieser, Michael Fischer and Prof. Dr. Arpad L. Scholtz Vienna University of Technology www.tuwien.ac.at

More information

UHF RFID Micro Reader Reference Design Hardware Description

UHF RFID Micro Reader Reference Design Hardware Description Application Micro Note Reader Reference Design AS399x UHF RFID Reader ICs UHF RFID Micro Reader Reference Design Hardware Description Top View RF Part Bottom View RF Part www.austriamicrosystems.com/rfid

More information

Lab 2: Common Base Common Collector Design Exercise

Lab 2: Common Base Common Collector Design Exercise CSUS EEE 109 Lab - Section 01 Lab 2: Common Base Common Collector Design Exercise Author: Bogdan Pishtoy / Lab Partner: Roman Vermenchuk Lab Report due March 26 th Lab Instructor: Dr. Kevin Geoghegan 2016-03-25

More information

EEC134 Final Report. Cameron Vossoughi PCB Design. Christian Hernandez RF Design. Kevin Matsui RF Design and PCB Assembly

EEC134 Final Report. Cameron Vossoughi PCB Design. Christian Hernandez RF Design. Kevin Matsui RF Design and PCB Assembly EEC134 Final Report Christian Hernandez RF Design Kevin Matsui RF Design and PCB Assembly Cameron Vossoughi PCB Design Colin Lewis PCB Assembly and Debugging I. SYSTEM DESIGN Our main priorities for our

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL Document : AVL-10000T Version: 1.00 Author: Henry S Date: 25 July 2008 This module contains protection circuitry to guard against damage due to

More information

DANGER DETECTING HEADPHONES

DANGER DETECTING HEADPHONES DANGER DETECTING HEADPHONES By Tae Hun Ahn Daniel Bang Yoon Mo Yang Final Report for ECE 445, Senior Design, Fall 2016 TA: Zipeng Wang 07 December 2016 Project No. 47 Abstract This report describes the

More information

HF Power Amplifier (Reference Design Guide) RFID Systems / ASP

HF Power Amplifier (Reference Design Guide) RFID Systems / ASP 16 September 2008 Rev A HF Power Amplifier (Reference Design Guide) RFID Systems / ASP 1.) Scope Shown herein is a HF power amplifier design with performance plots. As every application is different and

More information

TEXTBOOK DETECTION SYSTEM WITH RADIO-FREQUENCY IDENTIFICATION

TEXTBOOK DETECTION SYSTEM WITH RADIO-FREQUENCY IDENTIFICATION TEXTBOOK DETECTION SYSTEM WITH RADIO-FREQUENCY IDENTIFICATION By Xiaohao Wang Xiaosheng Wu Zhao Weng Final Report for ECE 445, Senior Design, Spring 2017 TA: Jose Sanchez Vicarte May 2017 Project No. 7

More information

RX3400 Low Power ASK Receiver IC. Description. Features. Applications. Block Diagram

RX3400 Low Power ASK Receiver IC. Description. Features. Applications. Block Diagram Low Power ASK Receiver IC Princeton Technology Corp. reserves the right to change the product described in this datasheet. All information contained in this datasheet is subject to change without prior

More information

WIRELESS ELEVATOR REMOTE CONTROL. Patrick Goh Hamed Asghari ECE 445, SENIOR DESIGN PROJECT. Spring TA: Dwayne Hagerman. Project No.

WIRELESS ELEVATOR REMOTE CONTROL. Patrick Goh Hamed Asghari ECE 445, SENIOR DESIGN PROJECT. Spring TA: Dwayne Hagerman. Project No. WIRELESS ELEVATOR REMOTE CONTROL By Patrick Goh Hamed Asghari ECE 445, SENIOR DESIGN PROJECT Spring 2007 TA: Dwayne Hagerman May 1, 2007 Project No. 16 ABSTRACT The Wireless Elevator Remote Control (WERC)

More information

Persistence of Vision LED Sphere

Persistence of Vision LED Sphere Persistence of Vision LED Sphere Project Proposal ECE 445 February 10, 2016 TA: Vivian Hou Michael Ling Li Quan 1 Table of Contents 1.0 Introduction... 3 1.1 Purpose and Motivation:... 3 1.2 Objectives:...

More information

Application Note 5480

Application Note 5480 ALM-2712 Ultra Low-Noise GPS Amplifier with Pre- and Post-Filter Application Note 548 Introduction The ALM-2712 is a GPS front-end module which consists of a low noise amplifier with pre- and post-filters.

More information

ADI 2006 RF Seminar. Chapter II RF/IF Components and Specifications for Receivers

ADI 2006 RF Seminar. Chapter II RF/IF Components and Specifications for Receivers ADI 2006 RF Seminar Chapter II RF/IF Components and Specifications for Receivers 1 RF/IF Components and Specifications for Receivers Fixed Gain and Variable Gain Amplifiers IQ Demodulators Analog-to-Digital

More information

Revision RCT-433-UTR DATASHEET

Revision RCT-433-UTR DATASHEET Revision 1.1.0 RCT-433-UTR DATASHEET RADIOTRONIX, INC. RCT-433-UTR DATASHEET Radiotronix 905 Messenger Lane Moore, Oklahoma 73160 Phone 405.794.7730 Fax 405.794.7477 www.radiotronix.com 1 Document Control

More information

Pulse Sensor Individual Progress Report

Pulse Sensor Individual Progress Report Pulse Sensor Individual Progress Report TA: Kevin Chen ECE 445 March 31, 2015 Name: Ying Wang NETID: ywang360 I. Overview 1. Objective This project intends to realize a device that can read the human pulse

More information

Fourth Year Antenna Lab

Fourth Year Antenna Lab Fourth Year Antenna Lab Name : Student ID#: Contents 1 Wire Antennas 1 1.1 Objectives................................................. 1 1.2 Equipments................................................ 1

More information

EE12: Laboratory Project (Part-2) AM Transmitter

EE12: Laboratory Project (Part-2) AM Transmitter EE12: Laboratory Project (Part-2) AM Transmitter ECE Department, Tufts University Spring 2008 1 Objective This laboratory exercise is the second part of the EE12 project of building an AM transmitter in

More information

Low Noise Amplifiers for 2304, 3456, 5760, and MHz using the ATF PHEMT by Al Ward WB5LUA

Low Noise Amplifiers for 2304, 3456, 5760, and MHz using the ATF PHEMT by Al Ward WB5LUA Low Noise Amplifiers for 2304, 3456, 5760, and 10368 MHz using the by Al Ward INTRODUCTION The Hewlett-Packard device is described in a series of low noise amplifiers for 2304, 3456, 5760, and 10368 MHz.

More information

Modeling Physical PCB Effects 5&

Modeling Physical PCB Effects 5& Abstract Getting logical designs to meet specifications is the first step in creating a manufacturable design. Getting the physical design to work is the next step. The physical effects of PCB materials,

More information

Smart Energy Solutions for the Wireless Home

Smart Energy Solutions for the Wireless Home Smart Energy Solutions for the Wireless Home Advanced Metering Infrastructure (AMI) ZigBee (IEEE 802.15.4) Wireless Local Area Networks (WLAN) Industrial and Home Control Plug-in Hybrid Electric Vehicles

More information

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 26 April 2012

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 26 April 2012 Auto Harmonizer EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 26 April 2012 Team Name: Slubberdegullions Team Members: Josh Elliott and Henry Hatton, Jr. Project Abstract:

More information

433MHz front-end with the SA601 or SA620

433MHz front-end with the SA601 or SA620 433MHz front-end with the SA60 or SA620 AN9502 Author: Rob Bouwer ABSTRACT Although designed for GHz, the SA60 and SA620 can also be used in the 433MHz ISM band. The SA60 performs amplification of the

More information

AN-1370 APPLICATION NOTE

AN-1370 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Design Implementation of the ADF7242 Pmod Evaluation Board Using the

More information

ITT Technical Institute. ET275 Electronic Communications Systems I Onsite Course SYLLABUS

ITT Technical Institute. ET275 Electronic Communications Systems I Onsite Course SYLLABUS ITT Technical Institute ET275 Electronic Communications Systems I Onsite Course SYLLABUS Credit hours: 4 Contact/Instructional hours: 50 (30 Theory Hours, 20 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Course Project Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Presentation slides and one-page proposal document are due on Jan 30

More information

ET275P Electronic Communications Systems I [Onsite]

ET275P Electronic Communications Systems I [Onsite] ET275P Electronic Communications Systems I [Onsite] Course Description: In this course, several methods of signal transmission and reception are covered, including such techniques as mixing, modulating

More information

Physics of RFID. Pawel Waszczur McMaster RFID Applications Lab McMaster University

Physics of RFID. Pawel Waszczur McMaster RFID Applications Lab McMaster University 1 Physics of RFID Pawel Waszczur McMaster RFID Applications Lab McMaster University 2 Agenda Radio Waves Active vs. Passive Near field vs. Far field Behavior of UHF fields Modulation & Signal Coding 3

More information

Application Note Receivers MLX71120/21 With LNA1-SAW-LNA2 configuration

Application Note Receivers MLX71120/21 With LNA1-SAW-LNA2 configuration Designing with MLX71120 and MLX71121 receivers using a SAW filter between LNA1 and LNA2 Scope Many receiver applications, especially those for automotive keyless entry systems require good sensitivity

More information

BIPOLAR ANALOG INTEGRATED CIRCUITS PC2709TB

BIPOLAR ANALOG INTEGRATED CIRCUITS PC2709TB DATA SHEET BIPOLAR ANALOG INTEGRATED CIRCUITS PC279TB 5 V, SUPER MINIMOLD SILICON MMIC MEDIUM OUTPUT POWER AMPLIFIER DESCRIPTION The PC279TB is asilicon monolithic integrated circuits designed as 1st IF

More information

PVD5870R. IQ Demodulator/ Modulator IQ Demodulator/ Modulator

PVD5870R. IQ Demodulator/ Modulator IQ Demodulator/ Modulator PVD5870R IQ Demodulator/ Modulator IQ Demodulator/ Modulator The PVD5870R is a direct conversion quadrature demodulator designed for communication systems requiring The PVD5870R is a direct conversion

More information

Frequency Selective Circuits

Frequency Selective Circuits Lab 15 Frequency Selective Circuits Names Objectives in this lab you will Measure the frequency response of a circuit Determine the Q of a resonant circuit Build a filter and apply it to an audio signal

More information

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS

RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS RADIO RECEIVERS ECE 3103 WIRELESS COMMUNICATION SYSTEMS FUNCTIONS OF A RADIO RECEIVER The main functions of a radio receiver are: 1. To intercept the RF signal by using the receiver antenna 2. Select the

More information

David Fisher EEC 134 Application Note

David Fisher EEC 134 Application Note David Fisher EEC 134 Application Note RF System Design and Component Selection for a FMCW Radar System Introduction Since their initial development in the first half of the twentieth century, radar systems

More information

Radar Shield System Design

Radar Shield System Design University of California, Davis EEC 193 Final Project Report Radar Shield System Design Lit Po Kwong: lkwong853@gmail.com Yuyang Xie: szyuyxie@gmail.com Ivan Lee: yukchunglee@hotmail.com Ri Liang: joeliang914@gmail.com

More information

Exercise 1: RF Stage, Mixer, and IF Filter

Exercise 1: RF Stage, Mixer, and IF Filter SSB Reception Analog Communications Exercise 1: RF Stage, Mixer, and IF Filter EXERCISE OBJECTIVE DISCUSSION On the circuit board, you will set up the SSB transmitter to transmit a 1000 khz SSB signal

More information

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Auto Harmonizer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Project Abstract: Team Name: Slubberdegullions Team Members: Josh Elliott and Henry Hatton,

More information

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI Maxim > Design Support > Technical Documents > Application Notes > Wireless and RF > APP 4929 Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI APPLICATION NOTE 4929 Adapting

More information

Design of Direct-Type Tire-Pressure Monitoring System Based on SP37 Sensor

Design of Direct-Type Tire-Pressure Monitoring System Based on SP37 Sensor Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of Direct-Type Tire-Pressure Monitoring System Based on SP37 Sensor Binwen HUANG Hainan Vocational College of Political Science and

More information

Fully integrated UHF RFID mobile reader with power amplifiers using System-in-Package (SiP)

Fully integrated UHF RFID mobile reader with power amplifiers using System-in-Package (SiP) Fully integrated UHF RFID mobile reader with power amplifiers using System-in-Package (SiP) Hyemin Yang 1, Jongmoon Kim 2, Franklin Bien 3, and Jongsoo Lee 1a) 1 School of Information and Communications,

More information

A Low Noise Amplifier with HF Selectivity

A Low Noise Amplifier with HF Selectivity A Low Noise Amplifier with HF Selectivity Johan Karlsson Mikael Grudd Radio project 2008 Department of Electrical and Information Technology Lund University Supervisor: Göran Jönsson Abstract This report

More information

Wireless Communication Systems Laboratory Lab #3: Introduction to wireless front-end

Wireless Communication Systems Laboratory Lab #3: Introduction to wireless front-end Objective Wireless Communication Systems Laboratory Lab #3: Introduction to wireless front-end The objective of this experiment is to study hardware components which are commonly used in most of the wireless

More information

Research Article Implementation of Low-Cost UHF RFID Reader Front-Ends with Carrier Leakage Suppression Circuit

Research Article Implementation of Low-Cost UHF RFID Reader Front-Ends with Carrier Leakage Suppression Circuit s and Propagation Volume 2013, Article ID 135203, 8 pages http://dx.doi.org/10.1155/2013/135203 Research Article Implementation of Low-Cost UHF RFID Reader Front-Ends with Carrier Leakage uppression Circuit

More information

Radio Receiver Architectures and Analysis

Radio Receiver Architectures and Analysis Radio Receiver Architectures and Analysis Robert Wilson December 6, 01 Abstract This article discusses some common receiver architectures and analyzes some of the impairments that apply to each. 1 Contents

More information

M.ENG PROJECT: TOADFISH BEHAVIORAL ROBOT FOR FISH AGGRESSION STUDY

M.ENG PROJECT: TOADFISH BEHAVIORAL ROBOT FOR FISH AGGRESSION STUDY M.ENG PROJECT: TOADFISH BEHAVIORAL ROBOT FOR FISH AGGRESSION STUDY A Design Project Report Presented to the School of Electrical and Computer Engineering of Cornell University in Partial Fulfillment of

More information

LABORATORY #3 QUARTZ CRYSTAL OSCILLATOR DESIGN

LABORATORY #3 QUARTZ CRYSTAL OSCILLATOR DESIGN LABORATORY #3 QUARTZ CRYSTAL OSCILLATOR DESIGN OBJECTIVES 1. To design and DC bias the JFET transistor oscillator for a 9.545 MHz sinusoidal signal. 2. To simulate JFET transistor oscillator using MicroCap

More information

RX3400 Low Power ASK Receiver IC. Description. Features. Applications. Block Diagram

RX3400 Low Power ASK Receiver IC. Description. Features. Applications. Block Diagram Low Power ASK Receiver IC the wireless IC company HiMARK Technology, Inc. reserves the right to change the product described in this datasheet. All information contained in this datasheet is subject to

More information

Cir cuit s 212 Lab. Lab #7 Filter Design. Introductions:

Cir cuit s 212 Lab. Lab #7 Filter Design. Introductions: Cir cuit s 22 Lab Lab #7 Filter Design The purpose of this lab is multifold. This is a three-week experiment. You are required to design a High / Low Pass filter using the LM38 OP AMP. In this lab, you

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

Lab 4: Analysis of the Stereo Amplifier

Lab 4: Analysis of the Stereo Amplifier ECE 212 Spring 2010 Circuit Analysis II Names: Lab 4: Analysis of the Stereo Amplifier Objectives In this lab exercise you will use the power supply to power the stereo amplifier built in the previous

More information

Grain Moisture Detector for Industrial Applications

Grain Moisture Detector for Industrial Applications University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Project Proposal Grain Moisture Detector for Industrial Applications by Group 07 Dimitri Anistratov

More information

Feedback Loop Canceller Circuit

Feedback Loop Canceller Circuit Feedback Loop Canceller Circuit Bachelor Thesis Ahmad Bader Ibrahim Obeidat Supervised by Prof. Dr.-Ing. Klaus Solbach 17.11.2014 Outline: 1 Motivation 2 Circuit description 3 Tasks and objectives 4 Active

More information

Wireless Communication Systems Lab-Manual-3 Introduction to Wireless Front End. Objective

Wireless Communication Systems Lab-Manual-3 Introduction to Wireless Front End. Objective Wireless Communication Systems Lab-Manual-3 Introduction to Wireless Front End Objective The objective of this experiment is to study hardware components which are commonly used in most of the wireless

More information

Chapter 6. Case Study: 2.4-GHz Direct Conversion Receiver. 6.1 Receiver Front-End Design

Chapter 6. Case Study: 2.4-GHz Direct Conversion Receiver. 6.1 Receiver Front-End Design Chapter 6 Case Study: 2.4-GHz Direct Conversion Receiver The chapter presents a 0.25-µm CMOS receiver front-end designed for 2.4-GHz direct conversion RF transceiver and demonstrates the necessity and

More information

RFID Tunnel Project Proposal Spring 2014 Vineel Adusumilli Austin Duffield Brandon Vasquez

RFID Tunnel Project Proposal Spring 2014 Vineel Adusumilli Austin Duffield Brandon Vasquez RFID Tunnel 6.101 Project Proposal Spring 2014 Vineel Adusumilli Austin Duffield Brandon Vasquez Overview Our project is meant to demonstrate a fundamental security flaw in RFID: readers have no way of

More information

Package and Pin Assignment SSOP-6 (0.64mm pitch) OSCIN OSCOUT TXEN 3 VSS 4 TXOUT 5 VSS 6 7 MODIN 8 HiMARK SW DO RES RESB VREFP VSS Symbol

Package and Pin Assignment SSOP-6 (0.64mm pitch) OSCIN OSCOUT TXEN 3 VSS 4 TXOUT 5 VSS 6 7 MODIN 8 HiMARK SW DO RES RESB VREFP VSS Symbol Low Power ASK Transmitter IC HiMARK Technology, Inc. reserves the right to change the product described in this datasheet. All information contained in this datasheet is subject to change without prior

More information

MCP to 2.5 GHz RF Front End IC. Description

MCP to 2.5 GHz RF Front End IC. Description Description The contains a power amplifier (PA), a low noise amplifier (LNA), and two SPDT switch. It is a 0-pins IC by 4 4mm -QFN package. RF input and output impedance of are 50Ω matched. Therefore,

More information

A NEW REVOLUTIONARY SYSTEM TO DETECT HUMAN BEINGS BURIED UNDER EARTHQUAKE RUBBLE. USING MICROPROCESSOR OR MICROCONTROLLER (An Embedded System)

A NEW REVOLUTIONARY SYSTEM TO DETECT HUMAN BEINGS BURIED UNDER EARTHQUAKE RUBBLE. USING MICROPROCESSOR OR MICROCONTROLLER (An Embedded System) A NEW REVOLUTIONARY SYSTEM TO DETECT HUMAN BEINGS BURIED UNDER EARTHQUAKE RUBBLE EC0282 USING MICROPROCESSOR OR MICROCONTROLLER (An Embedded System) Presented by G.ANUSHA anusha_happy27@yahoo.co.in D.S.ARCHANA

More information

ISM Band FSK Receiver IC ADF7902

ISM Band FSK Receiver IC ADF7902 ISM Band FSK Receiver IC FEATURES Single-chip, low power UHF receiver Companion receiver to ADF7901 transmitter Frequency range: 369.5 MHz to 395.9 MHz Eight RF channels selectable with three digital inputs

More information

MAINTENANCE MANUAL TRANSMITTER/RECEIVER BOARD CMN-234A/B FOR MLSU141 & MLSU241 UHF MOBILE RADIO TABLE OF CONTENTS

MAINTENANCE MANUAL TRANSMITTER/RECEIVER BOARD CMN-234A/B FOR MLSU141 & MLSU241 UHF MOBILE RADIO TABLE OF CONTENTS MAINTENANCE MANUAL TRANSMITTER/RECEIVER BOARD CMN-234A/B FOR MLSU141 & MLSU241 UHF MOBILE RADIO TABLE OF CONTENTS DESCRIPTION... 2 CIRCUIT ANALYSIS... 2 TRANSMITTER... 2 9-Voft Regulator... 2 Exciter...

More information

DESCRIPTIO FEATURES APPLICATIO S. LT GHz to 2.7GHz Receiver Front End TYPICAL APPLICATIO

DESCRIPTIO FEATURES APPLICATIO S. LT GHz to 2.7GHz Receiver Front End TYPICAL APPLICATIO 1.GHz to 2.GHz Receiver Front End FEATURES 1.V to 5.25V Supply Dual LNA Gain Setting: +13.5dB/ db at Double-Balanced Mixer Internal LO Buffer LNA Input Internally Matched Low Supply Current: 23mA Low Shutdown

More information

UM4701/4711/8701/8711

UM4701/4711/8701/8711 Multi-line ESD/EMI Protection for Color LCD Interfaces UM4701 DFN8 2.0 2.0 UM4711 DFN8 1.7 1.3 UM8701 DFN16 4.0 1.6 UM8711 DFN16 3.3 1.3 General Description The UM4701/UM4711/UM8701/UM8711 is a (L-C) low

More information

Frequency Modulated Continuous Wave Radar

Frequency Modulated Continuous Wave Radar Frequency Modulated Continuous Wave Radar Albert Yeh Diana Nguyen Onyedikachi Okemiri Timothy Lau Teacher Assistants : Daniel Kuzmenko, Hao Wang, Songjie Bi Professor : Xiaoguang Leo Liu Course : EEC 134

More information

Project 2 Final System Design and Performance Report. Triple Output Power Supply

Project 2 Final System Design and Performance Report. Triple Output Power Supply Taylor Murphy & Remo Panella EE 333 12/12/18 Project 2 Final System Design and Performance Report Triple Output Power Supply Intro For this project, we designed a triple output power supply using switch

More information

Multi Frequency RFID Read Writer System

Multi Frequency RFID Read Writer System Multi Frequency RFID Read Writer System Uppala Sunitha 1, B Rama Murthy 2, P Thimmaiah 3, K Tanveer Alam 1 PhD Scholar, Department of Electronics, Sri Krishnadevaraya University, Anantapur, A.P, India

More information

VCO Design Project ECE218B Winter 2011

VCO Design Project ECE218B Winter 2011 VCO Design Project ECE218B Winter 2011 Report due 2/18/2011 VCO DESIGN GOALS. Design, build, and test a voltage-controlled oscillator (VCO). 1. Design VCO for highest center frequency (< 400 MHz). 2. At

More information

Chapter-15. Communication systems -1 mark Questions

Chapter-15. Communication systems -1 mark Questions Chapter-15 Communication systems -1 mark Questions 1) What are the three main units of a Communication System? 2) What is meant by Bandwidth of transmission? 3) What is a transducer? Give an example. 4)

More information

Features. Future Electronics (

Features. Future Electronics ( / ASB Embedding the wireless future.. Low-Cost SAW-stabilized surface mount OOK RF transmitter Typical Applications Remote Keyless Entry (RKE) Remote Lighting Controls On-Site Paging Asset Tracking Wireless

More information

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

Boeing NFC Project Team #43 Shao-Chi Ou Yang James Kim Neil Misak

Boeing NFC Project Team #43 Shao-Chi Ou Yang James Kim Neil Misak Boeing NFC Project Team #43 Shao-Chi Ou Yang James Kim Neil Misak ECE 445-Senior Design Spring 2013 Neil Misak James Kim Shao-Chi Ou Yang Team Members Collaboration with Our 6 team members visited Boeing's

More information

AN Low Frequency RFID Card Reader. Application Note Abstract. Introduction. Working Principle of LF RFID Reader

AN Low Frequency RFID Card Reader. Application Note Abstract. Introduction. Working Principle of LF RFID Reader Low Frequency RFID Card Reader Application Note Abstract AN52164 Authors: Richard Xu Jemmey Huang Associated Project: None Associated Part Family: CY8C24x23 Software Version: PSoC Designer 5.0 Associated

More information

Microwave Office Application Note

Microwave Office Application Note Microwave Office Application Note INTRODUCTION The X-band frequency range has been designated for critical military and public safety applications such as satellite communications, radar, terrestrial communications

More information

RCR-XXX-RP. Features. Typical Applications. Description. - i - Low cost 315/418/ MHz Super-Regen ASK/OOK Receiver

RCR-XXX-RP. Features. Typical Applications. Description. - i - Low cost 315/418/ MHz Super-Regen ASK/OOK Receiver RCR-XXX-RP Embedding the wireless future.. Low cost 315/418/433.92 MHz Super-Regen ASK/OOK Receiver Typical Applications Features Remote Keyless Entry (RKE) Remote Lighting Controls On-Site Paging Asset

More information

MP 4.2 A DECT Transceiver Chip Set Using SiGe Technology

MP 4.2 A DECT Transceiver Chip Set Using SiGe Technology MP 4.2 A DECT Transceiver Chip Set Using SiGe Technology Matthias Bopp, Martin Alles, Meinolf Arens, Dirk Eichel, Stephan Gerlach, Rainer Götzfried, Frank Gruson, Michael Kocks, Gerald Krimmer, Reinhard

More information

Application Note 1299

Application Note 1299 A Low Noise High Intercept Point Amplifier for 9 MHz Applications using ATF-54143 PHEMT Application Note 1299 1. Introduction The Avago Technologies ATF-54143 is a low noise enhancement mode PHEMT designed

More information

SynthNV - Signal Generator / Power Detector Combo

SynthNV - Signal Generator / Power Detector Combo SynthNV - Signal Generator / Power Detector Combo The Windfreak SynthNV is a 34.4MHz to 4.4GHz software tunable RF signal generator controlled and powered by a PC running Windows XP, Windows 7, or Android

More information

FEATURES DESCRIPTION BENEFITS APPLICATIONS. Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver

FEATURES DESCRIPTION BENEFITS APPLICATIONS. Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver DESCRIPTION The PT4501 is a highly integrated wideband FSK multi-channel half-duplex transceiver operating in sub-1 GHz license-free ISM bands. The

More information

Feedback-Based Optimising Automatic Tuner For a Small Transmitting Magnetic Loop

Feedback-Based Optimising Automatic Tuner For a Small Transmitting Magnetic Loop Feedback-Based Optimising Automatic Tuner For a Small Transmitting Magnetic Loop Joshua J Mardling VE1CEN 27/02/2018 Contents About the Author... 3 Abstract... 4 Theory of Operation... 4 System Description...

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

Handy dandy little circuit #17 #17

Handy dandy little circuit #17 #17 Handy dandy little circuit #17 #17 Download # 17 in PDF There are a lot of alarm systems on the market but you might be inclined to build your own. This little project can be put together using inexpensive

More information

Analysis and Simulation of UHF RFID System

Analysis and Simulation of UHF RFID System ICSP006 Proceedings Analysis and Simulation of UHF RFID System Jin Li, Cheng Tao Modern Telecommunication Institute, Beijing Jiaotong University, Beijing 00044, P. R. China Email: lijin3@63.com Abstract

More information

AUTOMATIC CLOTH FOLDING MACHINE

AUTOMATIC CLOTH FOLDING MACHINE AUTOMATIC CLOTH FOLDING MACHINE. By Xudong Li Anran Su Suicheng Zhan Final Report for ECE 445, Senior Design, Spring 2017 TA: Yuchen He 3 May 2017 Project No. 43 Abstract The purpose of this project is

More information

S-Band 2.4GHz FMCW Radar

S-Band 2.4GHz FMCW Radar S-Band 2.4GHz FMCW Radar Iulian Rosu, YO3DAC / VA3IUL, Filip Rosu, YO3JMK, http://qsl.net/va3iul A Radar detects the presence of objects and locates their position in space by transmitting electromagnetic

More information

Radiometrix. 433MHz high speed FM radio transceiver module

Radiometrix. 433MHz high speed FM radio transceiver module NEW NEW NEW NEW Radiometrix Issue E, 13 July 2001 BiM2-433-64 Advanced data is provided to assist in engineering evaluation. The data provided is believed to be accurate but may be subject to change. This

More information

LW MHz / 433 MHz ASK Receiver Preliminary Data Sheet Rev 0.3, August, 2006

LW MHz / 433 MHz ASK Receiver Preliminary Data Sheet Rev 0.3, August, 2006 Introduction The LW106 is a superheterodyne amplitude-shift-keying (ASK) modulation (or On-Off keying, OOK) single chip receiver. It is designed to operate for low power device (LPD) applications. Industry

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Guitar Tuner. EET 2278 Capstone Project. Tyler Davis. Sinclair Community College. EET 2278 Spring Professor Russo

Guitar Tuner. EET 2278 Capstone Project. Tyler Davis. Sinclair Community College. EET 2278 Spring Professor Russo Guitar Tuner EET 2278 Capstone Project Tyler Davis Sinclair Community College EET 2278 Spring 2016 Professor Russo 2 Table of Contents ACKNOWLEDGEMENTS... 3 ABSTRACT... 4 INTRODUCTION... 5 PRINCIPLES OF

More information

preliminary Antenna Design Guide for the SkyeRead M1 Background

preliminary Antenna Design Guide for the SkyeRead M1 Background Antenna Design Guide for the SkyeRead M1 Background The SkyeRead M1 is designed for low power RFID applications that require less than 4 inches read range when using the internal antenna of the M1. Alternatively,

More information

RF Board Design. EEC 134 Application Note. Jo Han Yu

RF Board Design. EEC 134 Application Note. Jo Han Yu EEC 134 Application Note Jo Han Yu EEC 134 Application Note RF Board Design Introduction The objective of this application note is to outline the process of designing system and PCB layout for RF board

More information

Lab 4. Crystal Oscillator

Lab 4. Crystal Oscillator Lab 4. Crystal Oscillator Modeling the Piezo Electric Quartz Crystal Most oscillators employed for RF and microwave applications use a resonator to set the frequency of oscillation. It is desirable to

More information

Improving the ADF5355 synthesizer board (Version with Touch-Display)

Improving the ADF5355 synthesizer board (Version with Touch-Display) Improving the ADF5355 synthesizer board (Version with Touch-Display) Hello, Matthias, DD1US, March 24 th 2018, rev 1.1 Searching for a way to extend the frequency range of my test equipment I decided to

More information

GNU Radio as a Research and Development Tool for RFID Applications

GNU Radio as a Research and Development Tool for RFID Applications GNU Radio as a Research and Development Tool for RFID Applications 25 September 2012 Christopher R. Valenta Agenda Overview of RFID and applications RFID/RFID-enabled sensors development GNU Radio as a

More information

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis 1 Executive Summary Problem Statement & Solution System Requirements System Analysis Testing & Validation Problems Lessons Learned Conclusion System Design 2 1 Constructing a wireless system makes this

More information

Cornhole/Bags Electronic Scoring System

Cornhole/Bags Electronic Scoring System Cornhole/Bags Electronic Scoring System Design Review Team #11 Travis and Kabir TA: Ryan May February 21, 2012 University of Illinois Department of Electrical and Computer Engineering ECE 445 0 Table of

More information

Instrumentation Receiver: Analog Signal Processing for a DSP World. Rick Campbell Portland State University

Instrumentation Receiver: Analog Signal Processing for a DSP World. Rick Campbell Portland State University Instrumentation Receiver: Analog Signal Processing for a DSP World Rick Campbell Portland State University Tonight s Talk discusses 3 questions: What is an Instrumentation Receiver? How does Rick design

More information