Panasonic PAN Wireless Interface to C-MAX Clock Module

Size: px
Start display at page:

Download "Panasonic PAN Wireless Interface to C-MAX Clock Module"

Transcription

1 Panasonic PAN Wireless Interface to C-MAX Clock Module 21 June 2007 Application Note (DKAN0011A) Features Introduction Panasonic PAN802154HAR00 Communication Module Freescale Codewarrior Development Tools Freescale Beekit Wireless Connectivity Toolkit P & E USB Multilink Debugger/Programmer C-MAX CMMC-8 Radio Controlled Clock Module / Test Board C-MAX CMMC-8 Demo Application (.NET software application) This application note demonstrates using Panasonic PAN communication modules to implement a based serial communication link between a PC and C-MAX radio controlled clock module. A PC is connected via RS232 to a Panasonic wireless module (Coordinator) on one side and the C-MAX clock test board is connected through RS232 to a Panasonic wireless module (Endpoint) on the other side. Freescale s Codewarrior Development tools and Beekit Wireless Connectivity Toolkit are used to develop the based wireless UART firmware. P&E s USB Multilink is used to program the firmware into the microcontroller. C-MAX s CMMC-8 demo application runs on the PC and accesses the clock module over the wireless serial link. Background The Panasonic PAN802154HAR00 module utilizes Freescale s MC GHz radio and MC9S08GT60 microcontroller (it is based upon the Freescale ZigBee Sensor Application Reference Design (SARD) development platform). Like the SARD, the PAN can utilize a variety of Freescale-provided software such as SMAC (Simple MAC), MAC and ZigBee Protocol Stack. Page 1 of 12

