ZFSM-201-KIT-1 Wireless UART Application User Guide

Size: px
Start display at page:

Download "ZFSM-201-KIT-1 Wireless UART Application User Guide"

Transcription

1 Free Star Pro Series ZFSM-201-KIT-1 Wireless UART Application User Guide ZFSM FreeStar Pro Module Document # (Rev A)

2 Table of Contents 1 OVERVIEW DESCRIPTION COMMUNICATIONS SETUP VIRTUAL SERIAL PORT SETUP HYPERTERMINAL SETTINGS VERIFY COM SETTINGS CONFIGURATION OPTIONS ENTER CONFIGURATION MODE IN HYPERTERMINAL CONFIG MENU OPTIONS CONFIGURATION WITH A HOST MICROPROCESSOR BUTTON PRESS OVERVIEW DEMONSTRATIONS HYPERTERMINAL TO HYPERTERMINAL TROUBLESHOOTING ERRATA REVISION HISTORY OVERVIEW 1.1 Description The Wireless UART application is based on the IEEE MAC Codebase for the MC1322x platform. The application is designed to easily configure settings, demonstrate, and is ready to use for cable replacement applications. This document describes: How to change configuration options in a HyperTerminal session. How to change configuration options via a host microprocessor. How to demonstrate the Wireless UART application in HyperTerminal. Rev A Page 2 of 13

3 2 COMMUNICATIONS SETUP FreeStar Pro Wireless UART User Guide 2.1 Virtual Serial Port Setup 1) Attach a USB cable (supplied) between the ZFSM-201-EVB-1 and the PC. Note: It is strongly recommended that the USB cable be plugged directly into the PC and not through a USB Hub to avoid COM port conflicts. The first time a ZFSM-201-EVB-1FreeStar Pro Evaluation Board is connected to a computer, the PC will install virtual serial port drivers and a COM port number will be assigned to the evaluation board. To check which COM port is assigned to the USB connection follow steps 2) through 5): 2) Open the Windows System Properties window using Start -> Control Panel -> System or right click on My Computer in the Start menu and select Properties from the drop down menu. 3) In the System Properties window under the Hardware tab, click the Device Manager button as indicated in Figure 1. Figure 1 Screen, Windows System Properties Rev A Page 3 of 13

4 Figure 2 Screen, Device Manager 4) Click on the Ports (COM & LPT) label or expand the tree by clicking the + sign. The COM ports in the system will be displayed as shown in Figure 2. 5) As shown in Figure 2, the COM port chosen by the system is displayed as USB Serial Port (COM7). Only COM ports 1-16 should be used with the FreeStar Pro Test Tool. If a COM port greater than 16 has been selected by the system follow steps 6) through 8): 6) Double click on the USB Serial Port in the Device Manager window shown in Figure 2. 7) The window shown in Figure 3 will appear. Select the Port Settings tab and click the Advanced button. Figure 3 Screen, Device Manager Port Settings Rev A Page 4 of 13

5 Figure 4 Screen, Device Manager COM Port Setting 8) Click the COM Port Number drop down menu and select a COM Port (not in use) between 1 and 16 as shown in Figure 4. Note: if all COM Ports between 1 and 16 show as (in use) and in actuality one of them is not being used, it can be assigned. 2.2 HyperTerminal Settings 1) Open HyperTerminal in Windows by using Start All Programs Accessories Communications HyperTerminal 2) Enter a name for the connection in the area shown in Figure 5 and click the OK button. Figure 5: HyperTerminal Connection Description 3) As shown in Figure 6 select the COM port of the FreeStar Pro Interface Board in the Connect using: drop down menu and click the OK button. Rev A Page 5 of 13

6 Figure 6: HyperTerminal Connect To Dialog 4) As shown in Figure 7 configure the corresponding COM port as follows and click the OK button. a. Bits per second: b. Data bits: 8 c. Parity: None d. Stop bits: 1 e. Flow Control: Hardware Figure 7: HyperTerminal COM Properties Dialog 5) In HyperTerminal navigate to the ASCII Setup File Properties Settings Tab and click the ASCII Setup button, shown in Figure 8. Rev A Page 6 of 13

7 Figure 8: HyperTerminal Connection Properties 6) In the ASCII Setup window, confirm that both checkboxes are checked under the ASCII Sending heading, as shown in Figure 9, and click the OK button. Figure 9: HyperTerminal ASCII Setup Dialog 7) Click the OK button in the Connection Properties window and you should return to the HyperTerminal application. Rev A Page 7 of 13

8 2.3 Verify COM Settings Using the status bar in HyperTerminal confirm that everything is Connected and the communications settings are displayed as N-1 as shown in Figure 10. Figure 10: HyperTerminal Screenshot (Connected) 3 Configuration Options 3.1 Enter Configuration Mode in HyperTerminal 1) Enter +++ (minus the quotes) in the HyperTerminal window as shown in Figure 11. Figure 11: HyperTerminal Screenshot Rev A Page 8 of 13

