Lost Item Pager. Project Description. Russ Kinley

Size: px
Start display at page:

Download "Lost Item Pager. Project Description. Russ Kinley"

Transcription

1 Lost Item Pager Project Description Russ Kinley

2 Introduction The lost item pager will have a base unit that is stationary, consisting of a few page buttons and a digital display. Each of the buttons will page a small pager that is attached to the item you have misplaced. The digital display will show the user which item is being paged and if the item is out of range of the base or beeping. The pager units, when triggered, will have LED s flash and emit a beeping sound that will be locatable to the user. When the lost item is found the button on the pager ends the beeping. Physical Description Base The base of the system will be much bigger than the pagers in order to make it easier to mount on the wall or sit on a desk. The LCD display will be the largest piece of hardware and will set the limit on how small the base can be. The printed circuit board for the MCU and all of the connected parts will not need to be larger than 4in x 3in. There will be three buttons, numbered 1, 2, and 3, three red LEDs each corresponding to a button, a green LED and an LCD display. These components will be spread out on the face of the base and will be soldered to the printed circuit board. The base will be powered using a 5V dc transformer plugged into a standard 120V 60Hz outlet. The green LED will be included to show that power is reaching the unit. Units: inches 1

3 Pagers The pagers will be about the size of a typical car alarm remote, as shown in the drawing below. The printed circuit board inside will contain all of the connecting hardware and will not need to be larger than 2in x 1.5in. The pagers in this system will run off of a 3V coin sized battery (one in each pager). Included in the pager are two red LEDs, a push button, a keychain hole and a speaker below the pin-holes in the plastic case. The case is slender to fit in one s pocket, with smooth rounded sides and corners to keep the pager comfortable to touch and hold. Functional Hardware Description Units: inches The base and the pager units will use a ZigBee system IC from Freescale, MC1321x, which includes an HCS08 microcontroller and an RF transceiver. The base will use a MC13213 which comes with 4K of RAM and 60K of flash, which will be plenty of memory for this application. The base unit will be using a 2x16, 5x7 LCD screen connected to the MCU by an 8 pin bus. Three push buttons will be included as shown in the drawing above, connected to port B on the MCU; one for each pager. A red LED corresponding to each button will be connected to port D on the MCU. The base will be stationary and plugged into an outlet so it is plausible to have continuous processing in the base requiring no low power sleep mode, but the pagers will be running off of batteries and so will need to be in low power mode most of the time until paged. On the pager an 8 ohm speaker will be included instead of an LCD screen and there will only be one button and two red LEDs. An MC13211 will be used in the pagers instead of the MC13213, because they are a little cheaper due to not as much memory: 1k of RAM 2

4 and 16k of flash which better fits the application. The pagers will run off of a small 3V coin sized lithium battery. To conserve battery life, the pagers will be in a low power mode most of the time and will wake up when the IRQ pin is set internally on the MCU through the transceiver. Base block diagram: 3.3V 5Vdc 3.3Vdc Power Supply 120Vac-5Vdc 3.3V regulator (500 ma) VDD LEDs 3 Port D PTD4-6 Xtal1-2 4k RAM 2MHZ Buttons 3 Port A PTA2-4 MC k Flash RFIN_M RFIN_P 5V Port B PTB0-7 8 LCD Vss 3

5 Pager block diagram: 3V battery Vddint Vbatt LEDs 2 Port D PTD4-5 Port D Xtal1-2 2MHz crystal Button Amp. and Speaker Port A PTA2 Port D PTD2 1k RAM 16k Flash MC13211 RFIN_M RFIN_P Vss Software Description The programming of the lost item pager s MCUs will be done using Freescale s Code Warrior; assembly and C languages. There will be a few program modules in the base used for the I/O routines on the base like displaying ASCII character strings on the LCD, a counter, active detection and a time-slice kernel to control the individual tasks. Just one main module will be used for the pagers. The system communication is relatively simple so I will be using SMAC (simple medium access control) to access between the wireless devices; the software is available from Freescale. The signals sent between the devices will be packets of data accompanied by an address, so that only the desired device actually receives the data or command. The system will have two-way communication between the base and the pagers, to allow useful functions like active detection. The active detection function in the base will pole the pagers once an hour to test if they respond back; this information will be used to display to the user if each pager is responsive (within range) or non-responsive (out of range). 4

6 The base unit will use a time-slice kernel module to pole the pagers, check for a button press, update LCD display, activate timer and display beeping timer. Only one pager, containing the correct address, will be allowed to activate and beep at a time to help avoid confusion from multiple sources of beeping. The system will be set up for peer to peer data transfers, though the pagers will not communicate with each other. The pagers are going to be in a low power mode most of the time and will need to wake up to receive a message using an IRQ from the transceiver. When each pager wakes up (transceiver returns from hibernate and MCU returns from stop3) the message s address sent from the base will be analyzed, letting the intended pager perform its task while the others return to the low power state. The MCU has a built in programmable Low Voltage Interrupt (LVI) that will be used to put the pager into a reset state when the battery runs low so that the device doesn t act in an unpredictable way due to low input power. To conserve power, a timer will be used on the base which will sent a signal to the beeping pager to return to sleep after five minutes of beeping. Below is a list of the expected modules used in this product: Base: Module Name LCD Display Wireless Page button Device Active Timer Time slice Kernel Pager: Module Name Main Description This will be used for displaying messages on the LCD This module will handle the transmit and receive operations and SMAC software Detect when a button is pressed and determines the next course of operation (state changes) Continuous polling module, determines if pager is responsive Counts in minutes and seconds, how long the page function has being running Creates time for each module or task to operate Description SMAC software and the repeated beeping and flashing tasks User Interfaces The lost item pager will be activated by pressing one of the buttons on the base. The LED on the base, corresponding to the button, will light up and the LCD display will show a message telling the user which item number is being paged. Once the pager starts beeping, a signal will be send back to the base from the pager telling the LCD display to add an item beeping message. The activated pager will have two LEDs that blink along with a locatable beeping sound from the speaker. The pager is deactivated by pressing either the button on the pager or by pressing the same button on the base. If a pager is beeping and another page button is pressed the beeping pager will continue to beep and the other pager will not. The base will tell the user that only one pager can be activated at a time. Both base and pager only have two states of function; the pager is either beeping or conserving energy in low power mode. The base can only either page 5