2 In this application note, Freescale s MAC software is utilized. Coordinator firmware is developed for the PC side of the connection and Endpoint firmware for the clock module side. The C-MAX CMMC-8 radio controlled clock module receives and decodes the WWVB radio signal to maintain a highly accurate clock. WWVB (as defined in Wikipedia) is a special NIST time signal radio station near Fort Collins, Colorado. WWVB is the station that radio-controlled clocks throughout North America use to synchronize themselves. The signal transmitted from WWVB is a continuous 60 khz carrier wave, derived from a set of atomic clocks located at the transmitter site. A 1 bit-per-second time code, which is derived from the same set of atomic clocks, is then modulated onto the carrier wave using a technique described as pulse width modulation followed by amplitude-shift keying. The time in this code is given in UTC (Coordinated Universal Time), which the radio-controlled clocks then have to convert to their own local time. A single complete frame of time code lasts one minute. Application First step of the application is to develop the firmware for the wireless UART interface between the two Panasonic modules. Two firmware modules are developed, one for the Coordinator and one for the Endpoint. This is accomplished by using Freescale s BeeKit Wireless Connectivity Toolkit (download from in conjunction with their Codewarrior development tools. Install and start Freescale BeeKit Digi-Key Corporation Page 2 of 12

3 Under File tab Select Codebase and set Beekit MAC Codebase for Under File select New Project and choose MyWirelessApp Demo 06 (Coordinator). This template was selected because it provides wireless UART capability. Coordinator firmware is developed first and then the process is repeated to develop the endpoint firmware. Digi-Key Corporation Page 3 of 12

4 When BeeKit Project Wizard starts, under Platform settings select MC13192-SARD for Platform type and check UART module enabled.. Continue through the BeeKit Project, leave default settings for Basic configuration and Application specific and select Finish. Digi-Key Corporation Page 4 of 12

5 Next Validate under Solution tab and then Export Solution in preparation to using Codewarrior to compile the code and program the Panasonic modules. After solution has been successfully exported, start Freescale Codewarrior development tools and select Import Project under File tab In the directory where the project was exported, select MyWirelessApp Demo 06 (Coordinator).xml. Digi-Key Corporation Page 5 of 12

6 After the xml file has been imported, name and save the new project. The new project demo 6 coordinator.mcp project has been created. Digi-Key Corporation Page 6 of 12

7 There are minor differences between Freescale s SARD development board and Panasonic s PAN module so two files need to be modified. For the first file PLM/Interface/TargetMC1319xSARD.h change the value of PTCD to 0x5c as shown below. This change enables the RS232 interface on the Panasonic module. Change to 0x5c The second file, Application/UartUtil/UartUtil.h, needs to be changed to 9600 baud rate as shown below. Baud rate is changed to 9600 to be compatible with the serial interface on C-MAX clock module. Save the files and select Make to create the binary file for programming in to the Panasonic module. Change to 9600 Make Digi-Key Corporation Page 7 of 12

8 Connect power cable and P&E USB Multilink programming cable to the Panasonic PAN module as shown below. RS232 cable P&E Multilink programming cable Power cable (3V) Panasonic PAN module Plug P&E USB Multilink into PC and apply power to the Panasonic module. In Codewarrior, select Debug to start the ICD Connection Manager and select Connect to erase and program the new firmware into the module. Connect At this stage the new project demo 6 coordinator firmware has been programmed into the Freescale microcontroller on the Panasonic module. This module is configured as a wireless Coordinator with an RS232 interface. The next phase of the application is to repeat the previous step on a second Panasonic module to create an End device. This accomplished by starting up a new project in Beekit and select MyWirelessApp Demo 06 (EndDevice). Repeat all the same steps in Beekit and Codewarrior on the EndDevice software to program the second module. After programming, the second Panasonic module is configured as a wireless End device. Digi-Key Corporation Page 8 of 12

9 Attach the serial cable from the Panasonic Coordinator module into the PC s serial port. Serial cable connected to PC PAN module Coordinator 3V battery pack Note: it is not necessary to have P&E USB Multilink connected to module after being programmed Attach the serial cable from the Panasonic End device module into the serial port on the C-MAX CMMC-8 test board.. PAN module End device C-MAX CMMC-8 test board CMMC-8 clock module Digi-Key Corporation Page 9 of 12

10 Apply power to both of the PAN modules, a red LED will start blinking. Press the pushbutton first on the Coordinator module and next on the End device module (red LEDs will be on). Now turn power switch on the C-MAX CMMC-8 Test Board to on position (green LED will be on). PAN LED enter pushbutton Power switch CMMC-8 test board Green LED Digi-Key Corporation Page 10 of 12

11 On the PC, run the C-MAX CMMC-8 demonstration program DemoApplication.exe. With the communication link established, all the various CMMC-8 commands can be executed wirelessly from the PC. Depending on the C-MAX module s location within a building and noise conditions, it may be difficult to synchronize with the WWVB signal. For purposes of demonstrating the wireless communication link in the application it is not necessary to have a successful synchronization. Capabilities, Limitations, and Alterations A Windows XP based laptop PC installed with Freescale s Codewarrior (v5.0) development tools and C- MAX s CMMC-8 demo application software was used in this application. Conclusion This application note demonstrates the ease of creating a wireless serial connection using Panasonic PAN communication modules with Freescale s Beekit Wireless Connectivity Toolkit. The C- MAX radio controlled clock provides a practical demonstration of serial communication to a PC over the wireless link. Digi-Key Corporation Page 11 of 12

12 Additional Information Reference material used in this application listed below: Freescale Media Access Controller (MAC) MyWirelessApp Users Guide Doc: MWAUG BeeKit Wireless Connectivity Toolkit Users Guide Doc: BKWCTKUG BeeKit Wireless Connectivity Toolkit Quick Start Guide Doc: BKWCTKQSG Sensor Applications Reference Design (SARD) Users Guide Doc: MC13192SARDUG Panasonic LR-WPAN Module P/N PAN802154HAR Application Notes C-MAX Time Solutions CMMC-8 Demo Application Manual Appendix A: C-MAX Demonstration Software. C-MAX CMMC-8 demo application can be downloaded at: Disclaimer Digi-Key offers its Technical Assistance and Design Support Services as a convenience to Digi-Key customers. Digi-Key Technical Assistance and Design Support Services personnel strive to provide useful information regarding Digi-Key products. DIGI-KEY DOES NOT GUARANTEE THAT ANY INFORMATION OR RECOMMENDATION PROVIDED IS ACCURATE, COMPLETE, OR CORRECT, AND DIGI-KEY SHALL HAVE NO RESPONSIBILITY OR LIABILITY WHATSOEVER IN CONNECTION WITH ANY INFORMATION OR RECOMMENDATION PROVIDED, OR THE CUSTOMER'S RELIANCE ON SUCH INFORMATION OR RECOMMENDATION. THE CUSTOMER IS SOLELY RESPONSIBLE FOR ANALYZING AND DETERMINING THE APPROPRIATENESS OF ANY INFORMATION OR RECOMMENDATION PROVIDED BY DIGI-KEY TECHNICAL ASSISTANCE AND DESIGN SUPPORT SERVICES PERSONNEL, AND ANY RELIANCE ON SUCH INFORMATION OR RECOMMENDATION IS AT THE CUSTOMER'S SOLE RISK AND DISCRETION. ACCORDINGLY, THE CUSTOMER SHALL RELEASE AND HOLD DIGI-KEY HARMLESS FROM AND AGAINST ANY AND ALL LOSS, LIABILITY, AND DAMAGE INCURRED BY THE CUSTOMER OR ANY THIRD PARTY AS A RESULT OF ANY INFORMATION OR RECOMMENDATION PROVIDED TO THE CUSTOMER OR THE CUSTOMER'S RELIANCE ON SUCH INFORMATION OR RECOMMENDATION. Digi-Key Corporation Page 12 of 12

Contents. About This Guide... 2 Audience... 2 Revision History... 2 Conventions... 3 Definitions, Acronyms, and Abbreviations... 3

Contents. About This Guide... 2 Audience... 2 Revision History... 2 Conventions... 3 Definitions, Acronyms, and Abbreviations... 3 Contents About This Guide................................. 2 Audience............................................. 2 Revision History....................................... 2 Conventions..........................................

More information

Freescale Semiconductor Application Note Document Number: AN3231 Rev. 1.1, 10/2006 MC1319x, MC1320x, and MC1321x Demonstration Operation Running SMAC

Freescale Semiconductor Application Note Document Number: AN3231 Rev. 1.1, 10/2006 MC1319x, MC1320x, and MC1321x Demonstration Operation Running SMAC Freescale Semiconductor Application Note Document Number: AN3231 Rev. 1.1, 10/2006 MC1319x, MC1320x, and MC1321x Demonstration Operation Running SMAC Based Demonstration Operations 1 Introduction This

More information

Contents About This Guide Audience Revision History

Contents About This Guide Audience Revision History Contents About This Guide............................. 2 Audience............................................... 2 Revision History......................................... 2 Conventions............................................

More information

ZFSM-201-1x ZFSM-201-KIT-1 ZFSM-201-EVB-1 Errata

ZFSM-201-1x ZFSM-201-KIT-1 ZFSM-201-EVB-1 Errata FreeStar Pro Series ZFSM-201-1x ZFSM-201-KIT-1 ZFSM-201-EVB-1 Errata ZFSM-201-1 FreeStar Pro Module Document # 0006-00-08-04-000 (Rev C) Table of Contents 1. PURPOSE OF ERRATA... 3 2. CEL HARDWARE: ZFSM-201-1

More information

13213 Evaluation Kits. User s Guide

13213 Evaluation Kits. User s Guide 13213 Evaluation Kits User s Guide Document Number: 13213EVKUG Rev. 1.1 06/2007 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe or Locations Not Listed: Freescale

More information

13193 Evaluation Board Development Kit. (13193EVB) User s Guide

13193 Evaluation Board Development Kit. (13193EVB) User s Guide 13193 Evaluation Board Development Kit (13193EVB) User s Guide Document Number: 13193EVBUG Rev. 1.2 09/2006 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe or Locations

More information

Freescale Development Kits IEEE Wireless design made simple. freescale.com/802154

Freescale Development Kits IEEE Wireless design made simple. freescale.com/802154 Freescale Development Kits IEEE 802.15.4 Wireless design made simple IEEE 802.15.4 Wireless Design Made Simple Our Wireless Portfolio Our portfolio of 802.15.4 platforms lets the developer choose the best

More information

Freescale BeeStack Consumer Network Demonstration Application. User s Guide

Freescale BeeStack Consumer Network Demonstration Application. User s Guide Freescale BeeStack Consumer Network Demonstration Application User s Guide Document Number: BSCONNAUG Rev. 1.2 2/2012 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe

More information

SynkorRF Network Demonstration Application. User s Guide

SynkorRF Network Demonstration Application. User s Guide SynkorRF Network Demonstration Application User s Guide Document Number: SYNKRORFNAUG Rev. 2.0 2/2012 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe or Locations

More information

Freescale BeeStack Documentation Overview Document Number: BSDO Rev /2008

Freescale BeeStack Documentation Overview Document Number: BSDO Rev /2008 Freescale BeeStack Documentation Overview Document Number: BSDO Rev. 1.0 04/2008 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe or Locations Not Listed: Freescale

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

Quick Start Guide for TWR-S08MM128-KIT TOWER SYSTEM MC9S08MM128. The industry s most complete solution for portable medical applications

Quick Start Guide for TWR-S08MM128-KIT TOWER SYSTEM MC9S08MM128. The industry s most complete solution for portable medical applications Quick Start Guide for TWR-S08MM128-KIT TOWER SYSTEM MC9S08MM128 The industry s most complete solution for portable medical applications TOWER SYSTEM Get to Know the TWR-S08MM128-KIT BDM Interface for MC9S08MM128

More information

Freescale ZigBee Application. User s Guide for ZigBee 2007

Freescale ZigBee Application. User s Guide for ZigBee 2007 Freescale ZigBee Application User s Guide for ZigBee 2007 Document Number: ZAUGZB2007 Rev. 1.1 10/2008 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe or Locations

More information

Freescale IEEE Development Kits Wireless design made simple. freescale.com/802154

Freescale IEEE Development Kits Wireless design made simple. freescale.com/802154 Freescale IEEE 802.15.4 Development Kits Wireless design made simple freescale.com/802154 Freescale s Wireless Portfolio Freescale s portfolio of 802.15.4 platforms lets the developer choose the best platform

More information

PIX-55. Atomic Time Clock. Operation Manual

PIX-55. Atomic Time Clock. Operation Manual PIX-55 Atomic Time Clock Operation Manual Proprietary Notice This document contains proprietary information and such information may not be reproduced in whole or part without the written permission from

More information

Lab Tutorial for TWR-S08GW64 TOWER SYSTEM. MC9S08GW64 LCD segment MCU for flow meters and energy metering applications

Lab Tutorial for TWR-S08GW64 TOWER SYSTEM. MC9S08GW64 LCD segment MCU for flow meters and energy metering applications Lab Tutorial for TWR-S08GW64 TOWER SYSTEM MC9S08GW64 LCD segment MCU for flow meters and energy metering applications TOWER SYSTEM Get to Know the TWR-S08GW64 MC9S08GW64 Tamper Switch (SW4) User Switch

More information

Freescale MKW40Z IEEE Software Quick Start Guide

Freescale MKW40Z IEEE Software Quick Start Guide Freescale Semiconductor, Inc. Document Number: MKW40Z802154SW523QSG User's Guide Rev. 0, 09/2015 Freescale MKW40Z IEEE 802.15.4 Software Quick Start Guide This document is a brief presentation of the Freescale

More information

QUICK START GUIDE FOR FIRMWARE UPGRADE RS232-TO UART INTERFACE BOARD AND SOFTWARE

QUICK START GUIDE FOR FIRMWARE UPGRADE RS232-TO UART INTERFACE BOARD AND SOFTWARE QUICK START GUIDE FOR FIRMWARE UPGRADE RS232-TO UART INTERFACE BOARD AND SOFTWARE DESCRIPTION RS232-TO-UART Interface board is a PC- Serial-Port-to-UART adaptor that uses a customise Toshiba application

More information

Wireless M-Bus Suite for Panasonic Evaluation Boards. Quick Start Guide

Wireless M-Bus Suite for Panasonic Evaluation Boards. Quick Start Guide Wireless M-Bus Suite for Panasonic Evaluation Boards January 16, 2012 page 2 Document History 1.0 2011-07-20 First release dj 1.1 2011-07-25 Review dj 1.2 2011-07-27 Quick start changed dj 1.3 2011-09-13

More information

OpenSDA on TWR-KW2x. User s Guide Rev 1.1

OpenSDA on TWR-KW2x. User s Guide Rev 1.1 OpenSDA on TWR-KW2x User s Guide 2013 Rev 1.1 Freescale, Inc. TKW2x_OSDAUG Table of Contents 1 Overview...3 1.1 OpenSDA Hardware...4 1.2 OpenSDA Software...4 1.2.1 MSD Bootloader...4 1.2.2 P&E Debug Application...5

More information

ZIC2410 User Guide Device-Programmer Software Manual

ZIC2410 User Guide Device-Programmer Software Manual ZIC2410 Series ZIC2410 User Guide Device-Programmer Software Manual 0005-05-08-00-001 (Rev B) Table of Contents 1 INTRODUCTION & PURPOSE... 3 1.1 DEFINITIONS... 3 1.2 REFERENCED DOCUMENTS... 3 1.3 PREREQUISITES...

More information

WPR1500-LDO MP Receiver V2.1 Reference Design User s Guide

WPR1500-LDO MP Receiver V2.1 Reference Design User s Guide NXP Semiconductors User s Guide Document Number: WPR1500LDOMPUG Rev. 0, 09/2016 WPR1500-LDO MP Receiver V2.1 Reference Design User s Guide 1 Introduction This document describes how to use the WPR1500-LDO

More information

ZICM357P2 - Evaluation Kit User s Guide

ZICM357P2 - Evaluation Kit User s Guide User Guide 0008-02-08-00-000 (Rev. A) ZICM357P2 - Evaluation Kit User s Guide ZICM357P2 Evaluation Kit User Guide Introduction The ZICM357P2 Evaluation Kit (ZICM357P2-KIT1-1) provides a simple evaluation

More information

L13. Communicating wireless by XBee modules

L13. Communicating wireless by XBee modules L13. Communicating wireless by XBee modules 1. Introduction XBee and XBee-PRO ZB embedded RF modules provide cost-effective wireless connectivity to devices in ZigBee mesh networks. With the PRO Feature

More information

Watt Saver Software Component (WSC)

Watt Saver Software Component (WSC) Freescale Semiconductor Document Number:WSSCUG User Guide Rev 1, 10/2013 Watt Saver Software Component (WSC) 1 Introduction This document describes the basic steps for getting started with the Watt Saver

More information

Lab Tutorial for TWR-S08MM128-KIT TOWER SYSTEM LAB MC9S08MM128. Electrocardiogram (EKG) with Freescale USB stack

Lab Tutorial for TWR-S08MM128-KIT TOWER SYSTEM LAB MC9S08MM128. Electrocardiogram (EKG) with Freescale USB stack Lab Tutorial for TWR-S08MM128-KIT TOWER SYSTEM LAB 1 MC9S08MM128 Electrocardiogram (EKG) with Freescale USB stack TOWER SYSTEM Introduction This lab is a step-by-step guide to run the EKG demo. The EKG

More information

No: SW1.12_4.0.2 V F

No: SW1.12_4.0.2 V F Jupiter-F 2 User s Manual 2010 Navman Wireless OEM. All Rights Reserved. SiRF and SiRF logo are registered trademarks of SiRF Technology, Inc. SiRFstar, SiRFLoc, Push-to-Fix, and Trickle-Power are trademarks

More information

Figure 1: ZigBee Evaluation Kit (ZEK) Contents. Figure 2: ZigBee Adapter Zb-121 and Module Zb-21

Figure 1: ZigBee Evaluation Kit (ZEK) Contents. Figure 2: ZigBee Adapter Zb-121 and Module Zb-21 The ZigBee Evaluation Kit (ZEK) has been developed for evaluation of the ZigBee wireless solution from Amp ed RF. This demo kit utilizes Amp ed RF ZigBee Serial Adapter (AR Zb-121) board with embedded

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

Freescale, the Freescale logo and CodeWarrior are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. Xtrinsic is a trademark of

Freescale, the Freescale logo and CodeWarrior are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. Xtrinsic is a trademark of Freescale, the Freescale logo and CodeWarrior are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. Xtrinsic is a trademark of Freescale Semiconductor, Inc. All other product or service

More information

DKAN0011A Setting Up a Nios II System with SDRAM on the DE2

DKAN0011A Setting Up a Nios II System with SDRAM on the DE2 DKAN0011A Setting Up a Nios II System with SDRAM on the DE2 04 November 2009 Introduction This tutorial details how to set up and instantiate a Nios II system on Terasic Technologies, Inc. s DE2 Altera

More information

AN HI-3200 Avionics Data Management Engine Evaluation Board Software Guide

AN HI-3200 Avionics Data Management Engine Evaluation Board Software Guide August 12, 2011 AN - 166 HI-3200 Avionics Data Management Engine Evaluation Board Software Guide Introduction This application note provides more detail on the HI-3200 demo software provided in the Holt

More information

1323x-RCM LEDs and Accelerometer Functionality 26. Using Home Status Control (HSC) Device Views.. 27 Home Status Control Device Properties...

1323x-RCM LEDs and Accelerometer Functionality 26. Using Home Status Control (HSC) Device Views.. 27 Home Status Control Device Properties... Contents About This Guide............................. 2 Audience............................................... 2 Revision History......................................... 2 Conventions............................................

More information

for Freescale MPC55xx/MPC56xx Microcontrollers V2.10 Quick Start

for Freescale MPC55xx/MPC56xx Microcontrollers V2.10 Quick Start for Freescale MPC55xx/MPC56xx Microcontrollers V2.10 Quick Start CodeWarrior Development Studio for MPC55xx/MPC56xx Microcontrollers, version 2.xx Quick Start SYSTEM REQUIREMENTS Hardware Operating System

More information

ZIC2410 Getting Started Guide

ZIC2410 Getting Started Guide MeshConnect Family ZIC2410 Getting Started Guide 0005-05-08-11-001 (Rev E) Table of Contents 1 INTRODUCTION... 3 1.1 DEFINITIONS... 3 1.2 REFERENCED DOCUMENTS... 3 1.3 CEL ZIC2410 SYSTEM DESCRIPTION...

More information

FT232 Serial to USB Converter

FT232 Serial to USB Converter FT232 Serial to USB Converter Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes

More information

ISSN (PRINT): , (ONLINE): , VOLUME-6, ISSUE-1,

ISSN (PRINT): , (ONLINE): , VOLUME-6, ISSUE-1, DESIGN OF MULTIMODE GATEWAY FOR DATA ACQUISITION TO HIGH END DATA MONITORING USING IEEE802.15.4 Madhhav G.Raut 1 & Pradip B.Dahikar 2 Hislop College,Civil Lines, Nagpur & Kamala Nehru Mahavidyalaya,Nagpur,India

More information

ARROW ARIS EDGE Board User s Guide 27/09/2017

ARROW ARIS EDGE Board User s Guide 27/09/2017 ARROW ARIS EDGE Board User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and is subject

More information

Purchase Agreement. P&E Microcomputer Systems, Inc. 98 Galen St. Watertown, MA

Purchase Agreement. P&E Microcomputer Systems, Inc. 98 Galen St. Watertown, MA Purchase Agreement P&E Microcomputer Systems, Inc. reserves the right to make changes without further notice to any products herein to improve reliability, function, or design. P&E Microcomputer Systems,

More information

Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64. S08 ultra-low-power LCD segment MCU

Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64. S08 ultra-low-power LCD segment MCU Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64 S08 ultra-low-power LCD segment MCU TOWER SYSTEM Get to know the TWR-S08LL64 Tower Card Connector (Secondary) LCD Display Potentiometer Mini-B

More information

Delsys Software Update Tool User s Guide

Delsys Software Update Tool User s Guide Delsys Software Update Tool User s Guide Copyright 2017 by Delsys Incorporated Delsys Logo, and EMGworks are Registered Trademarks of Delsys Incorporated. MAN 029 1 0 Table of Contents 1 Important Information...

More information

Using micro machining and integrated circuit technology, Freescale produces highly reliable, capacitive, acceleration sensors. Freescale's sensor tech

Using micro machining and integrated circuit technology, Freescale produces highly reliable, capacitive, acceleration sensors. Freescale's sensor tech Freescale Semiconductor Application Note Document Number: AN3232 Rev. 1.1, 03/2008 Accelerometer Demonstration With the 13213-SRB (Sensor Reference Board) 1 Introduction This application note describes

More information

Controller Continuum. for Microcontrollers V6.3. Quick Start

Controller Continuum. for Microcontrollers V6.3. Quick Start Controller Continuum for Microcontrollers V6.3 Quick Start CodeWarrior Development Studio for Microcontrollers V6.x Quick Start SYSTEM REQUIREMENTS Hardware Operating System Disk Space PC with 1 GHz Intel

More information

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti We cannot rely on improvements in battery technology In past 30 years: only 4x improvement in energy

More information

UM0562 User manual. SPMB250-A1EVAL demonstration kit user manual and installation guide. Introduction. Remote motion monitoring.

UM0562 User manual. SPMB250-A1EVAL demonstration kit user manual and installation guide. Introduction. Remote motion monitoring. User manual SPMB250-A1EVAL demonstration kit user manual and installation guide Introduction The SPMB250-A1 is a ready-to-use wireless acceleration sensor based on a 802.15.4- compliant radio transceiver.

More information

Quick Start for MK30XEMETER Project name: MQX-Based Kinetis (MK30X256) Single-Phase Electricity Meter Reference Design

Quick Start for MK30XEMETER Project name: MQX-Based Kinetis (MK30X256) Single-Phase Electricity Meter Reference Design Quick Start for MK30XEMETER Project name: MQX-Based Kinetis (MK30X256) Single-Phase Electricity Meter Reference Design IMM Solutions Roznov (CZ) Written by: Luděk Šlosarčík Page 1 of 9 23 May 2011 1. INTRODUCTION

More information

USB ZigBee Adapter. User Manual. 1.0, Dec 2011

USB ZigBee Adapter. User Manual. 1.0, Dec 2011 USB ZigBee Adapter User Manual 1.0, Dec 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

ARROW ARIS EDGE S3 Board User s Guide 21/02/2018

ARROW ARIS EDGE S3 Board User s Guide 21/02/2018 ARROW ARIS EDGE S3 Board User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and is

More information

Quick-Start Guide. BNS Solutions. QSK62P Plus

Quick-Start Guide. BNS Solutions. QSK62P Plus BNS Solutions Quick-Start Guide QSK62P Plus RS-232 Port Link LED 8-character x 2-line LCD Expansion Port (2) Reset Switch Power LED Thermistor I/O Ring (4) M16C MCU Analog Adjust Pot MCU Crystal Expansion

More information

CEL MeshConnect ZICM35x Test Tool User Guide

CEL MeshConnect ZICM35x Test Tool User Guide User Guide 0011-00-17-02-000 CEL MeshConnect ZICM35x Test Tool User Guide CEL MeshConnect ZICM35x Test Tool User Guide Introduction CEL s MeshConnect EM357 Mini Modules combine high performance RF solutions

More information

Z-Wave (ITU-T G.9959) Measurement Suite. Data Sheet

Z-Wave (ITU-T G.9959) Measurement Suite. Data Sheet Z-Wave (ITU-T G.9959) Measurement Suite (Supports All Data Rates) Data Sheet April 17, 2017 Version: 1.0.0 Contents 1. Introduction... 3 2. Z-Wave Measurement Suite... 6 2.1. Overview... 6 2.2. Z-Wave

More information

R8C/Tiny. StarterKit Plus SKP8CMINI-15, SKP8CMINI-17. Clock Stop Detect

R8C/Tiny. StarterKit Plus SKP8CMINI-15, SKP8CMINI-17. Clock Stop Detect QuickStart Guide R8C/Tiny StarterKit Plus SKP8CMINI-15, SKP8CMINI-17 Target/Bus Power Mode Selector Clock Stop Detect R8C/Tiny CdS Cell Thermistor Slide Switch S1 Pushbutton Switch S2 RTA-FoUSB-MON In-Circuit

More information

GSM Interfacing Board

GSM Interfacing Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from

More information

KW41Z IEEE and BLE Coexistence Performance

KW41Z IEEE and BLE Coexistence Performance NXP Semiconductors Document Number: AN12231 Application Note Rev. 0, 08/2018 KW41Z IEEE 802.15.4 and BLE Coexistence Performance MWS module 1. About this manual This document aims to evaluate the performance

More information

Delsys Software Update Tool User s Guide

Delsys Software Update Tool User s Guide Delsys Software Update Tool User s Guide Copyright 2018 by Delsys Incorporated Delsys Logo, and EMGworks are Registered Trademarks of Delsys Incorporated. MAN-029-1-1 Table of Contents 1 Important Information...

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

Real Time Assist Intelligence

Real Time Assist Intelligence Real Time Assist Intelligence Version 1-6 Appendix: Contents: Introduction 3 Tag Addressing Concepts 4 Installing the Finder Software on your computer 5 Setting up the RuBee Demonstration Kit 6 Running

More information

IDEAL Wireless Sensor System

IDEAL Wireless Sensor System IDEAL Wireless Sensor System Users Guide Configuration and Operation System Overview The IDEAL Wireless Sensor System provides environmental information to building automation systems (BAS) for HVAC control,

More information

Upgrade the Solution With No Changes 2 Upgrade the Solution With No Changes If a Codebase does not contain updates to its properties, it is possible t

Upgrade the Solution With No Changes 2 Upgrade the Solution With No Changes If a Codebase does not contain updates to its properties, it is possible t Freescale Semiconductor Application Note Document Number: AN3819 Rev. 0.0, 02/2009 Methods for Upgrading Freescale BeeStack Codebases 1 Introduction This note describes how to upgrade an existing Freescale

More information

Guide to Wireless Communications, 3 rd Edition. Objectives

Guide to Wireless Communications, 3 rd Edition. Objectives Guide to Wireless Communications, 3 rd Edition Chapter 5 Wireless Personal Area Networks Objectives Describe a wireless personal area network (WPAN) List the different WPAN standards and their applications

More information

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release for Mac OS X

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release for Mac OS X Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release 3.1.1 for Mac OS X DISCLAIMER... 2 RELEASE INFORMATION... 2 SUPPORTED OPERATING SYSTEMS... 2 CHANGES... 3 KNOWN ISSUES...

More information

TWR-KV10Z32 Sample Code Guide for CodeWarrior Board configuration, software, and development tools

TWR-KV10Z32 Sample Code Guide for CodeWarrior Board configuration, software, and development tools Freescale Semiconductor User s Guide Doc Number: TWRKV10Z32CWUG Rev. 0.1, 01/2014 TWR-KV10Z32 Sample Code Guide for CodeWarrior Board configuration, software, and development tools by Freescale Semiconductor,

More information

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release 4.6 for Mac OS X

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release 4.6 for Mac OS X Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release 4.6 for Mac OS X DISCLAIMER... 2 RELEASE INFORMATION... 2 SUPPORTED OPERATING SYSTEMS... 2 CHANGES... 3 KNOWN ISSUES...

More information

Kinetis Updater User's Guide

Kinetis Updater User's Guide Freescale Semiconductor Document Number: KUPDTRUG User's Guide Rev. 1, 07/2015 Kinetis Updater User's Guide 1 Introduction The Kinetis Updater is a Windows OS application used to write user application

More information

AN10955 Full-duplex software UART for LPC111x and LPC13xx

AN10955 Full-duplex software UART for LPC111x and LPC13xx Rev. 1 13 July 2010 Application note Document information Info Content Keywords LPC111X, LPC13XX, UART, software Abstract This application note illustrates how software running on an LPC111X or LPC13XX

More information

Aperio Online Quick Installation Guide

Aperio Online Quick Installation Guide Aperio Online Quick Installation Guide Document No: ST-001322-B, Issue date: 11 October 2013 The global leader in door opening solutions Table of Contents 1 Introduction... 3 Purpose...3 Scope...3 Applicable

More information

Quick Start Guide. USB Packet Sniffer/Dongle for Kinetis MKW22D and MKW24D Wireless MCUs USB-KW24D512

Quick Start Guide. USB Packet Sniffer/Dongle for Kinetis MKW22D and MKW24D Wireless MCUs USB-KW24D512 Quick Start Guide USB Packet Sniffer/Dongle for Kinetis MKW22D and MKW24D Wireless MCUs USB-KW24D512 Quick Start Guide Get to Know the USB-KW24D512 USB Connector Reset Button Application Button LEDs Antenna

More information

Wireless Local Positioning System. Project Overview Functional Description Hardware and Software Design Components and Interfaces Timing Extensions

Wireless Local Positioning System. Project Overview Functional Description Hardware and Software Design Components and Interfaces Timing Extensions Wireless Local Positioning System Project Overview Functional Description Hardware and Software Design Components and Interfaces Timing Extensions Project Overview Wirelessly senses positions of nodes

More information

SMiRF v1 Serial Miniature RF Link 8/25/2004

SMiRF v1 Serial Miniature RF Link 8/25/2004 interface and protocol requirements for the SMiRF USB Powered Wireless link. Please report typos, inaccuracies, and especially unclear explanations to us at spark@sparkfun.com. Suggestions for improvements

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE Drop-in Networking GETTING STARTED GUIDE Drop-in Networking 90000873-88_B Digi International Inc.2007. All Rights Reserved. Digi, Digi International, the Digi logo, ConnectPort, Watchport, and XBee, are

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK C8051F560 DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

TBox-Radio & WIRC photocell User manual

TBox-Radio & WIRC photocell User manual Kit TBox-Radio & WIRC photocells 1. TBox-Radio 1.1 Appearance Radio antenna 2 x Photocells Jack Inputs Ext GPS antenna (TBox-4x only) 4 Group / ID LEDs Radio Config button 2 inputs LEDs Sync Jack RS232

More information

Getting Started with the Microcontroller Student Learning Kit (MCUSLK) Using the MC9S12C32 MCU Application Module (CSM-12C32)

Getting Started with the Microcontroller Student Learning Kit (MCUSLK) Using the MC9S12C32 MCU Application Module (CSM-12C32) Freescale Semiconductor User Guide MCUSLK_CSM12C32 Rev. 0, 6/2005 Getting Started with the Microcontroller Student Learning Kit (MCUSLK) Using the MC9S12C32 MCU Application Module (CSM-12C32) By Eduardo

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 14 PAN1740 2 of 14 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

More information

LAB #1: The CSM12C32 Module and PBMCUSLK Project Board

LAB #1: The CSM12C32 Module and PBMCUSLK Project Board CS/EE 5780/6780 Handout #1 Spring 2007 Myers LAB #1: The CSM12C32 Module and PBMCUSLK Project Board Lab writeup is due to your TA at the beginning of your next scheduled lab. Don t put this off to the

More information

Quick Start Guide for FRDM-KL46Z Rev 1

Quick Start Guide for FRDM-KL46Z Rev 1 www.freescale.com/frdm-kl46z These documents are available as part of the Quick Start Package: Name Type Description Quick Start Guide PDF This document OpenSDA Applications Folder OpenSDA Applications

More information

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed herein are for reference purposes only. All information discussed

More information

INTRODUCTION TO PICDEM Z DEVELOPMENT

INTRODUCTION TO PICDEM Z DEVELOPMENT Lab5 INTRODUCTION TO PICDEM Z DEVELOPMENT ENVIRONMENT EET 4730 By 1 Test set up ZigBee wireless network setup demonstration. A major component needed for this exercise is the Microchip ZigBee Stack. ZigBee

More information

/Zigbee Embedded Bootloader. Reference Manual

/Zigbee Embedded Bootloader. Reference Manual 802.15.4/Zigbee Embedded Bootloader Reference Manual 802154EBRM/D Rev. 0.0, 09/2004 How to Reach Us: USA/Europe/Locations Not Listed: Freescale Semiconductor Literature Distribution Center P.O. Box 5405

More information

Bluetooth RS-232 Dongle. User s Manual BTS-100

Bluetooth RS-232 Dongle. User s Manual BTS-100 Bluetooth RS-232 Dongle User s Manual BTS-100 Table of Contents 1. INTRODUCTION... 2 2. PHYSICAL DIAGRAM... 3 3. BLUETOOTH PAIRING AND CONNECTING... 4 4. RS-232 INSTALLATION... 10 5. HYPERTERMINAL SETTING

More information

Rev. A. ANC Series RS-485/RS-422 Synchronous Clock Display. Antona Corporation (818) URL:

Rev. A. ANC Series RS-485/RS-422 Synchronous Clock Display. Antona Corporation (818) URL: Rev. A ANC - 7020 Series RS-485/RS-422 Synchronous Clock Display Antona Corporation, Los Angeles, CA Antona Corporation (818)783-4299 URL:http://www.antona.com 1 Antona Corporation Copyright Copyright

More information

AN LPC82x Touch Solution Quick Start Guide. Document information. Keywords

AN LPC82x Touch Solution Quick Start Guide. Document information. Keywords Rev. 1.0 22 December 2014 Application Note Document information Info Keywords Abstract Content Capacitive Touch, Touchpad, Sensor, Electrode, Drive/Sensing lines, Dielectric, Overlay panel, Sensitivity,

More information

Sub-GHz Remote Control Dimmer Quick Start Guide. Reference Design for Kinetis KW01 MCU KW01RCDRDQSG

Sub-GHz Remote Control Dimmer Quick Start Guide. Reference Design for Kinetis KW01 MCU KW01RCDRDQSG Sub-GHz Remote Control Dimmer Quick Start Guide Reference Design for Kinetis KW01 MCU KW01RCDRDQSG Get to Know the Sub-GHz Remote Control Dimmer Chip Antenna RGB LED Application Push Buttons MKW01Z128

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE Drop-in Networking GETTING STARTED GUIDE 802.15.4 Series Drop-in Networking 90000996-88_A Digi International Inc. 2008. All Rights Reserved. Digi, Digi International, the Digi logo, ConnectPort, Watchport,

More information

Adding a run control interface into an existing CodeWarrior for MCU v10.x project

Adding a run control interface into an existing CodeWarrior for MCU v10.x project Freescale Semiconductor Document Number:AN4902 Application Note Rev 03/2014 Adding a run control interface into an existing CodeWarrior for MCU v10.x project 1 Introduction There are two ways to add a

More information

Kinetis Bootloader v1.2.0 Release Notes

Kinetis Bootloader v1.2.0 Release Notes Freescale Semiconductor Document Number: KBTLDR120RN Release Notes Rev. 0, 07/2015 Kinetis Bootloader v1.2.0 Release Notes 1 Overview These are the release notes for the Kinetis bootloader v1.2.0. This

More information

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 AudioFire 8a AudioFirePre8 Gibson RIP Release 5.7.

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 AudioFire 8a AudioFirePre8 Gibson RIP Release 5.7. Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 AudioFire 8a AudioFirePre8 Gibson RIP Release 5.7.1 for Mac OS X DISCLAIMER... 2 RELEASE INFORMATION... 2 SUPPORTED OPERATING

More information

XBee Starter Kit Getting Started Guide

XBee Starter Kit Getting Started Guide XBee 802.15.4 Starter Kit Getting Started Guide 90002160_A 6/20/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi web site, a Digi International Company,

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

Introduction to Netburner Network Development Kit (NNDK) MOD5282

Introduction to Netburner Network Development Kit (NNDK) MOD5282 Introduction to Netburner Network Development Kit (NNDK) MOD5282 Picture of Netburner Development Board: Connections Required: 1) TTY Serial Cable to connect to Host PC Port 2 (or Port 1) 2) Ethernet Cable:

More information

By Nick Giannaris. ZigBee

By Nick Giannaris. ZigBee By Nick Giannaris ZigBee Personal Area Network (PAN) A computer network used for communication among devices in a close proximity. Wireless Personal Area Network (WPAN) A wireless personal area network

More information

LynX-10 PLC Bi-directional X-10 Interface Quick Start Manual version 1.20

LynX-10 PLC Bi-directional X-10 Interface Quick Start Manual version 1.20 LynX-10 PLC Bi-directional X-10 Interface Quick Start Manual version 1.20 Model: 105 Marrick Limited LynX-10 TM PLC Manual revision 1.20 Marrick Limited, Incorporated P.O. Box 950940 Lake Mary, FL 32795

More information

µtasker Document Kirin3 M52259 demo user s guide

µtasker Document Kirin3 M52259 demo user s guide µtasker Document Kirin3 M52259 demo user s guide utaskerv1.3_kirin3_demo/0.1 Copyright 2009 M.J.Butcher Consulting Table of Contents 1. Introduction... 3 2. Preparing to start... 3 3. Compiling the µtasker

More information

MC9S12VR Family Demonstration Lab Training Carlos Aceff Automotive & Industrial Solutions Group, Mexico

MC9S12VR Family Demonstration Lab Training Carlos Aceff Automotive & Industrial Solutions Group, Mexico Freescale Semiconductor Application Note Document Number: AN4448 Rev. 0, 01/2012 MC9S12VR Family Demonstration Lab Training by: Carlos Aceff Automotive & Industrial Solutions Group, Mexico 1 Introduction