9 2) The configuration settings and Config Menu can be seen in Figure 12. Note: All configuration settings are stored in NVM and therefore retained on loss of power. Figure 12: HyperTerminal Screenshot (Config Menu) 3.2 Config Menu Options COMMAND COMMAND NAME DESCRIPTION 1 Change Channel Change the RF Channel (11 26) 2 3 Chare Output Power Change BAUD Rate Change the RF Power (0 15) Change the BAUD rate on the UART Note: HyperTerminal will have to be restarted with the new BAUD rate. 4 Change PAN-ID Change the PAN-ID of the Network ( ) Change Device Address Change Destination Address Change Number of RF Retries Change Inter Char Delay Change the device s address Change the address of the target device If set to 0 RF Retries are disabled. If set to 1-3 the transmitting device will retry the RF message 1-3 times (based on selection) if no RF acknowledgement to the first message is received. The inter-character delay is the time no data is received on the UART before sending data over-the-air. Note: If typing in a terminal program, this setting would typically be in the range of 500 ms. Rev A Page 9 of 13

10 COMMAND COMMAND NAME FreeStar Pro Wireless UART User Guide DESCRIPTION 9 Change Quiet Period The quiet period is the time no data is received on the UART before the firmware allows for configuration changes. If the quiet period is not met, any +++ sequence would be treated as data to send over-the-air. Note: If typing in a terminal program, this setting would typically be in the range of 1000 ms. q Quit/Exit Config Quit Configuration and run Wireless UART application e d Enable Terminal Configuration & Messages Disable Terminal Configuration & Messages If enabled the device will print ASCII menus and status information (see command d ) Note: Only use if demonstrating in HyperTerminal. In an actual cable replacement application this menu system should be disabled. Disables the ASCII menus and status information (see command e ) Table 1: Config Menu Options Note: Adjusting the Inter-Char delay is important to keeping the data transfer over the air (OTA) efficient. Efficiency is achieved by loading as much data into a packet as possible, since the IEEE packet contains overhead in every packet for addressing, pan-id s, etc. 3.3 Configuration with a Host microprocessor A host microprocessor could be used to configure the application over the UART. The Wireless UART software times how long it takes between +++ characters. If they arrive in less than 4 ms (an order of magnitude faster than anyone can type) the software will automatically disable terminal messages and respond to commands with ASCII SUCCESS or messages. All commands are ASCII based, just as in HyperTerminal. Do not confuse a hexadecimal 0x01 with ASCII 1 - which is 0x31 in hex. All configuration changes must start with +++ command. Host Command (ASCII) Response (ASCII) Notes +++ Enter configuration mode if SUCCESS Table 2: +++ Command Details Change the appropriate configuration option by sending a 1 9 or e, d and the corresponding parameter. For example 1 to change channel followed by 11 for channel 11. Think of the Host microprocessor just replacing the PC keyboard, for more information the commands please refer to Table 1. All configuration changes must end with q command which saves the changed commands to non-volatile memory. Rev A Page 10 of 13

11 Host Command (ASCII) Host Command Parameter ( ASCII) Response Notes q e d q Change the RF Channel Change the RF Power Change BAUD Rate 1 = 1200, 2 = 2400, 3 = 4800, 4 = 9600, 5 = 19200, 6 = 38400, 7= 57600, 8 = bps Change the PAN-ID of the Network Change the device s address Change the address of the target device Change the number of RF retries Change the Inter Char Delay (ms) Change the Quiet Period (ms) Quit configuration and run wireless UART application. Enable terminal messages Disable terminal messages Exit and Run Wireless UART Table 3: Microcontroller Host Commands 3.4 Button Press Overview A long button press (over one second) within 5s of reset will configure the software to switch applications. Any long button press will be acknowledged with a corresponding LED turning on. A long button press (over one second) within 5s of reset will preset the device to the following: Rev A Page 11 of 13

12 SW1 SW2 SW3 Run Wireless UART application with the following settings: Run Wireless UART application with the following settings: Run Wireless UART application with the following settings: RF Retries = 1 Inter Char delay = 20 Address = 1010 Destination Address = 2020 Channel = 15 Pan-ID = 44,444 Disable Terminal Messages RF Retries = 1 Inter Char delay = 20 Address = 2020 Destination Address = 1010 Channel = 15 Pan-ID = 44,444 Disable Terminal Messages Table 4: Button Press Configuration Enable Terminal Messages 4 Demonstrations 4.1 HyperTerminal to HyperTerminal 1) Connect two boards to a PC and open two sessions of HyperTerminal as shown in Figure 13. Figure 13: HyperTerminal to HyperTerminal 2) Board #1: Press SW1 for one second within 5s of reset to preset configuration. 3) Board #2: Press SW2 for one second within 5s of reset to preset configuration. 4) Begin typing on either terminal and the data will be displayed on the other terminal as shown in Figure 14. 5) Changes to configurations can be made as described in the above sections of this manual. Rev A Page 12 of 13