7 or wait, but there are seven LCD display messages used throughout the functioning of the base. Base LCD Messages: #1. When the item pager base is not being used, it will remain in the wait state. In this state the LCD display shows the main message shown below, the numbers in the bottom right corner correspond to the pager units that are found responsive to the base. I T E M P A G E R R E A D Y P R E S S B U T T O N #2. When a page button is pressed, the base will then be in the paging state and the LCD display shows the following message where instead of X the number on the button pressed will appear: P A G I N G # X... #3. If the pager receives the page signal with the correct address, it transition into the beeping state and returns a signal to the base. Then the LCD display will update to this message, where the time in minutes and seconds since the pager started beeping will appear: P A G I N G # X... # X B E E P I N G 0 0 : 0 0 #4. If the base is in the paging state (where either messages #2 or 3 are shown) and the user presses a different page button the message below will appear for 10 seconds before returning to the previous message: O N L Y O N E I T E M A T A T I M E 0 0 : 0 0 #5. If the pager does not receive the page signal (pager out of range or dead battery), no acknowledgement signal will be returned to the base from the pager and the following message will be displayed instead of display #3: P A G I N G # X... N O R E S P O N S E 6

8 #6. When the button on the beeping pager is pressed, the base returns to the wait state and this message will be displayed: P A G E R # X F O U N D 0 0 : 0 0 #7. If the pager has been clocked at beeping for five minutes or if the same page button was pressed again on the base, the base will return to the wait state the following message is displayed on the screen: P A G I N G # X E N D E D 0 0 : 0 0 After 30 seconds of displaying any of the three messages shown directly above (#5, 6, 7), the base will return to the wait state and the main screen (#1) will reappear as shown below. In this display, pager 1 has been non-responsive (out of range) and pagers 2 and 3 are responsive (in range of the base). I T E M P A G E R R E A D Y P R E S S B U T T O N Base State Diagram Page Button Pressed Wait Display message #1, 6 or 7 shown Polls pagers hourly Waits for user input Paging LCD shows one of page messages either #2,3,4 or 5 Found signal received from pager, same button pressed again on base or the base timed five minutes of beeping 7

9 Communication Standards and Protocol The MC1321x is designed to meet the IEEE standards set for Zigbee wireless devices, IEEE , which is the short-distance wireless communication standard for 2.4 GHz ISM band. The features of the standard used in this project are data rate of 250kbps, two addressing modes; 16 bit and 64 bit, power management for low power consumption, 16 channels in the 2.4GHz ISM band. The data transferred between the base and pagers will be set up as peer to peer communication sent using SMAC software. The FCC rules and regulations needed for this project are stated under 47 C.F.R. part 15, for unlicensed low power radio frequency communication. The rules encountered in this project are basically stating that the Zigbee parts cannot be manipulated or changed, that interference from the devices must be within a tolerance and if the product is to be marketed it must be tested and inspected by the commission. The prototype I will demonstrate will be designed on a Zigbee evaluation kit which has already been approved by the FCC and meets the IEEE standards. Development Plan Weekly schedule: My prototype will be created on a Zigbee evaluation kit, which is similar to my actual design. Using this kit; one central board with LCD and two smaller battery operated boards, so I should not need to add any hardware. Therefore the bulk of my prototype 8

10 creation will be software oriented. I will first need to practice some simple programming on the boards to become familiar with how the boards work such as LED lighting and blinking, sound generation and RF transmitting and receiving. There are a few example software programs and tests provided on the Freescale website, which will help me complete my understanding of the boards. I have created a list of a few programs I will be experimenting with and a plan for incorporating all the different parts needed to complete the design and prototype on a weekly schedule for winter and spring quarters: Winter Quarter Week 1 Week 2 Week 3 Week 4 Week 5 Week6 Week 7 Week 8 Week 9 Week 10 Finals Week Spring Quarter Week 1 Week 2 Week 3 Week 4 Week 5 Week6 Week 7 Week 8 Week 9 Week 10 Finals Week Research Zigbee requirements for transmitting Determine which sleep mode is most appropriate Determine good sound frequency signal Design/ find a test program for LEDs and other board operations Finish test programs Begin testing LCD module Continue LCD tests Decide what areas will need more work than others Begin testing RF transmitting/ communication between boards Distinguish best way to wake pagers Further testing Begin finalizing hardware description and design Continue on hardware Finish hardware description and design Hardware Reviews Finalized software flow chart Begin software programming Test and debug Time to program/ clean up code Code Reviews Demonstration Development hardware and software: The software programming will be done using Freescale Code Warrior. I will be using the mixed signal digital oscilloscopes in the ET 340 lab to test pin outputs for the timeslice usage and various functions as the development continues. I will be using the P&E USB multilink interface from Freescale to program the boards from a USB port on the computers in the ET 340 lab. Demonstrating the Prototype: The boards I am using in the development kit are inside plastic cases and should not require any additional hardware. Because the units are encased, I plan on allowing people to come up and try out the system (move the pager units around the room) while I 9

