Arduino Hacking Village THOTCON 0x9

Size: px
Start display at page:

Download "Arduino Hacking Village THOTCON 0x9"

Transcription

1 RFID Lock Analysis Lab Use an Oscilloscope to view RFID transponder signals Use an Arduino to capture and decode transponder signals Use Arduino to spoof a transponder Lab time: 10 minutes Lab 1: Viewing an RFID signal RFID locks that use the EM400 and HID access card protocols work by generating a 125Khz electromagnetic field around the reader. This field provides power to transponders (badges or key tags) brought into the field. These transponders manipulate the field to transmit their code to the reader. We will use an oscilloscope to view the RFID signal. Step 1: Connections The USB Oscilloscope should already be connected as follows Channel 1 connected to the antenna signal on the lock Channel 2 connected to a data signal on the lock A black ground connection between the lock, Arduino and Oscilloscope Step 2: Start the Oscilloscope software Launch DSO 2090 Oscilloscope from the desktop Configure the software as follows: o Time/DIV set at 20.0 us (microseconds) o Channel 1 enabled, set to 1.00V, AC, x1 o Channel 2 disabled 1

2 Step 3: View the raw signal data Without a transponder near the lock, the RFID signal is a flat 125Khz wave. Now place the RFID card labeled Step 3 -HID onto the lock. You ll se the wave is now bumpy on the top and bottom. This bumpiness is the signal that the transponder is introducing into the EM field produced by the lock. (This HID RFID card is not compatible with the EM400 lock, so the lock does not beep) 2

3 Feel free to change the Time/DIV setting to further inspect the signal To change this bumpiness into a data signal, the lock uses an Envelope Detector Circuit, which outputs the overall shape of the wave. Step 4: View the Envelope data Channel 2 of the Oscilloscope is connected to the data coming out of the envelope detector circuit being fed into the processor of the lock. Remove the Step 3- HID card from the lock. Turn on channel 2 now. 3

4 Notice that without a card present at the lock, the #2 data channel doesn t seem to have a clean, discernable signal. Now place the Step 3 HID card back on the lock. The second signal will show a square signal with highs and lows. If you look closely you can see the highs and lows correspond to when the envelope of the raw RFID signal is rising or falling. In the next lab, we will feed this channel 2 signal into an Arduino to decode it and view the card number. 4

5 Lab 2: Using an Arduino to Decode RFID Signals In this lab we will use an Arduino to decode an RFID signal and retrieve a key code Step 1: Connecting to the Arduino Find the Arduino that is glued onto the RFID lock and connect it to the laptop with a USB cable. Disconnect any other Arduinos from the laptop. Open the Arduino software. Under the tools menu choose Port and select the COM port of the Arduino. There should be only one COM port available. Now choose Tools..Serial Monitor. Set the Serial baud rate to The Arduino should report Starting That means it is ready to read tags. 5

6 Step 2: Scan a Tag Scan a blue RFID tag. The serial output should report the tag ID that the Arduino read. Check that the number reported matches the number on the back of the tag. Feel free to inspect the Snooper source code under RFID Snooper Code on the desktop of the laptop. 6

7 Lab 3: Using an Arduino to Spoof a Tag We will use an Arduino and a hacked keyfob to generate the signal necessary to spoof other keyfobs. Step 1: Connecting to the Arduino Find the Arduino that is connected to a keyfob. Plug it into the laptop via USB. The Arduino spoofer keyfob should already be configured to be an EM400 key. Hold it next to the RFID lock. The lock should beep, and you should see the keyfob code in the serial Window if you left it running in the prior lab. Step 2: Writing a new key code to the keyfob Open the spreadsheet on the desktop titled Tag_ID_Calculation_Worksheet Type the code you want to spoof into the Tag ID field Copy the result in Cell B3, which starts with int data_to_spoof Open the Arduino program RFID_Spoofer from the RFID_Spoofer folder on the desktop Replace the line that starts with int data_to_spoof with your new data Go to Tools, Port and select the COM port that has the Spoofer Arduino. It is probably the only COM port that you haven t already used. Make sure the Arduino IDE Tools menu shows Board: Arduino Nano and Processor: Atmega 328 Select Sketch Upload to upload your Arduino sketch with your custom code to the Arduino keyfob Hold the keyfob near the RFID lock. It should beep, and the serial snooper should show your new RFID value. 7