13 Figure 14: HyperTerminal to HyperTerminal (Screenshots) 5 Troubleshooting If the boards fail to communicate try the following: 1) Use terminal program to check settings. See above sections about displaying the configuration settings in HyperTerminal. A) Ensure the Channel, PAN-ID, Source and Destination Addresses match. B) Ensure the UART baud rates match. 2) Use LED s A) LED1 Flashes when transmitting RF B) LED2 Flashes when receiving RF C) LED3 Flashes when transmitting UART data D) LED4 Flashes when receiving UART data 3) Switch RF channels. Perhaps the boards are not communicating due to RF interference or heavy network traffic. 6 Errata 1) The BAUD rate is not adjustable. The problem resides with the Freescale API that is slated to be fixed in a later version of the MAC codebase. 7 Revision History Revision Date Description A 04Feb09 Released Rev A Page 13 of 13

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

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

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

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

MBUS-CCT (Configuration and Communication Tool) User Manual

MBUS-CCT (Configuration and Communication Tool) User Manual (Configuration and Communication Tool) User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 2 CONNECTING TO THE MODULE... 3 TERMINAL MODE...

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

EKK-LM3S811 QUICKSTART

EKK-LM3S811 QUICKSTART Stellaris LM3S811 Evaluation Kit The Stellaris LM3S811 Evaluation Kit provides a low-cost way to start designing with Stellaris microcontrollers. The LM3S811 Evaluation Board (EVB) can function as either

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

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

[MG245X] OTA(Over The Air) Programmer User s Guide. (No. ADT0106) V1.3

[MG245X] OTA(Over The Air) Programmer User s Guide. (No. ADT0106) V1.3 [MG245X] OTA(Over The Air) Programmer User s Guide (No. ADT0106) V1.3 REVISION HISTORY Version Date Description VER.1.0 2008.4.10 First Version VER.1.1 2009.4.2 VER.1.2 2010.5.18 VER.1.3 2011.2.21 Section

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

BitPipe Cellular Dev- Kit

BitPipe Cellular Dev- Kit BitPipe Cellular Dev- Kit Rev 1.2 2018-03-19 Table of Contents Table of Contents... 2 Table of figures... 3 1 Revision history... 4 2 Introduction... 4 3 Included Material... 4 4 BitPipe Development Kit

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

zigb232 & zigb485 User Guide User Guide TANGENT TECHNOLABS

zigb232 & zigb485 User Guide User Guide TANGENT TECHNOLABS TANGENT TECHNOLABS Device: Power Supply (9-36V) Yellow LED (Traffic) Green LED (Router Device) Blue LED (Coordinator Device) RS232/485 Connector Power Indication LED Technical Specifications: Input Power:

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

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

SIGFOX-CCT (Configuration and Communication Tool) User Manual

SIGFOX-CCT (Configuration and Communication Tool) User Manual (Configuration and Communication Tool) User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 2 CONNECTING TO THE MODULE... 3 TERMINAL MODE...

More information

RC232 Configuration and Communication Tool (CCT) User Manual

RC232 Configuration and Communication Tool (CCT) User Manual RC232 Configuration and Communication Tool (CCT) User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 2 CONNECTING TO THE MODULE... 3 TERMINAL

More information

Flex Series User Guide

Flex Series User Guide User Programmable Current 4..20mA Digital RS485 Dual & Single Axis Up to 360º 2016 Flex Series User Guide Sensor Installation, Wiring, Flexware App Instructions Page 1 of 33 Page 2 of 33 Table of Contents

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

Updating Reader Firmware

Updating Reader Firmware SWH-xxxx Readers Updating Reader Firmware Version C0 Document Part Number UM-096 July 2012 OVERVIEW This document describes how to download new firmware to Software House SWH-4xxx readers. The procedure

More information

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/ Rev. A 1/25/213 172 Contents Contents Temperature-Humidity Sensor Configuration Tool... 3 Read Sensor Screen... 3 Manual Calibration Screen... 4 Register View Screen... 5 Modbus Registers... 6 Reprogram

More information

NL6000 Wireless Modem NL6000 User Manual Rev 1.1

NL6000 Wireless Modem NL6000 User Manual Rev 1.1 NL6000 Wireless Modem NL6000 User Manual Rev 1.1 WWW.RFNEULINK.COM 6. Procedures This section includes step-by-step procedures for configuring all the parameters that control the operation of the NL6000.

More information

VSM Manager. The VSM Manager is a Windows GUI that can be installed to serially control Genesis Matrixes with a firmware of version 2.5 or later.

VSM Manager. The VSM Manager is a Windows GUI that can be installed to serially control Genesis Matrixes with a firmware of version 2.5 or later. VSM Manager Table of Contents Overview...1 Getting Started...1 Toolbar... 2 Serial Connection... 2 Refresh... 3 Help... 3 Tab Pages... 4 General... 4 Control...5 Schedule... 6 Command... 6 Communications...

More information

AMS COCKPIT USERS GUIDE. AMS Cockpit Version 1.1 USERS GUIDE