11 will be there to answer questions and show off its features. In order to show my project to many people a visual prop will be accompanying me at my station. Design Issues The most important issue in my project will be to create a design with excellent battery life, which will depend on the sleep modes available. There are two sleep modes available on the MCU: stop2 and stop3. There will need to be a wireless external interrupt sent from the base to wake up the pagers so that they will receive and process the commands from the base. A trade off of lower power consumption in sleep mode is wake up time, which will delay the response from the pager, but it will be important for the pagers to respond relatively quickly to a signal from the base. Electrical Specifications Project specifications/ Environment Conditions Parameter Condition Units Frequency range GHz Transmit range 75 ft Operating temp 0-50 ºC Pager PCB 2x1.5 in. Base PCB 3x4 in. Speaker output 100 db # of possible pagers 3 47 C.F.R. Sec. 15 RF device requirements FCC Standards IEEE Zigbee RF devices IEEE Standard Power Requirements Pager: Power Source size milliamp hrs Pd (ma) cost expected life 3V lithium battery 24.5mm $ hrs (beeping) hr (Sleeping) Base unit: Power Source Size (in) milliamp hrs Pd (ma) cost expected life 5V dc switching power supply 2.5 x 1.4 x $

12 Preliminary Parts list: Base Part Part # Quantity Price(ea) Cost Distributor Power Dissipation Lead Time MCU/transceiver MC $3.43 $3.43 Freescale 2.1mA 6weeks LCD Display MDLS16268B 1 $8.30 $8.30 Digikey 9mA 6weeks LED (red) ND 3 $0.09 $0.27 Digikey 1mA 2-3weeks LED (green) ND 1 $0.09 $0.09 Digikey 1mA 2-3weeks Quartz Crystal NJU $0.25 $0.25 Digikey 0mA 2-3weeks Button EFTL620 3 $0.41 $1.23 Digikey 0mA 2-3weeks antenna Resistors RNF1/2T210K 9 $0.03 $0.27 Digikey 2.7mA 2-3weeks 5V wall transformer T977-P6P-ND 1 $4.94 $4.94 Digikey - 3-4weeks Inductors varies 5 $0.30 $1.50 Digikey 0mA 2-3weeks Capacitors varies 6 $0.30 $1.80 Digikey 0mA 2-3weeks Transformers varies 1 $1.02 $1.02 Digikey 0mA 2-3weeks 3.3V regulator LM2937ET $0.71 $0.71 National 6weeks Totals: $ mA Pager Part Part # Quantity Price (ea.) Cost Distributor Power Dissipation Lead Time MCU/transceiver MC $3.43 $3.43 Freescale 2.1mA 6weeks 8 ohm speaker 1420CM08(GP) 1 $1.00 $1.00 Digikey 1.5mA 2-3weeks LED (red) $0.09 $0.18 Digikey 1mA 2-3weeks Quartz Crystal NJU $0.25 $0.25 Digikey 0mA 2-3weeks Button EG4375CT-ND 1 $0.41 $0.41 Digikey 0mA 2-3weeks transistor (signal amp) 2N222 1 $0.21 $0.21 Digikey 1.5mA 2-3weeks antenna Resistors RNF1/2T210K 6 $0.03 $0.10 Digikey 1.8mA 2-3weeks 3V Lithium Battery N340-ND 1 $1.28 $1.28 Digikey - 2-3weeks Inductors varies 6 $0.30 $1.80 Digikey 0mA 2-3weeks Capacitors varies 6 $0.30 $1.80 Digikey 0mA 2-3weeks Totals: $ mA 11

Wireless Power Panel Meter (WPPM)

Wireless Power Panel Meter (WPPM) Wireless Power Panel Meter (WPPM) Kyle Coan & Phil Perrigo Senior Project Description Western Washington University November 3, 2009 Prof. Todd Morton Page 1 of 13 Introduction With recent development

More information

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity.

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Module Introduction Purpose This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Objectives Understand Freescale s approach to ZigBee architecture

More information

GL-104 ENCODER/DECODER MANUAL GLOLAB CORPORATION

GL-104 ENCODER/DECODER MANUAL GLOLAB CORPORATION GL-04 ENCODER/DECODER MANUAL GLOLAB CORPORATION Thank you for buying our Encoder / Decoder Module. The goal of Glolab is to produce top quality electronic kits, products and components. All of our kits

More information

Lost Item Pager. Russ Kinley. Project Proposal Etec 471

Lost Item Pager. Russ Kinley. Project Proposal Etec 471 Lost Item Pager Russ Kinley Project Proposal Etec 471 Introduction The lost item pager will have a base unit that is stationary, consisting of a few page buttons and a digital display. Each of the buttons

More information

Wireless Smart Charging System for Mobile Devices

Wireless Smart Charging System for Mobile Devices Wireless Smart Charging System for Mobile Devices Project Description Jacie Unpingco Western Washington University EE Class of 2015-2016 1 Introduction The proposed project is a wireless smart charging

More information

GL116 ENCODER/DECODER MANUAL GLOLAB CORPORATION

GL116 ENCODER/DECODER MANUAL GLOLAB CORPORATION GL ENCODER/DECODER MANUAL GLOLAB CORPORATION Thank you for buying our GL Encoder / Decoder Module. This device was developed in response to many requests for an encoder and decoder that would serialize