8 Lab 4: Putting it all together In this lab you will read a key code for a badge configured to open the demonstration door, and then program the Arduino Spoofer to open the door. Step 1: Decode the signal Find a key fob that works for the door Follow the instructions in Lab 2 to collect the key fob value. Step 2: Create the code to write Follow these steps from Lab 3 to write that code to the Arduino key fob o Open the spreadsheet on the desktop titled Tag_ID_Calculation_Worksheet o Type the code you want to spoof into the Tag ID field o Copy the result in Cell B3, which starts with int data_to_spoof, into the Arduino RFID_Spoofer program o Write the program to the Arduino spoofer using the Arduino IDE Step 3: Create the code to write Hold the Arduino spoofer fob near the reader. The door should open. 8

58Khz ACOUSTO MAGNETIC SYSTEMS WIRING HANDBOOK

58Khz ACOUSTO MAGNETIC SYSTEMS WIRING HANDBOOK 58Khz ACOUSTO MAGNETIC SYSTEMS WIRING HANDBOOK E.A.S. SISTEMAS ANTIHURTO, S.L. 1 Revisión 1 06/2012 1. INTRODUCTION. 2. SYSTEM DESCRIPTION. a. TRANSMITER ANTENNA TX. b. RECEIVER ANTENNA RX. c. POWER SUPPLY.

More information

RFID ACCESS CONTROL. SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO

RFID ACCESS CONTROL. SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO RFID ACCESS CONTROL SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO 1 INTRODUCTION RFID (RADIO - FREQUENCY IDENTIFICATION) systems use RF signals for identification of people, animals and

More information

For this exercise, you will need a partner, an Arduino kit (in the plastic tub), and a laptop with the Arduino programming environment.

For this exercise, you will need a partner, an Arduino kit (in the plastic tub), and a laptop with the Arduino programming environment. Physics 222 Name: Exercise 6: Mr. Blinky This exercise is designed to help you wire a simple circuit based on the Arduino microprocessor, which is a particular brand of microprocessor that also includes

More information

smraza Getting Start Guide Contents Arduino IDE (Integrated Development Environment)... 1 Introduction... 1 Install the Arduino Software (IDE)...

smraza Getting Start Guide Contents Arduino IDE (Integrated Development Environment)... 1 Introduction... 1 Install the Arduino Software (IDE)... Getting Start Guide Contents Arduino IDE (Integrated Development Environment)... 1 Introduction... 1 Install the Arduino Software (IDE)...1 Introduction... 1 Step 1: Get an Uno R3 and USB cable... 2 Step

More information

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science?

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science? LESSONS Lesson Lesson : Microcontrollers and SBCs Microcontrollers and SBCs The Big Idea: This book is about computer science. It is not about the Arduino, the C programming language, electronic components,

More information

Lesson 3: Arduino. Goals

Lesson 3: Arduino. Goals Introduction: This project introduces you to the wonderful world of Arduino and how to program physical devices. In this lesson you will learn how to write code and make an LED flash. Goals 1 - Get to

More information

MINIMUM SYSTEM REQUIREMENTS

MINIMUM SYSTEM REQUIREMENTS Quick Start Guide Copyright 2000-2012 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this publication in any way without prior

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE LABORATORY 7: IR SENSORS AND DISTANCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOAL: This section will introduce

More information

Module: Arduino as Signal Generator

Module: Arduino as Signal Generator Name/NetID: Teammate/NetID: Module: Laboratory Outline In our continuing quest to access the development and debugging capabilities of the equipment on your bench at home Arduino/RedBoard as signal generator.

More information

MIDLAND PROGRAMING G14

MIDLAND PROGRAMING G14 MIDLAND PROGRAMING G14 1. PROGRAMMING CAPABILITY Welcome to the MIDLAND Programming software! It s a programming software specifically designed for G14 and must be used in conjunction with the dedicated

More information

MILL ONE. Assembly Manual. Manual Illustrated by Gontarz Design Studio

MILL ONE. Assembly Manual. Manual Illustrated by Gontarz Design Studio MILL ONE Assembly Manual Manual Illustrated by Gontarz Design Studio Safety Warnings and Guidelines 1. Be sure to carefully follow provided machine assembly instructions before machine use to ensure operator

More information

Arduino Lesson 1. Blink. Created by Simon Monk

Arduino Lesson 1. Blink. Created by Simon Monk Arduino Lesson 1. Blink Created by Simon Monk Guide Contents Guide Contents Overview Parts Part Qty The 'L' LED Loading the 'Blink' Example Saving a Copy of 'Blink' Uploading Blink to the Board How 'Blink'

More information

6.115 Final Project Proposal: An RFID Access Control System

6.115 Final Project Proposal: An RFID Access Control System 6.115 Final Project Proposal: An RFID Access Control System Christopher Merrill April 24, 2012 Abstract The goal of this nal project is to implement a device to read standard 125 khz RFID cards using the