AMS COCKPIT USERS GUIDE. AMS Cockpit Version 1.1 USERS GUIDE AMS COCKPIT USERS GUIDE Table of Contents AMS Cockpit Version 1.1 USERS GUIDE Revision Date: 1/15/2010 A d v a n c e d M i c r o S y s t e m s, I n c. w w w. s t e p c o n t r o l. c o m i Table of Contents

More information

User Manual. Thermo Scientific Orion

User Manual. Thermo Scientific Orion User Manual Thermo Scientific Orion Orion Star Com Software Program 68X637901 Revision A April 2013 Contents Chapter 1... 4 Introduction... 4 Star Com Functions... 5 Chapter 2... 6 Software Installation

More information

May 2016 Version 1.2.7

May 2016 Version 1.2.7 May 2016 Version 1.2.7 2 Introduction Copyright Copyright 2016 4RF Limited. All rights reserved. This document is protected by copyright belonging to 4RF Limited and may not be reproduced or republished

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

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

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

1. Introduction. 2. Installation INSTALLATION INSTRUCTIONS: MCD USB MODULE

1. Introduction. 2. Installation INSTALLATION INSTRUCTIONS: MCD USB MODULE Introduction INSTALLATION INSTRUCTIONS: MCD USB MODULE 1. Introduction The USB Module can be used in conjunction with WinMaster to manage Danfoss soft starters. These instructions detail the installation,

More information

XC866 Getting Started on EasyKit & Toolkits

XC866 Getting Started on EasyKit & Toolkits March 2005 XC866 on EasyKit & Toolkits Page 1 N e v e r s t o p t h i n k i n g. Overview DAvE! This will get you started in using the XC866. KEIL HiTOP XC800_ FLOAD! You will be introduced to the following

More information

Embit Binary Interface - IEEE Specific Documentation. embit s.r.l.

Embit Binary Interface - IEEE Specific Documentation. embit s.r.l. Embit Binary Interface - IEEE 802.15.4-Specific Documentation embit s.r.l. Document information Versions & Revisions Revision Date Author Comments 1.0 A. Sala First release 1.1 14/12/2012 C. Biagi Minor

More information

Setting the DCM Switches

Setting the DCM Switches 20 The device(s) connected to the DCM will help you determine the appropriate switch settings. Host Computer or Operator Interface Connection If you re using a host computer or operator interface as the

More information

User Manual A08. User Manual

User Manual A08. User Manual A08 TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. INTRODUCTION... 2 1.1. Key Features... 3 1.2. OS Requirement... 4 1.3. Specification... 4 1.4. Packing List... 4 2. OVERVIEW... 5 2.1. LED Definition...

More information

Canlan INSTALLATION MANUAL

Canlan INSTALLATION MANUAL Canlan INSTALLATION MANUAL August 2014 Table of Contents Introduction... 4 Overview... 5 RJ45 Connector and Status LEDs... 5 Power Input... 6 RS232 / RS485 Connectors... 7 Installing the Canlan Software...

More information

Intellex Digital Video Management System. Intellex Version 2.2 to 2.3 Upgrade Instructions

Intellex Digital Video Management System. Intellex Version 2.2 to 2.3 Upgrade Instructions Intellex Digital Video Management System Intellex Version 2.2 to 2.3 Upgrade Instructions 2 Intellex Digital Video Management System Notice Copyright The information in this manual was current when published.

More information

XC2287M HOT. Solution ASC. Uses a timer triggered LED to toggle with ASC Interrupt

XC2287M HOT. Solution ASC. Uses a timer triggered LED to toggle with ASC Interrupt XC2287M HOT Solution ASC Uses a timer triggered LED to toggle with ASC Interrupt Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.1 XC2287M HOT Exercise ASC Hello World with

More information

User Guide Feb 5, 2013

User Guide Feb 5, 2013 HI 8435 32 Sensor Array with Ground/Open or Supply/Open Sensors and SPI interface. Evaluation Board 23351 Madero, Mission Viejo, CA 92691. USA. Tel: + 1 949 859 8800 Fax: + 1 949 859 9643 Email: sales@holtic.com

More information

Souran Q2686 Design Guide

Souran Q2686 Design Guide Souran Q2686 Design Guide Document Number : 8510132 Version: 1.1 2009 Symstream Technology Group Ltd. Table of Contents 1 Introduction...4 1.1 Overview...4 1.2 Scope...4 2 Q2686 Modem Solution...5 3 Hardware

More information

Inventek Systems. es-wifi ISM4319-M3-EVB. Quick Start Guide

Inventek Systems. es-wifi ISM4319-M3-EVB. Quick Start Guide Inventek Systems es-wifi ISM4319-M3-EVB Quick Start Guide Installing the Inventek Systems ISM4319-M3-EVB Evaluation Board 1. Download and install Drivers http://www.inventeksys.com/specs/evb_driver_download_utility.zip

More information

RM024 DVK USER GUIDE VERSION 1.2