More information

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee.

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. Introduction ZigBee is one of the Advanced Wireless Technology and CC2430 is the first single-chip

More information

Shortform Datasheet DS0016 AM094 LoRa / LoRaWAN / Wireless Meter-Bus 868MHz Narrowband Modem

Shortform Datasheet DS0016 AM094 LoRa / LoRaWAN / Wireless Meter-Bus 868MHz Narrowband Modem Shortform Datasheet DS0016 AM094 LoRa / LoRaWAN / Wireless Meter-Bus Production Status Sampling Important Information The information contained in this document is subject to change without notice. Please

More information

Exclusive 2.5 GHz Frequency Counter

Exclusive 2.5 GHz Frequency Counter Exclusive 2.5 GHz Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and tune this frequency counter KIT. Features: Frequency range from 5 MHz to 2.5GHz Factory

More information

Remote Keyless Entry In a Body Controller Unit Application

Remote Keyless Entry In a Body Controller Unit Application 38 Petr Cholasta Remote Keyless Entry In a Body Controller Unit Application Many of us know this situation. When we leave the car, with a single click of a remote control we lock and secure it until we

More information

KW2XD REFERENCE DESIGNS

KW2XD REFERENCE DESIGNS KW2XD REFERENCE DESIGNS OCCUPANCY SENSOR NODE WIRELESS APPLICATION ENGINEERING FEB, 2017 PUBLIC What is a Reference Design? A form-factor design example, essentially ready to build 1.3 Proven performance

More information

MHz TRANSCEIVER. Bi-Directional Send and Receive. Compatible with: Transmitter Receiver Transceiver. Part # Part #

MHz TRANSCEIVER. Bi-Directional Send and Receive. Compatible with: Transmitter Receiver Transceiver. Part # Part # 433.92 MHz TRANSMITTER 433.92 MHz TRANSCEIVER 433.92 MHz RECEIVER Part # 27986 Part # 27988 Part # 27987 Single Direction Send Only Bi-Directional Send and Receive Single Direction Receive Only Compatible

More information

Transcendent Frequency Counter

Transcendent Frequency Counter Transcendent Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and operate this frequency counter KIT. Features: The transcendent counter has two input channels

More information

RF4431 wireless transceiver module

RF4431 wireless transceiver module RF4431 wireless transceiver module 1. Description RF4431 adopts Silicon Labs Si4431 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

BT2540 Bluetooth 4.0 BLE (CC2540) Module Users Manual

BT2540 Bluetooth 4.0 BLE (CC2540) Module Users Manual BT2540 Bluetooth 4.0 BLE (CC2540) Module Users Manual Revision 1.0 Online download: This manual: /images/manual/bluetooth/bt2540manual.pdf Software: http:///images/manual/bluetooth/cdrom-bt2540.rar 2012.08.31.

More information

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B ZMD400-A01 ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE 802.15.4 Standard DATA SHEET Version B Quan International Co., Ltd., ZMD400 Features Fully compliant 802.15.4 Standard

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

Reindeer Technologies Pvt Ltd Excellence through Innovation

Reindeer Technologies Pvt Ltd Excellence through Innovation RDZM-T24FZ 2.4 GHZ IEEE 802.15.4/ZIGBEE RF TRANSCEIVER Datasheet Reindeer Technologies Pvt Ltd Excellence through Innovation S-2, Old No. 15, New No. 31 Rajamannar Street, T Nagar, Chennai 600017 India.

More information

The Freescale MC908JL16 Microcontroller

The Freescale MC908JL16 Microcontroller Ming Hsieh Department of Electrical Engineering EE 459Lx - Embedded Systems Design Laboratory The Freescale MC908JL16 Microcontroller by Allan G. Weber 1 Introduction The Freescale MC908JL16 (also called

More information

Shack Clock kit. U3S Rev 2 PCB 1. Introduction

Shack Clock kit. U3S Rev 2 PCB 1. Introduction Shack Clock kit U3S Rev 2 PCB 1. Introduction Thank you for purchasing the QRP Labs Shack Clock kit. This clock uses the Ultimate3S QRSS/WSPR kit hardware, but a different firmware version. It can be used

More information

Yared Woldekiros Project Description Web Enabled Home Automation ETec 471 DEC 08, 2009

Yared Woldekiros Project Description Web Enabled Home Automation ETec 471 DEC 08, 2009 Yared Woldekiros Project Description Web Enabled Home Automation ETec 471 DEC 08, 2009 Introduction: The design of Web Enabled Home Automation (WEHA) is a standalone device that can control and monitor

More information

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing CMS-8GP32 A Motorola MC68HC908GP32 Microcontroller Board xiom anufacturing 2000 717 Lingco Dr., Suite 209 Richardson, TX 75081 (972) 994-9676 FAX (972) 994-9170 email: Gary@axman.com web: http://www.axman.com

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

EasyPIC5 Development System

EasyPIC5 Development System EasyPIC5 Development System Part No.: MPMICRO-PIC-Devel- EasyPIC5 Overview EasyPIC5 is a development system that supports over 120 8-, 14-, 18-, 20-, 28- and 40-pin PIC MCUs. EasyPIC5 allows PIC microcontrollers

More information

A Human Fall Detection System:

A Human Fall Detection System: A Human Fall Detection System: Using leading edge technology Sensor and Analog Product Division RTAC Americas Human Fall Detection System The problem How to detect the fall of a person in different situations?

More information

Technical Document. Model: F120 Name: F120 PCBA Service Manual No.: Version: V1.0. Check Sign. Standard Approved

Technical Document. Model: F120 Name: F120 PCBA Service Manual No.: Version: V1.0. Check Sign. Standard Approved Technical Document Model: F120 Name: F120 PCBA Service Manual No.: Version: V1.0 Drawn Check Sign wanglinwen Standard Approved Amendment Records No. Version Drawn/ Brief Date Reason Amender Introduction

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help AVR Intermediate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

Grocery Guard. Paul Santos. Senior Project Description. Western Washington University Electronics Engineering Technology

Grocery Guard. Paul Santos. Senior Project Description. Western Washington University Electronics Engineering Technology Grocery Guard Senior Project Description Western Washington University Electronics Engineering Technology 2012 2013 Paul Santos Table of Contents 1) Introduction Page 2 2) Description & Sketch of Hardware