More information

1W-H3-05 (K)* M12. * Letter K refers to a reader with a common cathode. RFID reader 125 khz Unique. Product Card

1W-H3-05 (K)* M12. * Letter K refers to a reader with a common cathode. RFID reader 125 khz Unique. Product Card 1W-H3-05 (K)* M12 RFID reader 125 khz Unique Product Card * Letter K refers to a reader with a common cathode. Before use Please do not open the reader and do not make any changes. This results in loss

More information

Lesson 13. The Big Idea: Lesson 13: Infrared Transmitters

Lesson 13. The Big Idea: Lesson 13: Infrared Transmitters Lesson Lesson : Infrared Transmitters The Big Idea: In Lesson 12 the ability to detect infrared radiation modulated at 38,000 Hertz was added to the Arduino. This lesson brings the ability to generate

More information

Using the 9XR Pro for More than Eight Channels

Using the 9XR Pro for More than Eight Channels Appendix B Using the 9XR Pro for More than Eight Channels Introduction In stock form, with a module such as the FrSky DJT or OrangeRx DSMX/DSM2 installed, the Turnigy 9XR Pro transmitter can control a

More information

UM-005 UM005-doc In reference to UM005-c-01.04

UM-005 UM005-doc In reference to UM005-c-01.04 NE T R ONI X Technical Data Sheet UM005-doc-01.04 In reference to UM005-c-01.04 Contents Contents... 2 Introductions... 3 Specifications... 3 Pin description... 4 Connection diagram... 4 Module PCB dimensions...

More information

LC-10 Chipless TagReader v 2.0 August 2006

LC-10 Chipless TagReader v 2.0 August 2006 LC-10 Chipless TagReader v 2.0 August 2006 The LC-10 is a portable instrument that connects to the USB port of any computer. The LC-10 operates in the frequency range of 1-50 MHz, and is designed to detect

More information

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6 ST-965 VX/D SMARTRUNK II & SMARTRUNK XPRESS Logic board Programming Software 2.9e User s Guide Revision R2.9 10/10/2008 INDEX INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3

More information

Blue Bamboo P25 Device Manager Guide

Blue Bamboo P25 Device Manager Guide Blue Bamboo P25 Device Manager Guide Version of Device Manager: 1.1.28 Document version: 2.3 Document date: 2011-09-20 Products: P25 / P25-M / P25i / P25i-M BLUE BAMBOO Headquarters Blue Bamboo Transaction

More information

WBT900. User s Manual. 900 MHz Wireless BACnet MSTP Radio. Page 1

WBT900. User s Manual. 900 MHz Wireless BACnet MSTP Radio.   Page 1 WBT900 User s Manual 900 MHz Wireless BACnet MSTP Radio www.aic-wireless.com Page 1 Thank you for your purchase of the WBT900, Wireless BACnet MSTP Transceiver. With appropriate placement and antenna selection,

More information

Operational Description

Operational Description Operational Description Wallterminal WT2000 ISO Tagit The Wallterminal WT2000 consists of the two components control unit and reader unit. The control unit is usually mounted in a save area inside the

More information

Mill One V2 Assembly Manual

Mill One V2 Assembly Manual Mill One V2 Assembly Manual Throughout this policy the words "we", "us" and "our", or Sienci Labs will be used to refer to Sienci Labs Inc. herein and Mill One or machine will refer to Sienci Labs Sienci

More information

9/2/2013 Excellent ID. Operational Manual eskan SADL handheld scanner

9/2/2013 Excellent ID. Operational Manual eskan SADL handheld scanner 9/2/2013 Excellent ID Operational Manual eskan SADL handheld scanner Thank You! We are grateful you chose Excellent ID for your SADL scanner needs. We believe this easy-to-use scanner will provide dependable

More information

Servomotor Control with Arduino Integrated Development Environment. Application Notes. Bingyang Wu Mar 27, Introduction

Servomotor Control with Arduino Integrated Development Environment. Application Notes. Bingyang Wu Mar 27, Introduction Servomotor Control with Arduino Integrated Development Environment Application Notes Bingyang Wu Mar 27, 2015 Introduction Arduino is a tool for making computers that can sense and control more of the

More information

Installation Instructions. RFID MHz Interface Board for EasyCoder F2 and F4 Printers

Installation Instructions. RFID MHz Interface Board for EasyCoder F2 and F4 Printers Installation Instructions RFID 13.56 MHz Interface Board for EasyCoder F2 and F4 Printers Information in this manual is subject to change without prior notice and does not represent a commitment on the