RM024 DVK USER GUIDE VERSION 1.2 USER GUIDE VERSION 1.2 Americas: +1-800-492-2320 Asia: +852-2923-0610 REVISION HISTORY Version Revision Date Change Description Approved By 1.0 20 Dec 2012 Initial Release Chris Downey 1.1 15 Apr 2014

More information

INTAB INTERFACE-TEKNK AB

INTAB INTERFACE-TEKNK AB AirGate-Modbus INSTRUCTIONS MANUAL V1.1x C INTRODUCTION... 1 SPECIFICATIONS... 2 CONNECTION AND INSTALLATION... 3 OPERATION... 4 OPERATION MODES... 5 USING THE OPERATION MODES... 6 LONG REACH APPLICATION...

More information

Serial Port Drivers and Firmware Upgrade

Serial Port Drivers and Firmware Upgrade Serial Port Drivers and Firmware Upgrade Jul 2018 2017, 2018, Dilithium Design Contents Overview... 2 VCP Driver Installation... 2 Telnet Client Installation... 3 Firmware Upgrade... 6 Performing an Upgrade...

More information

NETAFIM WILL NOT ACCEPT RESPONSIBILITY FOR DAMAGE RESULTING FROM THE USE OF NETAFIM'S PRODUCTS OR THE USE OF THIS MANUAL.

NETAFIM WILL NOT ACCEPT RESPONSIBILITY FOR DAMAGE RESULTING FROM THE USE OF NETAFIM'S PRODUCTS OR THE USE OF THIS MANUAL. [Type text] COPYRIGHT 2011, NETAFIM NO PARTS OF THIS PUBLICATION MAY BE REPRODUCED, STORED IN AN AUTOMATED DATA FILE OR MADE PUBLIC IN ANY FORM OR BY ANY MEANS, WHETHER ELECTRONIC, MECHANICAL, BY PHOTOCOPYING,

More information

MAXREFDES44# MicroZed Quick Start Guide

MAXREFDES44# MicroZed Quick Start Guide MAXREFDES44# MicroZed Quick Start Guide Rev 0; 5/15 Maxim Integrated cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim Integrated product. No circuit

More information

linkzone User ManUal

linkzone User ManUal LINKZONE User Manual Getting to Know Your Mobile Hotspot Power key WPS key LED indicator USB jack LED Description Part Power key WPS key LED indicators Charging / USB Port Reset Reboot Description Hold

More information

GW1000 User s Guide. Revision 1.04 Mar 30, 2008

GW1000 User s Guide. Revision 1.04 Mar 30, 2008 GW1000 User s Guide Revision 1.04 Mar 30, 2008 Website: www.datalink-networks.com Tel : (604) 632-4278 / (866) 709-6390 Table of Contents 1.0 GW1000 General Operation & Applications... 3 2.0 Hardware Specifications...

More information

Serial console tool. To open the Serial console tool, select Serial console from the Tools drop-down menu in the toolbar.

Serial console tool. To open the Serial console tool, select Serial console from the Tools drop-down menu in the toolbar. Serial console tool The Serial console tool allows you to interact with your radio modules without first discovering them and adding them to the list of radio modules. The layout and functionality of the

More information

USB232 board EB Technical datasheet

USB232 board EB Technical datasheet USB232 board EB039-00-1 Technical datasheet Contents 1. About this document...2 2. General information...3 3. Board layout...4 4. Testing this product...5 5. Circuit description...7 Appendix 1 Circuit

More information

Hints and tips when using RC1xx0 RF Modules

Hints and tips when using RC1xx0 RF Modules AN001 : HI NTSANDTI PS WHENUSI NGRC1 XX0RFMODULES WeMakeEmbeddedWi r el ess Easyt ouse Hints and tips when using RC1xx0 RF Modules By H.Moholdt Keywords Interfacing to RS232/RS485/RS422 level shifters

More information

Boot Loader for the Z51F6412 MCU

Boot Loader for the Z51F6412 MCU Boot Loader for the Z51F6412 MCU AN037701-0215 Abstract This application note discusses how to create a boot loader program for the Z51F6412 microcontroller, a member of Zilog s Z8051 Family of Microcontrollers.

More information

Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization

Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization Hall Research Technologies, Inc. Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization UMA1127 Rev B Copyright 2007. Hall Research Technologies, Inc. All rights 1163 Warner

More information

MTI RFID Explorer User Manual Version 1.0.0

MTI RFID Explorer User Manual Version 1.0.0 MTI RFID Explorer User Manual Version 1.0.0 MTI Group Proprietary Information Any unauthorized use, duplication, reproduction, or disclosure of this document may be considered as infringement of MTI Group

More information

Procedure to upgrade the Boot Code, program firmware and Web image by using console port & TFTP

Procedure to upgrade the Boot Code, program firmware and Web image by using console port & TFTP Procedure to upgrade the Boot Code, program firmware and Web image by using console port & TFTP Command explanation: While reboot AP in console mode to press x, it will into command mode like as .