More information

MICRO-TRAK 300 MANUAL VER 1.4

MICRO-TRAK 300 MANUAL VER 1.4 MICRO-TRAK 300 MANUAL VER 1.4 The Micro-Trak 300 Version 1.4 is a miniature APRS (Automatic Position Reporting System) transmitter operating on the North American APRS frequency standard of 144.390 MHz.

More information

Andover ContinuumTM Infinet II

Andover ContinuumTM Infinet II Andover ContinuumTM Infinet II i2920 System Controllers The Andover Continuum Infinet II i2920 System Controller is designed to meet the needs of your most demanding control and monitoring applications

More information

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Freescale Semiconductor Inc. Microcontroller Solutions Group FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Table of Contents 1 FRDM-KL46Z Overview... 3 2 References documents... 3 3 Getting started...

More information

Efficient HVAC System

Efficient HVAC System Efficient HVAC System Group 6 Sponsored by AC3 Development Group LLC Derick Holzmacher Cory Glass Andrew Mertens Joshua New Motivation HVAC systems are one of the leading energy consuming appliances in

More information

PL1167. Low Power High Performance Single Chip 2.4GHz Transceiver. Product Description: Key Features: Applications: Pin Configuration:

PL1167. Low Power High Performance Single Chip 2.4GHz Transceiver. Product Description: Key Features: Applications: Pin Configuration: Low Power High Performance Single Chip 2.4GHz Transceiver Product Description: is a piece of true low power high performance single chip 2.4GHz transceiver, which is designed for operation in the world

More information

Product Brief. Model: TLM922S-P01A. Ver.1.4

Product Brief. Model: TLM922S-P01A. Ver.1.4 Product Brief Model: TLM922S-P01A Ver.1.4 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 5 6. PCB Dimension... 6 7. Pin Configuration...

More information

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity.

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Module Introduction Purpose This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Objectives Understand Freescale s approach to ZigBee architecture

More information

DEMO9S08SH32/SG32 Demonstration Board for Freescale MC9S08SH32/SG32

DEMO9S08SH32/SG32 Demonstration Board for Freescale MC9S08SH32/SG32 DOC-0421-010, REV A DEMO9S08SH32/SG32 Demonstration Board for Freescale MC9S08SH32/SG32 Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com CONTENTS

More information

nblue TM BR-MUSB-LE4.0-S2A (CC2540)

nblue TM BR-MUSB-LE4.0-S2A (CC2540) Page 1 of 5 Copyright 2002-2014 BlueRadios, Inc. Bluetooth 4.0 Low Energy Single Mode Class 1 SoC USB Serial Dongle nblue TM BR-MUSB-LE4.0-S2A (CC2540) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW

More information

QUASAR KIT No DIGITAL DOWN TIMER 99 MIN WITH PIC

QUASAR KIT No DIGITAL DOWN TIMER 99 MIN WITH PIC QUASAR KIT No 1173 - DIGITAL DOWN TIMER 99 MIN WITH PIC KIT 1173 is a digital countdown timer based on a micro controller, thus securing reliability and excellent operation under any circumstances. It

More information

Rapid40i PIC Prototyping PCB User Manual

Rapid40i PIC Prototyping PCB User Manual Description This is a PCB designed to facilitate the rapid prototyping of a device based on a 40 pin Microchip PIC microcontroller. To allow users to focus on their application, we take care of key housekeeping

More information

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR. ELECTRONICS & COMMUNICATION DEPARTMENT Question Bank- 1

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR. ELECTRONICS & COMMUNICATION DEPARTMENT Question Bank- 1 SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR ELECTRONICS & COMMUNICATION DEPARTMENT Question Bank- 1 Subject: Microcontroller and Interfacing (151001) Class: B.E.Sem V (EC-I & II) Q-1 Explain RISC

More information

Product Specification

Product Specification Product Specification Features Amp ed RF, Inc. Description 15mm x 27mm The added class 1 power, +18dBm, of the BT-11, gives this module one of the best ranges in the industry. It s completely pin compatible

More information

Home Security System with Remote Home Automation Control

Home Security System with Remote Home Automation Control Home Security System with Remote Home Automation Control Justin Klumpp Senior Project Hardware Description Western Washington University April 24 2005 Professor Todd Morton Introduction: This document

More information

DEMO9S08SH8/SG8 Demonstration Board for Freescale MC9S08SH8/SG8

DEMO9S08SH8/SG8 Demonstration Board for Freescale MC9S08SH8/SG8 DOC-0398-010, REV A DEMO9S08SH8/SG8 Demonstration Board for Freescale MC9S08SH8/SG8 Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com CONTENTS