More information

RFID Door Unlocking System

RFID Door Unlocking System RFID Door Unlocking System Evan VanMersbergen Project Description ETEC 471 Professor Todd Morton December 7, 2005-1- Introduction In this age of rapid technological advancement, radio frequency (or RF)

More information

Megamark Arduino Library Documentation

Megamark Arduino Library Documentation Megamark Arduino Library Documentation The Choitek Megamark is an advanced full-size multipurpose mobile manipulator robotics platform for students, artists, educators and researchers alike. In our mission

More information

Interfacing with Other Programming Environments _Processing, _MAXMSP, _PureData,

Interfacing with Other Programming Environments _Processing,   _MAXMSP,   _PureData, + + + Interfacing with Other Programming Environments _Processing, http://processing.org/ _MAXMSP, http://cycling74.com/ _PureData, http://puredata.info/ Using the Firmata Library Firmata a generic protocol

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

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

AIT2000 CLASS B AIS TRANSPONDER

AIT2000 CLASS B AIS TRANSPONDER IMPORTANT NOTE The USB cable of the AIT2000 is designed to be used for configuring/programming the unit during installation and not for permanent connection to the boat s Navigation PC. If you intend to

More information

MPR kHz Reader

MPR kHz Reader MPR-5005 Page 1 Doc# 041326 MPR-5005 125kHz Reader Installation & Operation Manual - 041326 MPR-5005 Page 2 Doc# 041326 COPYRIGHT ACKNOWLEDGEMENTS The contents of this document are the property of Applied

More information

Photos PowerView. Photos PowerView. Configure WinTOTAL s compression

Photos PowerView. Photos PowerView. Configure WinTOTAL s compression Photos PowerView The Photos PowerView is your one stop shop for placing digital images on your photo pages. In this one screen, you can access digital cameras, read files from the integrated database,

More information

The wiring is relatively simple. You should put the module on one of the compatible Arduinos. The following are compatible:

The wiring is relatively simple. You should put the module on one of the compatible Arduinos. The following are compatible: Welcome! And thank you for purchasing our AZ-Delivery Data Logger module for the Arduino. On the following pages, we will take you through the first steps of the installation process on the Arduino. We

More information

Installation & Quick Start Guide AIT2000 Class B AIS Transponder

Installation & Quick Start Guide AIT2000 Class B AIS Transponder Installation & Quick Start Guide AIT2000 Class B AIS Transponder QUICK START AIT2000 - VR1.01 1. Introduction Congratulations on the purchase of your AIT2000 Class B AIS Transponder. It is recommended

More information

IC-400pro - RADIOAFICION.COM