More information

Voice Pager MODEL:VP101

Voice Pager MODEL:VP101 Voice Pager MODEL:VP101 Contents Contents Getting Started...1 Equipment Required... 1 Programming Setup... 1...6 Introduction... 6 Start the Programming... 6 May 17, 2011 V1.2 Getting Started Getting Started

More information

BLE Data Logger User Manual

BLE Data Logger User Manual BLE Data Logger User Manual Revision 3 Biomark, Inc. 705 S. 8th Street Boise, Idaho 83702, USA 1-208-275-0011 www.biomark.com customerservice@biomark.com Copyright and Trademarks Copyright Copyright 2017

More information

PI Scanner User Guide

PI Scanner User Guide PI Scanner User Guide Table of Contents 1. Highlights 2. Overview 3. Installation 3.1. PI Scanner Software Installation 3.2. USB to Serial Interface Board Installation 3.3. Programming the PI Scanner IP

More information

Xbee module configuration from a µcontroller

Xbee module configuration from a µcontroller APPLICATION NOTE AN_P12AB04_1 Xbee module configuration from a µcontroller Soulier Baptiste Polytech Clermont Ferrand 2012-2013 The purpose of this application note is to explain how to configure the main

More information

BM2001 (Bluetooth USB Adapter) User s Guide

BM2001 (Bluetooth USB Adapter) User s Guide BTWIN is a Trademark of BTNetworks. BM2001 (Bluetooth USB Adapter) User s Guide BTNetworks Co., LTD 2005 08.30 Ver 3.0 1 Table of Contents 1 Introduction (Model: BM2001) 4 2 Bluetooth USB Adapter & Bluetooth

More information

UWTC-REC2 Configuration and Command Reference

UWTC-REC2 Configuration and Command Reference Rev. A, 12/13/09 Page 1 of 9 UWTC-REC2 Command Reference: Note: All commands sent to the UWTC series (except for single character commands) must be terminated by a carriage return or carriage return and

More information

RF RF 433MHz Transceiver Module

RF RF 433MHz Transceiver Module RF1100-232 RF 433MHz Transceiver Module I have recently started using the RF1100-232 module in an Arduino based project. I found it really difficult to find any useful detailled information on this module.

More information

Lab 1 MC9S12 Assembler and Monitor

Lab 1 MC9S12 Assembler and Monitor Lab 1 MC9S12 Assembler and Monitor Introduction and Objectives The purpose of this lab is to help you become familiar with your Dragon12-Plus Evaluation Board (EVB), and some of the software tools which

More information

APPLICATION NOTE 4633 Bluetooth to 1-Wire Communication Using the DS9097U

APPLICATION NOTE 4633 Bluetooth to 1-Wire Communication Using the DS9097U Maxim > Design Support > Technical Documents > Application Notes > ibutton > APP 4633 Keywords: bluetooth, wireless, mobile, 1-Wire, alternative, Wi-Fi, radio, exchange, range, communication, SPP, serial,

More information

ROTOR CONTROL DXA. de K4JRG. User s Manual

ROTOR CONTROL DXA. de K4JRG. User s Manual de K4JRG User s Manual , K4JRG User s Manual V1.05, Rev F4 JR Engineering, Corp 3521 SW 140 th Ave Miami, FL 33175 Phone 786.270.1610, x210 Fax 786.270.1609 email: k4jrg@k4jrg.org Table of Contents Welcome!...

More information

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC.

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC. Recovering A Wired Ethernet Device s Firmware Via TFTP This document details the method for recovering a wired Ethernet device s application firmware image via TFTP. This document applies to those ICC

More information

Application Note Demonstrating the Serial Port Profile (SPP) Between BlueConnect and BTW 2002/5/29

Application Note Demonstrating the Serial Port Profile (SPP) Between BlueConnect and BTW 2002/5/29 Application Note Demonstrating the Serial Port Profile (SPP) Between BlueConnect and BTW 2002/5/29 1 Introduction As a technology leader in the wireless networking market, WIDCOMM s vision is to enable

More information

Flash Loader Utility for the Z8 Encore! XP MCU

Flash Loader Utility for the Z8 Encore! XP MCU Application Note Flash Loader Utility for the Z8 Encore! XP MCU AN011806-0408 Abstract This application note describes Flash Loader utility for the Zilog s Z8 Encore! XP MCU that can be operated through

More information

i-weight - Acquistion and Statistics analysis Software for Balances Software version 2.0 (V8) User Manual

i-weight - Acquistion and Statistics analysis Software for Balances Software version 2.0 (V8) User Manual i-weight - Acquistion and Statistics analysis Software for Balances Software version 2.0 (V8) User Manual Manual edition: 10/10/2017 rev.0 Converter model FTDI INDEX 1. What is and what it does... 3 2.

More information

User Guide Laird Configuration and Test Utility Software. Version 1.0