More information

Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3

Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3 1. Introduction Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3 Thank you for purchasing this QRP Labs Shack Clock kit. The kit uses the same PCB and bag of components as some other QRP Labs kits.

More information

Building and using JasperMIDI

Building and using JasperMIDI Building and using JasperMIDI Table of Contents Introduction... Bill Of Materials... 2 Building Choices... 3 Construction... 4 Installing in a Jasper enclosure... 5 Standalone use... 6 Using JasperMIDI...

More information

Analog, Mixed-Signal and Power Management

Analog, Mixed-Signal and Power Management Analog, Mixed-Signal and Power Management MM912_637 Applications Battery Current / Voltage / Temperature Monitoring Battery State of Charge Monitoring Battery State of Health Monitoring Xtrinsic Integrated

More information

Datasheet DS0010 AM090 Wireless Meter-Bus 868MHz Narrowband Modem Advance Information Production Status Production

Datasheet DS0010 AM090 Wireless Meter-Bus 868MHz Narrowband Modem Advance Information Production Status Production Datasheet DS0010 AM090 Wireless Meter-Bus 868MHz Narrowband Modem Production Status Production Important Information The information contained in this document is subject to change without notice. Please

More information

TEVATRON TECHNOLOGIES PVT. LTD Embedded! Robotics! IoT! VLSI Design! Projects! Technical Consultancy! Education! STEM! Software!

TEVATRON TECHNOLOGIES PVT. LTD Embedded! Robotics! IoT! VLSI Design! Projects! Technical Consultancy! Education! STEM! Software! Summer Training 2016 Advance Embedded Systems Fast track of AVR and detailed working on STM32 ARM Processor with RTOS- Real Time Operating Systems Covering 1. Hands on Topics and Sessions Covered in Summer

More information

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

Product Specification

Product Specification Product Specification Product Name: M904S Bluetooth SiP Module -BT 4.0 LE Version: 1.04 Doc No: Date: Nov 25 th, 2016 MtM Technology Corporation 8F, 178 MinQuan East Road Section 3, Taipei, Taiwan (R.O.C.)

More information

LOW ENERGY ANDROID GAMEPAD. Project Proposal

LOW ENERGY ANDROID GAMEPAD. Project Proposal LOW ENERGY ANDROID GAMEPAD Project Proposal Marty Lewis Andrzej Forys Table of Contents Introduction 3 Implementation 4 Target Platform and Wireless Medium 4 Hardware.. 5 Software... 7 Interface Specifications

More information

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Intermidiate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

BACnet. b3810 Series Local Controllers

BACnet. b3810 Series Local Controllers BACnet b380 Series Local Controllers The Andover Continuum TM b380 series controllers are designed for control of Air Handling Units, Roof Top Units, and other mechanical plant equipment. 0 Features Choose

More information

Button Code Kit. Assembly Instructions and User Guide. Single Button Code Entry System

Button Code Kit. Assembly Instructions and User Guide. Single Button Code Entry System Button Code Kit Single Button Code Entry System Assembly Instructions and User Guide Rev 1.0 December 2009 www.alan-parekh.com Copyright 2009 Alan Electronic Projects Inc. 1. Introduction... 4 1.1 Concept

More information

HT-1A Dual Band CW QRP Transceiver. User Manual

HT-1A Dual Band CW QRP Transceiver. User Manual HT-1A Dual Band CW QRP Transceiver User Manual Rev A, June 17, 2018 Designed by BD4RG Exclusively distributed by CRKITS.COM and its worldwide distributors Join the group http://groups.io/g/crkits to get

More information

Andover ContinuumTM Infinet II

Andover ContinuumTM Infinet II Andover ContinuumTM Infinet II The i80 Series controllers are designed for control of Air Handling Units, Roof Top Units, and other mechanical plant equipment. Features 0 Choose the i80 model with the

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 1/24/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 1/24/2011 www.rovingnetworks.com rn-174-ds v1.1 1/24/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

BT-22 Product Specification

BT-22 Product Specification BT-22 Product Specification Features Amp ed RF, Inc. Description 10.4 mm x 13.5 mm Our micro-sized Bluetooth module is the smallest form factor available providing a complete RF platform. The BT-22 is

More information

Product Specification

Product Specification Product Specification 15mm x 27mm Description One of the most capable Bluetooth modules available, the BT-21 Bluetooth OEM Module is designed for maximum flexibility. The BT-21 module includes 14 general

More information

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Company Robotic Arm PC Interface allows real time computer control and an interactive script writer/player for programming and

More information

ARRL ETP Solder Hour Clock Kit Construction Manual

ARRL ETP Solder Hour Clock Kit Construction Manual ARRL ETP Solder 101 24-Hour Clock Kit Construction Manual Do a complete parts check cross checking the individual parts against the parts list. Pay particular attention to the color code for the resistors:

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 3/3/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 3/3/2011 www.rovingnetworks.com rn-174-ds v1.1 3/3/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

MC68HC908JB8 MC68HC08JB8 MC68HC08JT8

MC68HC908JB8 MC68HC08JB8 MC68HC08JT8 MC68HC908JB8 MC68HC08JB8 MC68HC08JT8 Technical Data M68HC08 Microcontrollers MC68HC908JB8/D Rev. 2.3 9/2005 freescale.com MC68HC908JB8 MC68HC08JB8 MC68HC08JT8 Technical Data To provide the most up-to-date

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

University of Florida EEL 4744 Drs. Eric M. Schwartz, Karl Gugel & Tao Li Department of Electrical and Computer Engineering