IC-400pro - RADIOAFICION.COM PROCEDURES IC-400pro - 5- PREPARATION When you adjust the contents on pages 5-5 and 5-6, SOFT- WARE, the optional CS-400PRO ADJ SOFTWARE (Rev..0 or later), *OPC- JIG CABLE (modified OPC- CLONING CABLE;

More information

Basics of RFID technology Thomas Holtstiege Technical Manager EECC. October 2009

Basics of RFID technology Thomas Holtstiege Technical Manager EECC. October 2009 Basics of RFID technology Thomas Holtstiege Technical Manager EECC October 2009 About the European EPC Competence Center (EECC) First European EPCglobal accredited performance test center Active since

More information

RFID Reader Module (#28140) RFID 54 mm x 85 mm Rectangle Tag (#28141) RFID 50 mm Round Tag (#28142)

RFID Reader Module (#28140) RFID 54 mm x 85 mm Rectangle Tag (#28141) RFID 50 mm Round Tag (#28142) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

The DesignaKnit Serial E6000 Link 1

The DesignaKnit Serial E6000 Link 1 The DesignaKnit Serial E6000 Link 1 for the Passap / Pfaff Electronic 6000 What this link does This link enables downloading of stitch patterns to the Passap E6000 console. Patterns can be transferred

More information

Code Reader 2500 and Code Reader 3500 User Manual Appendix Appendix C - CR2500 and CR3500 Programming Code Matrix

Code Reader 2500 and Code Reader 3500 User Manual Appendix Appendix C - CR2500 and CR3500 Programming Code Matrix Code Reader 2500 and Code Reader 3500 User Manual Appendix Appendix C - CR2500 and CR3500 Programming Code Matrix C004675_AB_CR2500_CR3500_User Guide_Appendix _C 1 Table of Contents Batch Settings Batch

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

RFID Frequency Overview to Application fit

RFID Frequency Overview to Application fit RFID Frequency Overview to Application fit 1 The Radio Spectrum RFID tags exhibit different characteristics at different frequencies and it is highly unlikely that there will ever be one tag that can be

More information

J. La Favre Using Arduino with Raspberry Pi February 7, 2018

J. La Favre Using Arduino with Raspberry Pi February 7, 2018 As you have already discovered, the Raspberry Pi is a very capable digital device. Nevertheless, it does have some weaknesses. For example, it does not produce a clean pulse width modulation output (unless

More information

Wireless Keyboard Without Need For Battery

Wireless Keyboard Without Need For Battery Technical Disclosure Commons Defensive Publications Series April 29, 2015 Wireless Keyboard Without Need For Battery Vijay Asrani James Tanner Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

CALIFORNIA SOFTWARE LABS

CALIFORNIA SOFTWARE LABS Pulse Shaping on the Palm Pilot With serial, infrared and remote control applications CALIFORNIA SOFTWARE LABS R E A L I Z E Y O U R I D E A S California Software Labs 6800 Koll Center Parkway, Suite 100

More information

Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson

Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson Financial support to develop this tutorial was provided by the Bradley Department of Electrical and

More information

Definition of RF-ID. Lecture on RF-IDs

Definition of RF-ID. Lecture on RF-IDs Definition of RF-ID RF-ID: Radio Frequency Identification. Indicates the use of Electromagnetic waves to detect and identify TAGS (i.e. labels) purposely attached to objects Basic components (2) Interrogator

More information

BeeLine TX User s Guide V1.1c 4/25/2005

BeeLine TX User s Guide V1.1c 4/25/2005 BeeLine TX User s Guide V1.1c 4/25/2005 1 Important Battery Information The BeeLine Transmitter is designed to operate off of a single cell lithium polymer battery. Other battery sources may be used, but

More information

DMMDRV Software User Manual. Version: A10 50 / December 2015 Manual Code: DSFEN A

DMMDRV Software User Manual. Version: A10 50 / December 2015 Manual Code: DSFEN A DMMDRV Software User Manual Version: A10 50 / December 2015 Manual Code: DSFEN A1050 1215 Contents Section 1. General Software Safety Precautions 1.1 DYN2 System Safety 1.2 DYN4 System Safety 1.3 Servo

More information

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6 ST-965 KW/D SMARTRUNK II & SMARTRUNK XPRESS Logic board Programming Software 2.9e User s Guide Revision R2.9.8 12/30/2008 INDEX INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3

More information

Faculty of Electrical & Electronics Engineering BEE4233 Antenna and Propagation. LAB 1: Introduction to Antenna Measurement

Faculty of Electrical & Electronics Engineering BEE4233 Antenna and Propagation. LAB 1: Introduction to Antenna Measurement Faculty of Electrical & Electronics Engineering BEE4233 Antenna and Propagation LAB 1: Introduction to Antenna Measurement Mapping CO, PO, Domain, KI : CO2,PO3,P5,CTPS5 CO1: Characterize the fundamentals

More information

Name: First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits

Name: First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits Table of Contents: Pre-Lab Assignment 2 Background 2 National Instruments MyDAQ 2 Resistors 3 Capacitors

More information

The CO2 Sensor Calibration Kit

The CO2 Sensor Calibration Kit The CO2 Sensor Kit For use with all BAPI CO 2 Sensors Instruction Manual CO 2 Kit Product Identification and Overview BAPI s CO 2 Sensor Kit is designed to calibrate and verify the operation of all BAPI

More information

Internet of Things Student STEM Project Jackson High School. Lesson 2: Arduino and LED

Internet of Things Student STEM Project Jackson High School. Lesson 2: Arduino and LED Internet of Things Student STEM Project Jackson High School Lesson 2: Arduino and LED Lesson 2: Arduino and LED Time to complete Lesson 60-minute class period Learning objectives Students learn about Arduino

More information

AW900-SPEC USER S MANUAL

AW900-SPEC USER S MANUAL USER S MANUAL 900 MHz Site Survey Spectrum Analyzer Industrial-grade, long-range wireless Ethernet systems AvaLAN W I R E L E S S User s Manual Thank you for your purchase of the AW900-SPEC Site Survey

More information

USER MANUAL. ADS-B receiver PENTAGON

USER MANUAL. ADS-B receiver PENTAGON USER MANUAL ADS-B receiver PENTAGON July, 2013 0 Contents 1. Introduction... 3 2. Hardware... 4 3. adsbpic-decoder... 5 4. Antennas... 5 5. Metal casing... 7 6. PC-Software... 10 6.1 Start the Software...

More information

CAD-MF. PC-Based Multi-Format ANI & Emergency ANI Display Decoder. Manual Revision: Covers Firmware Revisions: CAD-MF: 1.

CAD-MF. PC-Based Multi-Format ANI & Emergency ANI Display Decoder. Manual Revision: Covers Firmware Revisions: CAD-MF: 1. CAD-MF PC-Based Multi-Format ANI & Emergency ANI Display Decoder Manual Revision: 2010-05-25 Covers Firmware Revisions: CAD-MF: 1.0 & Higher Covers Software Revisions: CAD: 3.21 & Higher Covers Hardware

More information

PHY 112L Activity 2 Electronics Primer

PHY 112L Activity 2 Electronics Primer PHY 112L Activity 2 Electronics Primer Name: Section: ID #: Date: Lab Partners: TA initials: Objectives 1. Introduce the power supply and multimeter commonly used to analyze electric circuits 2. Understand

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

Progress Report: A Water Fountain Orientated Cattle Monitoring System

Progress Report: A Water Fountain Orientated Cattle Monitoring System Animal Industry Report AS 654 ASL R2282 2008 Progress Report: A Water Fountain Orientated Cattle Monitoring System Garland Dahlke R. Brantley Ivey W. Darrell Busby Dallas L. Maxwell Shawn Shouse See next

More information

Uniden BCD396T Firmware Revision Notes

Uniden BCD396T Firmware Revision Notes Uniden BCD396T Firmware Revision Notes 1.20.13 As part of Uniden s commitment to the continued support of the BCD396T, Uniden has, from time to time, issued firmware updates. These updates contain major

More information

1Getting Started SIK BINDER //3

1Getting Started SIK BINDER //3 SIK BINDER //1 SIK BINDER //2 1Getting Started SIK BINDER //3 Sparkfun Inventor s Kit Teacher s Helper These worksheets and handouts are supplemental material intended to make the educator s job a little

More information

DMMDRV 2017 Software User Manual. Version: A1324 / December 2017 Manual Code: DSFEN A

DMMDRV 2017 Software User Manual. Version: A1324 / December 2017 Manual Code: DSFEN A DMMDRV 2017 Software User Manual Version: A1324 / December 2017 Manual Code: DSFEN A1324 1217 Contents Section 1. General Software Safety Precautions 1.1 DYN2 System Safety 1.2 DYN4 System Safety 1.3 Servo

More information

Instructions for getting connected with Incus and using IHearYou

Instructions for getting connected with Incus and using IHearYou Instructions for getting connected with Incus and using IHearYou Connect hearing aids Pair Incus Download IHearYou Incus connects your hearing aids Your Incus programmer connects your Blamey Saunders hearing

More information

CARD SORTING BOX USER S GUIDE. Model 20011

CARD SORTING BOX USER S GUIDE. Model 20011 CARD SORTING BOX USER S GUIDE Model 20011 Congratulations! You have just acquired an innovative, high quality product. We have put our highest effort into each development stage. We are sure that you will

More information

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE Exercise 4 Angle Tracking Techniques EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the principles of the following angle tracking techniques: lobe switching, conical

More information

IMU: Get started with Arduino and the MPU 6050 Sensor!

IMU: Get started with Arduino and the MPU 6050 Sensor! 1 of 5 16-3-2017 15:17 IMU Interfacing Tutorial: Get started with Arduino and the MPU 6050 Sensor! By Arvind Sanjeev, Founder of DIY Hacking Arduino MPU 6050 Setup In this post, I will be reviewing a few

More information

RigExpert TI-7 USB Transceiver Interface User s manual

RigExpert TI-7 USB Transceiver Interface User s manual RigExpert TI-7 USB Transceiver Interface User s manual Please read this manual before attempting to use the RigExpert TI-7 device. - - 2 - Table of contents 1. What is a RigExpert TI-7?... 4 2. Specifications...

More information

RFID circuit with read/write functions

RFID circuit with read/write functions RFID circuit with read/write functions IZ2803-5 The IZ2803-5 (equivalent of EM4100 EM Microelectronic Marin SA) is chip for multifunction contactless read/write cards with 64 bit EEPROM The IZ2803-5 is

More information

Grove - Infrared Receiver

Grove - Infrared Receiver Grove - Infrared Receiver The Infrared Receiver is used to receive infrared signals and also used for remote control detection. There is an IR detector on the Infrared Receiver which is used to get the

More information

STRUCTURE SENSOR QUICK START GUIDE

STRUCTURE SENSOR QUICK START GUIDE STRUCTURE SENSOR 1 TABLE OF CONTENTS WELCOME TO YOUR NEW STRUCTURE SENSOR 2 WHAT S INCLUDED IN THE BOX 2 CHARGING YOUR STRUCTURE SENSOR 3 CONNECTING YOUR STRUCTURE SENSOR TO YOUR IPAD 4 Attaching Structure

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding Advanced Laser Trimmed Ceramic Module AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary

More information

Issue No: MG025 Date: 05 June McMurdo SmartFind R5 GMDSS Radio IMO MSC. 1/Circ Update procedure

Issue No: MG025 Date: 05 June McMurdo SmartFind R5 GMDSS Radio IMO MSC. 1/Circ Update procedure Installation SERVICE BULLETIN Issue No: MG025 Date: 05 June 2017 McMurdo SmartFind R5 GMDSS Radio IMO MSC. 1/Circ. 1460 Update procedure Product Affected: McMurdo R5 GMDSS VHF Handheld Radio Reason: Compliance

More information

Light Emitting Diode IV Characterization

Light Emitting Diode IV Characterization Light Emitting Diode IV Characterization In this lab you will build a basic current-voltage characterization tool and determine the IV response of a set of light emitting diodes (LEDs) of various wavelengths.

More information

Radio Frequency Identification Pilot Project ICAR / Kansas State University And Kansas Animal Health Dept. Bryan Rickard 6/19/2008

Radio Frequency Identification Pilot Project ICAR / Kansas State University And Kansas Animal Health Dept. Bryan Rickard 6/19/2008 Radio Frequency Identification Pilot Project ICAR / 2008 Kansas State University And Kansas Animal Health Dept. Bryan Rickard 6/19/2008 Overview: Kansas NAIS RFID Pilot Project 1 NAIS & RFID Technology

More information

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18 LD2342 USWM V1.6 LD2342 V1.4 Page 1 of 18 GENERAL WARNINGS All Class A and Class B marine Automatic Identification System (AIS) units utilize a satellite based system such as the Global Positioning Satellite

More information

ASCOM EF Lens Controller

ASCOM EF Lens Controller ASCOM EF Lens Controller ASCOM EF Lens Controller control unit for Canon EF/EF-S lenses. It allows you to control lens using the ASCOM platform tools. Features (supported by driver): focus control; aperture

More information

Everything will be securely inserted inside the box so items do not shift during shipping and handling. Rev D 2

Everything will be securely inserted inside the box so items do not shift during shipping and handling. Rev D 2 Installation Guide Shipping Box Contains Everything that is included in the box being shipped to should contain the following items: Receiver Assembly Documentation on CD ROM Tags, if placed in the same

More information

MicroFox2 Manual. Version 0.5 August 28, 2017

MicroFox2 Manual. Version 0.5 August 28, 2017 Overview The Byonics MicroFox2 (MF2) is a small, 500mW, frequency agile 2-meter transceiver designed for hidden transmitter hunts, also called T-hunts, foxhunts, and ARDF. It is based on the Byonics MicroFox-PicCon,

More information

SECTION WIRELESS CLOCK/TONE GENERATOR SYSTEM

SECTION WIRELESS CLOCK/TONE GENERATOR SYSTEM SECTION 13805 WIRELESS CLOCK/TONE GENERATOR SYSTEM PART 1 GENERAL 1.01 SUMMARY A. Section Includes: Satellite based, synchronized wireless clock/tone generator system, including clocks, tone generator,

More information

Fixed Mount Scanner FUZZYSCAN FAMILY. Quick Start Guide FIXED MOUNT SCANNER

Fixed Mount Scanner FUZZYSCAN FAMILY. Quick Start Guide FIXED MOUNT SCANNER Fixed Mount Scanner FUZZYSCAN FAMILY Quick Start Guide FIXED MOUNT SCANNER Getting Familiar with Your FuzzyScan Thank you for choosing Cino FuzzyScan Fixed Mount Scanner. Built with FuzzyScan. Imaging

More information

DataCAD 18 Softlock. Universal Installer. Installation. Evaluation

DataCAD 18 Softlock. Universal Installer. Installation. Evaluation DataCAD 18 Softlock DataCAD 18 uses a software-based license management option, referred to as a softlock, in lieu of the hardware-based USB license key, or hardlock used by older versions. Each DataCAD

More information

VBRC 5. Radio Communicator. Installer Manual

VBRC 5. Radio Communicator. Installer Manual VBRC 5 Radio Communicator Installer Manual 10 / 10 / 2013 CONTENT 1. INTRODUCTION...3 2. SYSTEM STRUCTURE...3 3. SYSTEM PROGRAMMING WITH PC SOFTWARE...5 4. TROUBLESHOOTING...6 5. FIRMWARE UPGRADE...7 6.

More information

MCRF200. Contactless Programmable Passive RFID Device

MCRF200. Contactless Programmable Passive RFID Device M MCRF200 Contactless Programmable Passive RFID Device FEATURES Contactless programmable after encapsulation Read only data transmission 96 or 128 bits of OTP user memory Operates at 125 khz On chip rectifier

More information

Flight control Set and Kit

Flight control Set and Kit Flight control Set and Kit Quick Start Guide For MegaPirate NG Version 1.2 Thanks for choosing AirStudio flight control electronics. We have created it based on best-in-class software, hardware and our

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

USB Multifunction Arbitrary Waveform Generator AWG2300. User Guide

USB Multifunction Arbitrary Waveform Generator AWG2300. User Guide USB Multifunction Arbitrary Waveform Generator AWG2300 User Guide Contents Safety information... 3 About this guide... 4 AWG2300 specifications... 5 Chapter 1. Product introduction 1 1. Package contents......

More information

ID station Photomatic

ID station Photomatic Version 7.3 Last change : August 2016 Page 1 Introduction This is the of, the most reliable and fastest biometric passport photo system. This user guide helps you in everyday use. Please check www.idstation.eu

More information

ORCA-50 Handheld Data Terminal UHF Demo Manual V1.0

ORCA-50 Handheld Data Terminal UHF Demo Manual V1.0 ORCA-50 UHF Demo Manual V1.0 ORCA-50 Handheld Data Terminal UHF Demo Manual V1.0 Eximia Srl. www.eximia.it - www.rfidstore.it mario.difloriano@eximia.it 1 Eximia Srl www.eximia.it - www.rfidstore.it Catelogue

More information

M-16DX 16-Channel Digital Mixer

M-16DX 16-Channel Digital Mixer M-16DX 16-Channel Digital Mixer Workshop Using the M-16DX with a DAW 2007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission

More information

RCU-06 USER MANUAL. Introduction

RCU-06 USER MANUAL. Introduction RCU-06 USER MANUAL Introduction The following manual will show the features and how to use the new antenna electronic controller. As you will see, it is by far the most simple and intuitive controller

More information

WIRELESS BARCODE SCANNER. User Guide.

WIRELESS BARCODE SCANNER. User Guide. WIRELESS BARCODE SCANNER User Guide www.eskynow.com Thank you for choosing the Wireless Barcodes Scanner. Please read this manual carefully and keep it for future reference. If you need any further assistance,

More information

Users Guide. Meditory CORPORATION. Version 2015C v1.0 7/20/2015

Users Guide. Meditory CORPORATION. Version 2015C v1.0 7/20/2015 Patent No.: US 8,823,770 B2 & other patents pending Users Guide Version 2015C v1.0 7/20/2015 Meditory CORPORATION 7600 Grand River Road, Suite 230 Brighton, MI 48114 T (810) 225-9720 F (810) 225-9726 Toll

More information

I n s ta l l at i o n M a n u a l f o r T E D P r o H o m e T E D P r o L i t e A B C Rev 4.0

I n s ta l l at i o n M a n u a l f o r T E D P r o H o m e T E D P r o L i t e A B C Rev 4.0 I n s t a l l a t i o n M a n u a l f o r T E D P r o H o m e T E D P r o L i t e A B C Rev 4.0 IMPORTANT: The installation of your TED Pro Home system is a several-step process. The 1st step is the installation

More information

MAE106 Laboratory Exercises Lab # 1 - Laboratory tools

MAE106 Laboratory Exercises Lab # 1 - Laboratory tools MAE106 Laboratory Exercises Lab # 1 - Laboratory tools University of California, Irvine Department of Mechanical and Aerospace Engineering Goals To learn how to use the oscilloscope, function generator,

More information

Ness M1RF Wireless Receiver

Ness M1RF Wireless Receiver INSTALLATION MANUAL Ness M1RF Wireless Receiver Specifications, Installation and Programming Page 1 (Version 1.4 - May 2008) Ness Document No. 895-364 APPLICATION The Ness M1RF Receiver is a unique high

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary or Latching & Serial Data. Direct

More information

instruction manual for Open LRS New Generation

instruction manual for Open LRS New Generation instruction manual for Open LRS New Generation Table of contents 1. Important warnings 2. Hardware Overview 3 2.1 DTF UHF 4 Channel 4 2.2 HobbyKing RX 5 3. Instructions 3.1 Basic functions 6 3.2 Flashing

More information