User Guide Laird Configuration and Test Utility Software. Version 1.0 A Version 1.0 REVISION HISTORY Version Date Notes Approver 1.0 07 Dec 2016 Initial Release N. Zach Hogya 2 CONTENTS DVK Software Installation... 4 PC Settings Tab... 4 Port 1/Port 2 Options... 5 Options...

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

Supplemental Manual: Downloading DryCal Data to a PC

Supplemental Manual: Downloading DryCal Data to a PC Supplemental Manual: Downloading DryCal Data to a PC Table of Contents 1.0 Introduction 2 2.0 Setting up a Windows HyperTerminal File for DryCal 2-4 3.0 Taking Flow Readings 5-6 4.0 Converter Kits Setup

More information

MeshConnect ISP / WNA (ZIC2410USB-WNA-1) User Guide

MeshConnect ISP / WNA (ZIC2410USB-WNA-1) User Guide MeshConnect Family MeshConnect ISP / WNA (ZIC2410USB-WNA-1) User Guide 0007-05-08-06-001 (REV B) TABLE OF CONTENTS INTRODUCTION 3 CEL MESHCONNECT ISP / WNA FEATURES 3 GETTING STARTED 4 USB SETUP 4 MESHCONNECT

More information

PIN Pad: Installation

PIN Pad: Installation Ascend Support Phone: 877-875-8663 Email: help@ascendrms.com Web: www.ascendrms.com PIN Pad: Installation PIN pads must be purchased from Ascend in order to function properly. To order, email sales@ascendrms.com.

More information

D100 ISM Step by Step Installation Guide

D100 ISM Step by Step Installation Guide D100 ISM Step by Step Installation Guide Revision 1.00 5/15/2009 Overview The Inertial Stabilization Module for the D100 requires several connections before the unit can be operated. This guide will walk

More information

LoRaWAN Wzzard Utility Quick Guide. v /11/1

LoRaWAN Wzzard Utility Quick Guide. v /11/1 LoRaWAN Wzzard Utility Quick Guide v1.0 2018/11/1 1. Connect LRPv2 Connect LoRaWAN LRPv2 node and your desktop with MicroUSB. An USB virtual COM port will be created in Windows system. If Windows can t

More information

Local Firmware Download

Local Firmware Download Local Firmware Download Help Guide Performing a local Firmware Download allows you to download the latest software version to the ipocket232 Inc. s unit using terminal emulation software, such as HyperTerminal

More information

Cobalt Dashboard. Reference Manual

Cobalt Dashboard. Reference Manual Cobalt Dashboard Reference Manual Datalogic Automation S.r.l. Via Lavino, 265 40050 - Monte S. Pietro Bologna - Italy Cobalt Dashboard Reference Manual Ed.: 11/2011 This manual refers to Cobalt Dashboard

More information

Avnet Zynq Mini Module Plus Embedded Design

Avnet Zynq Mini Module Plus Embedded Design Avnet Zynq Mini Module Plus Embedded Design Version 1.0 May 2014 1 Introduction This document describes a Zynq standalone OS embedded design implemented and tested on the Avnet Zynq Mini Module Plus. 2

More information

MultiHop Radio Configuration Tool Rev. B 9/25/

MultiHop Radio Configuration Tool Rev. B 9/25/ Rev. B 9/25/2013 150473 Contents Contents 1 MultiHop Configuration Tool... 3 1.1 Installation...3 2 Network View Screen... 5 3 Register View Screen...7 4 Device Config Screen... 8 4.1 Device Parameter

More information

Overview RFSv4.3 is a RF module providing easy and flexible wireless data transmission between devices. It is based on AVR Atmega8 with serial output which can be interfaced directly to PC. Features 2.4

More information

LM300 Manager User Manual. Document Version: 1.1 LM300 Firmware Version: Bluetooth Firmware Version:

LM300 Manager User Manual. Document Version: 1.1 LM300 Firmware Version: Bluetooth Firmware Version: LM300 Manager User Manual Document Version: 1.1 LM300 Firmware Version: 2.0.1 Bluetooth Firmware Version: 7.5.4279 LM300 Bluetooth Ethernet Access Point LM300 Manager User Manual i Revision Date Description

More information

BitPipe Cellular Dev-Kit

BitPipe Cellular Dev-Kit Rev 1.0 2016-09-02 1 Table of Contents Table of Contents... 2 Table of figures... 3 1. Revision history... 4 2. Introduction... 4 3. Included Material... 4 4. Requirements... 5 5. BitPipe Development Kit

More information

XBee ZigBee SMT RF Module Development Kit Getting Started Guide

XBee ZigBee SMT RF Module Development Kit Getting Started Guide XBee ZigBee SMT RF Module Development Kit Getting Started Guide 90002013_D 5/8/2013 2013 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi web site, a Digi

More information

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter APCON100 series Operation Manual RS-232 to Ethernet Converter Page 1 of 24 APCON100 series Operation Manual Index Chapter 1 Specifications 2 Chapter 2 Introduction 3 Chapter 3 Easy Installation 4 Chapter

More information