University of Florida EEL 4744 Drs. Eric M. Schwartz, Karl Gugel & Tao Li Department of Electrical and Computer Engineering Page 1/9 Revision 1 OBJECTIVES In this document you will learn how to solder and to debug a board as you are building it. REQUIRED MATERIALS Website documents o UF 68HC12 Development Board Manual (board

More information

SMART HOME SYSTEMS. Group 10. Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE

SMART HOME SYSTEMS. Group 10. Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE SMART HOME SYSTEMS Group 10 Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE Motivations Energy efficiency light automation, appliance control Convenience control through your portable smartphone

More information

Project Plan. Project Plan. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

BLE MODULE SPECIFICATIONS

BLE MODULE SPECIFICATIONS WIRELESS-TAG BLE MODULE SPECIFICATIONS nrf51-01/02/dk Bluetooth Low Energy (BLE) module of nrf51-01/02 is the next generation BLE module released by SEMITRION electronics. The modules use nrf51822 from

More information

Schematic Diagram: R2,R3,R4,R7 are ¼ Watt; R5,R6 are 220 Ohm ½ Watt (or two 470 Ohm ¼ Watt in parallel)

Schematic Diagram: R2,R3,R4,R7 are ¼ Watt; R5,R6 are 220 Ohm ½ Watt (or two 470 Ohm ¼ Watt in parallel) Nano DDS VFO Rev_2 Assembly Manual Farrukh Zia, K2ZIA, 2016_0130 Featured in ARRL QST March 2016 Issue Nano DDS VFO is a modification of the original VFO design in Arduino Projects for Amateur Radio by

More information

Rapid28iXL PIC Prototyping PCB User Manual

Rapid28iXL PIC Prototyping PCB User Manual Description Features This is a PCB designed to facilitate the rapid prototyping of a device based on a 28 pin Microchip PIC microcontroller. To allow users to focus on their application, we take care of

More information

Table 1 Brief Specifications

Table 1 Brief Specifications Rev.1.1 MICROCOMPUTER WITH BUILT-IN PAGING DECODER The microcomputer incorporates a decoder conforming to CCIR Radio Paging Decode 1(POCSA Code), a melody generator, an LCD driver and a timer. Only attaching

More information

Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA. Team 5

Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA. Team 5 Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA EEL4914 Senior Design I Team 5 alife - advanced Living Integration For Education A) Project narrative description

More information

Build Your Own Home Security System

Build Your Own Home Security System Build Your Own Home Security System Student Lab Guide Engineering Teaching Laboratory Name Date Lab Partner(s) NEW TERMS Electric Circuit: Electric circuits are paths for transmitting electric current,

More information

ECE 480 Team 5 Introduction to MAVRK module

ECE 480 Team 5 Introduction to MAVRK module ECE 480 Team 5 Introduction to MAVRK module Team Members Jordan Bennett Kyle Schultz Min Jae Lee Kevin Yeh Definition of MAVRK Component of MAVRK starter Kit Component of umavrk Module design procedure

More information

ES-562/564U COMBINATION CLOCK/TIMER

ES-562/564U COMBINATION CLOCK/TIMER 142 SIERRA ST., EL SEGUNDO, CA 90245 USA (310)322-2136 FAX (310)322-8127 www.ese-web.com ES-562/564U COMBINATION CLOCK/TIMER OPERATION AND MAINTENANCE MANUAL The ES-562U/564U is a combination six digit

More information

Rapid40iXL PIC Prototyping PCB User Manual

Rapid40iXL PIC Prototyping PCB User Manual Description This is a PCB designed to facilitate the rapid prototyping of a device based on a 40 pin Microchip PIC microcontroller. To allow users to focus on their application, we take care of key housekeeping

More information

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI FEATURES Ready-to-use Bluetooth Low Energy HCI module Ultra Small form factor 12mm x 12mm Ultra Low Power consumption EM Microelectronic Bluetooth Low

More information

VISTA 12a / 48a TECHNICAL TRAINING. The Best in Security plus Everyday Convenience & Control

VISTA 12a / 48a TECHNICAL TRAINING. The Best in Security plus Everyday Convenience & Control VISTA 12a / 48a TECHNICAL TRAINING The Best in Security plus Everyday Convenience & Control Version #.007 7th June 2005 VISTA 12a / 48a Training Guide Index 1. Vista Family Features....... p. 3 2. Wiring

More information

ericssonz LBI-38616B MAINTENANCE MANUAL FOR MTD TM SERIES AND DATA RADIO LOGIC BOARD 19D902151G3 DESCRIPTION CIRCUIT ANALYSIS TABLE OF CONTENTS

ericssonz LBI-38616B MAINTENANCE MANUAL FOR MTD TM SERIES AND DATA RADIO LOGIC BOARD 19D902151G3 DESCRIPTION CIRCUIT ANALYSIS TABLE OF CONTENTS MAINTENANCE MANUAL FOR MTD TM SERIES AND DATA RADIO LOGIC BOARD 19D902151G3 TABLE OF CONTENTS Page DESCRIPTION............................................. Front Cover CIRCUIT ANALYSIS..........................................

More information

Control4 Audio Products

Control4 Audio Products Audio Products Life s Better When Everything Works Together Enjoy high-quality multi-room music with easy-to-use audio solutions. Our top-of-the-line audio products enable intelligent audio control throughout

More information

EVB9S08DZ60. Demonstration Board for Freescale MC9S08DZ60. User s Manual

EVB9S08DZ60. Demonstration Board for Freescale MC9S08DZ60. User s Manual EVB9S08DZ60 Demonstration Board for Freescale MC9S08DZ60 User s Manual EVB9S08DZ60 Evaluation Board for Freescale MC9S08DZ60 (64-Pin LQFP) User s Manual Revision 1.0 Copyright 2006 SofTec Microsystems