More information

Buck Regulator Hardware Configuration and Use NOTE The methods described in this note apply to other HW implementations and Freescale Software stacks

Buck Regulator Hardware Configuration and Use NOTE The methods described in this note apply to other HW implementations and Freescale Software stacks Freescale Semiconductor Application Note Document Number: AN3932 Rev. 0.0, 11/2009 MC13224 Configuration and Operation with the Buck Regulator 1 Introduction The Freescale MC13224 is a wireless communication

More information

Group 10 Programmable Sensor Output Simulator Progress Report #2

Group 10 Programmable Sensor Output Simulator Progress Report #2 Department of Electrical Engineering University of Victoria ELEC 499 Design Project Group 10 Programmable Sensor Output Simulator Progress Report #2 March 5, 2005 Submitted by: Group No.: 10 Team: Exfour

More information

BNO055 Xplained pro Getting Started Guide

BNO055 Xplained pro Getting Started Guide Application note BNO055 Xplained pro Getting Started Guide BNO055 Xplained pro: Getting Started Guide Document Revision 1.0 Document Release February 2015 Document Number BST-BNO055-AN011-00 Technical

More information

TWR-K60F120M Quick Start Guide

TWR-K60F120M Quick Start Guide TWR-K60F120M Quick Start Guide High-Performance MCUs with Connectivity and Security Tower System Development Board Platform Get to Know the TWR-K60F120M Board Primary SW1 Potentiometer SD Card Socket Infra-Red

More information

Kinetis Flash Tool User's Guide

Kinetis Flash Tool User's Guide Freescale Semiconductor Document Number: KFLASHTOOLUG User's Guide Rev. 0, 04/2016 Kinetis Flash Tool User's Guide 1 Introduction The Kinetis Flash Tool is a GUI application on Windows OS, aiming to offer

More information

ZFSM-201-KIT-1 ZFSM-201-EVB-1 Errata

ZFSM-201-KIT-1 ZFSM-201-EVB-1 Errata Free Star Pro Series ZFSM-201-KIT-1 ZFSM-201-EVB-1 Errata ZFSM-201-1 FreeStar Pro Module Document # 0006-00-08-04-000 (Rev A) Table of Contents 1 PURPOSE OF THESE ERRATA... 3 2 FREESTAR PRO TEST TOOL (GUI)

More information