HP95LX & Hyper Terminal for Windows 2000, XP, Vista & 7. 8/4/2012 Reviewed: Aug. 2012. Overview: The HP95LX Palmtop factory transfer software may not run on the newer Windows OS Windows 7. Although comparability

More information

Using Network Analyzer Tool to Monitor Bluetooth Mesh Traffic

Using Network Analyzer Tool to Monitor Bluetooth Mesh Traffic Using Network Analyzer Tool to Monitor Bluetooth Mesh Traffic KEY FEATURES This training demonstrates the usage of the Network Analyzer tool provided by Silicon Labs, and applies it to monitor Bluetooth

More information

Toriemon FGV-X and FGV-HX INSTRUCTION MANUAL

Toriemon FGV-X and FGV-HX INSTRUCTION MANUAL FORCE GAUGE FGV-X SERIES Add-in software for EXCEL Toriemon FGV-X and FGV-HX INSTRUCTION MANUAL NIDEC-SHIMPO CORPORATION CONTENTS 1. Introduction 2. Setup 2.1 Software Package 2.2 Software Installation

More information

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists Name: In this lab you will learn: PartA Cisco 2600 Router Configuration Static Routing PartB 20 min Dynamic

More information

3.1 I-7560 Pin Assignment and Specifications: Introduction

3.1 I-7560 Pin Assignment and Specifications: Introduction 3.1 I-7560 Pin Assignment and Specifications: Introduction The I-7560 adds a Windows serial Com port via its USB connection and is compatible with new & legacy RS-232 devices. USB Plug and Play allows

More information

RoboticsConnection XBee Connection Guide. Summerour Robotics Guide V1.1

RoboticsConnection XBee Connection Guide. Summerour Robotics Guide V1.1 RoboticsConnection XBee Connection Guide Summerour Robotics Guide 2 3 2009 V1.1 Introduction The purpose of this guide is to assist customers in configuring, and establishing a connection between two XBee

More information

MKW01 Simple Media Access Controller (SMAC) Demonstration Applications User s Guide

MKW01 Simple Media Access Controller (SMAC) Demonstration Applications User s Guide MKW01 Simple Media Access Controller (SMAC) Demonstration Applications User s Guide Document Number: MKW01SMACDAUG Rev. 0.0 5/2015 Freescale Semiconductor 1 2 Freescale Semiconductor How to Reach Us: Home

More information

TM Printer Service and Support Utility for Windows Version 2.xx User s Manual (English)

TM Printer Service and Support Utility for Windows Version 2.xx User s Manual (English) TM Printer Service and Support Utility for Windows Version 2.xx User s Manual (English) Rev. B Table of Contents Introduction...1 Purpose of This Manual and Target Users... 1 Composition of This Manual...

More information

X5105 Firmware Update. Instruction

X5105 Firmware Update. Instruction X5105 Firmware Update Instruction Things to prepare for updating the firmware: 1. USB-to-Serial cable 2. X5105 3. A computer running windows(xp/vista/7/8/10) operating system 4. A 12~15VDC(current ability

More information

Ethernet Serial Server

Ethernet Serial Server Ethernet Serial Server Users Manual Eport-101, Eport-102, Eport-104, Eport108 1 INTRODUCTION... 1 1.1 FEATURES... 1 1.2 PRODUCT SPECIFICATIONS... 2 1.3 DEFAULT SETTINGS... 3 2 COMMUNICATION MODES... 4

More information

User s Manual Closer to Real, Zigbee Module ZIG-100. Wireless Communication. ROBOTIS CO.,LTD

User s Manual Closer to Real, Zigbee Module ZIG-100. Wireless Communication. ROBOTIS CO.,LTD User s Manual 2006-07-06 Closer to Real, Wireless Communication ROBOTIS CO.,LTD. www.robotis.com +82-2-2168-8787 Contents 1. Page 02 2. Zigbee Setting Page 06 3. PC Interface Zig Board Schematic Page 10

More information

HARDENED ROOM SENSOR USER MANUAL SAD120 CPO55 E 1

HARDENED ROOM SENSOR USER MANUAL SAD120 CPO55 E 1 HARDENED ROOM SENSOR USER MANUAL SAD120 CPO55 LOREME 12, rue des Potiers d'etain Actipole BORNY - B.P. 35014-57071 METZ CEDEX 3 Phone 03.87.76.32.51 Contact : Commercial@Loreme.fr - Technique@Loreme.fr

More information

RC232 Deployment Tool (DT) User Manual

RC232 Deployment Tool (DT) User Manual RC232 Deployment Tool (DT) User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 2 SETUP... 2 RC232 ADDRESSING AND BROADCAST FEATURE... 3 TOOLBAR

More information

The Unofficial XBee FAQ (version 1.3)

The Unofficial XBee FAQ (version 1.3) The Unofficial XBee FAQ (version 1.3) johnf January 30, 2012 1. I m a newbie to XBees. How do I get started? That s a Big Question. Are you committed to a particular model of XBee (perhaps because you

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