More information

Keywords Digital IC tester, Microcontroller AT89S52

Keywords Digital IC tester, Microcontroller AT89S52 Volume 6, Issue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Digital Integrated

More information

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE)

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Truck Smart Blind Spot Detection System Group #32 David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Motivation 15% of large truck collisions are caused by poor observations*

More information

H202 中文 GB Version 1

H202 中文 GB Version 1 H202 GB Version 1 Features 1. Built-in AM/FM antenna for best reception 2. 10 presets (5 each wave band) GB 3. Water resistant up to JIS7 standard 4. Auto seek stations 5. Large and easy to read LCD display

More information

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Design Document May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai David Hoffman Advisor : Collin Christy Client: Garmin International Qiaoya Cui 0 Table of Contents EXECUTIVE

More information

Using the MMA7360L ZSTAR2 Demo Board

Using the MMA7360L ZSTAR2 Demo Board Freescale Semiconductor Application Note Rev 1, 11/2007 Using the MMA7360L ZSTAR2 Demo Board by: Pavel Lajšner and Radomír Kozub revised by: Kimberly Tuck Accelerometer Systems and Applications Engineering

More information

[Note: Power adapter is not included in the kits. Users need to prepare a 9 12 V ( >300mA capacity ) DC power supply]

[Note: Power adapter is not included in the kits. Users need to prepare a 9 12 V ( >300mA capacity ) DC power supply] 062 LCD Oscilloscope Assembly Notes Applicable Models: 06203KP, 06204KP DN062-18v02 Important Notes 1. Some components shown in the schematic and PCB layout are for options or adjustments. They do not

More information

A Programmer for the 68HC705C8 MicroController Figure 1 PROG05 As Built PROG05 User Guide Version C1 Page 1 of 14

A Programmer for the 68HC705C8 MicroController Figure 1 PROG05 As Built PROG05 User Guide Version C1 Page 1 of 14 A Programmer for the 68HC705C8 MicroController Figure 1 PROG05 As Built PROG05 User Guide Version C1 Page 1 of 14 Table of Contents midon design 1. Introduction...3 2. Description...4 3. Construction...5

More information

Preliminary Design Report

Preliminary Design Report Preliminary Design Report EEL4924-Electrical Engineering Design 2 University of Florida 25 January 2012 Team Members: Ryan Griffin & Brie Colon Project Abstract: Our project consists of designing an electronic

More information

WS200 Wireless Speaker Station OPERATING INSTRUCTIONS

WS200 Wireless Speaker Station OPERATING INSTRUCTIONS WS200 Wireless Speaker Station OPERATING INSTRUCTIONS The WS200 Speaker Station can be used with a DX100 or DX200 system, together with Beltpacs and WH200 All-in-one Headsets. It provides wireless communication

More information

VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES:

VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES: DLP-VLOG *LEAD-FREE* VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES: Virtually Unlimited Data Storage Utilizing FTDI s New Vinculum USB Host IC Data Logged to USB Flash Drive Low-Power

More information

Sierra Radio Systems. Making a Keyer with the. HamStack. Project Platform

Sierra Radio Systems. Making a Keyer with the. HamStack. Project Platform Sierra Radio Systems Making a Keyer with the HamStack Project Platform Introduction The HamStack Project Board includes primary interface elements needed to make a high quality CW keyer. Using the LCD

More information

ME456: Mechatronics. Prof. Clark Radcliffe. Do you have the knack? Joonho Lee, TA. What s Mechatronics? Mechatronics

ME456: Mechatronics. Prof. Clark Radcliffe. Do you have the knack? Joonho Lee, TA. What s Mechatronics? Mechatronics ME456: Mechatronics Prof. Clark J. Radcliffe Mechanical Engineering Michigan State University Prof. Clark Radcliffe Office: 2445 Engineering Phone: 355-5198 Email: radcliff@egr.msu.edu Web: http://www.egr.msu.edu/classes/me456/radcliff/

More information

LM931 Bluetooth low energy Module

LM931 Bluetooth low energy Module Bluetooth low energy Module Revised 24/JAN/2017 2.50mm 1m 10.1 m m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma (at 0 dbm) Current Consumption (Tx Mode) 9 digital and 3 analogue (10-bit

More information

Part 2: Building the Controller Board

Part 2: Building the Controller Board v3.01, June 2018 1 Part 2: Building the Controller Board Congratulations for making it this far! The controller board uses smaller components than the wing boards, which believe it or not, means that everything

More information

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers Unit 2 Computer Control PIC stands for PROGRAMMABLE INTERFACE CONTROLLER A PIC chip takes in input signals and then controls output transducers Name: Form: 2 ASIC or Application Specific Integrated Circuits

More information

FUNTRONIX SCORE-N-TIME TM. T-240/T-260 Universal Up/Down Clock/Timer OPERATING MANUAL. Revision July 5, 2015

FUNTRONIX SCORE-N-TIME TM. T-240/T-260 Universal Up/Down Clock/Timer OPERATING MANUAL. Revision July 5, 2015 FUNTRONIX SCORE-N-TIME TM T-240/T-260 Universal Up/Down Clock/Timer OPERATING MANUAL Revision July 5, 2015 T-240 4-DIGIT TIMER T-260 6-DIGIT TIMER Thank you for purchasing a Funtronix SCORE-N-TIME TM Universal

More information