Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS

Size: px
Start display at page:

Download "Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS"

Transcription

1 DT0069 Design tip Enabling the Bluetth Lw Energy Direct Test Mde (DTM) with BlueNRG-MS By Salv Bnina Main cmpnents BlueNRG-MS Upgradable Bluetth Lw Energy netwrk prcessr SPBTLE-RF Very lw pwer mdule fr Bluetth Smart v4.1 BlueNRG-1 Bluetth lw energy wireless system-n-chip Purpse and benefits The BlueNRG-MS is a very lw pwer Bluetth Lw Energy (BLE) single-mde netwrk prcessr, cmpliant with Bluetth Cre Specificatinv4.1. The entire BLE stack runs n the embedded Crtex M0 cre. The devices interfaces with an external hst micrcntrller using the SPI transprt layer and a set f APIs cmpsed f standard Hst Cntrller Interface (HCI) cmmands and vendr-specific Applicatin Cmmand Interface (ACI) cmmands. Amng the set f HCI cmmands is a subset f cmmands used in rder t enable Direct Test Mde (DTM) as described in the Lw Energy Cntrller Vlume in the Bluetth Specificatin Cre v4.1. DTM is used t cntrl the Device Under Test (DUT) and prvides a reprt back t the Tester. Accrding t the Specificatin, DTM shall be set up using ne f tw alternate methds: 1. ver HCI 2. thrugh a 2-wire UART interface BlueNRG-MS implements the first methd, ver HCI. The purpse f this dcument is t detail hw t setup DTM wrking with the BlueNRG-MS device. Nte that the cntent f this dcument applies t the SPBTLE-RF mdule and BlueNRG-1 devices. Descriptin BlueNRG-MS supprts the DTM as per Bluetth Cre Specificatin v4.1 [Vl. 6, Part F]. August 2016 DT0069 Rev 1 1/6

2 The HCI test cmmands, which are fully cmpliant with the specificatins, are the fllwing: HCI_LE_Transmitter_Test HCI_LE_Receiver_Test HCI_LE_Test_End Fr reference, the functin prttypes are listed belw: int hci_le_receiver_test(uint8_t frequency); int hci_le_transmitter_test(uint8_t frequency, uint8_t length, uint8_t paylad); int hci_le_test_end(uint16_t *num_pkts); These cmmands can be fund within the HCI interface driver files hci.c and hci.h in the device Sftware Develpment Kit (SDK) available nline at. The number f the received test packets is a return value f the functin HCI_LE_Test_End. Additinally the fllwing functins are available in the files bluenrg_hal_aci.c and bluenrg_hal_aci.h: tblestatus aci_hal_le_tx_test_packet_number(uint32_t *number_f_packets); This cmmand prvides the number f the transmitted test packets during a DTM test. tblestatus aci_hal_set_tx_pwer_level(uint8_t en_high_pwer, uint8_t pa_level); This cmmand is used t set the TX utput pwer. The ACI cmmand set Reference Manual (UM1865) cntains a cmplete descriptin n the TX pwer levels values. tblestatus aci_hal_tne_start(uint8_t rf_channel); This cmmand is used t generate a Cntinuus Wavefrm (CW) frm the BlueNRG-MS radi. tblestatus aci_hal_tne_stp(vid); This cmmand is used t terminate the CW emissin. The cmmand sequence belw is a typical flw fr enabling CW transmissin frm the BlueNRG-MS radi: hci_reset aci_hal_set_tx_pwer_level aci_hal_tne_start aci_hal_tne_stp August 2016 DT0069 Rev 1 2/6

3 Using the BlueNRG evaluatin kits fr DTM tests Fr the BlueNRG-MS device, the evaluatin kits are named STEVAL-IDB005V1 and STEVAL-IDB006V1. While using these kits, the fllwing prcedure can be fllwed t enable DTM test mde: Dwnlad frm the BlueNRG GUI sftware and pen it n the PC. The Device Firmware Update (DFU) applicatin is preladed in the STM32L1 Flash with a sample applicatin. The DFU applicatin must be started t lad the VCOM firmware t run the DTM tests. Using the GUI, lad the VCOM firmware nt the evaluatin bard s STM32L1, verwriting the sample applicatin. T d this: If wrking with STEVAL-IDB006V1, then press and hld the SW1 buttn and plug the USB Dngle n a PC USB prt, then release the buttn. The bard nw is in DFU mde. Wait fr the success message indicating the DFU driver is installed prperly. If wrking with STEVAL-IDB005V1, cnnect the bard t the PC USB prt. Then press and hld at the same time bth the Reset and Push Buttn n the bard. Then keeping the Push buttn pressed, release the Reset buttn after at least 2 secnds. The DL2 amber LED will start blinking. The bard nw is in DFU mde. Wait fr the success message indicating the DFU driver is installed prperly. In the BlueNRG GUI, g t Tls -> Flash Mtherbard FW then click OK in the pp-up windw and select frm the file explrer the file BlueNRG_VCOM_1_8.hex. This file is lcated in the flder \Firmware\STM32L1_prebuilt_images f the BlueNRG GUI installatin path. After the VCOM firmware has been prgrammed n the bard, the bard will be assigned t a COM prt in the PC. In the GUI, in the drp-dwn menu next t the Prt label, a COM prt labelled (ST DK) will be visible. Select this COM prt and then click n the Open buttn. At this pint, the GUI is capable f sending cmmands t and receiving respnse and events frm the BlueNRG-MS device. Select the RF Test tab in the GUI (see Figure 1). Set the RF parameters as desired. In the TRANSMITTER sectin, the Start Transmitter buttn will start the DTM transmitter test while the Start Tne buttn will start the CW test. In the RECEIVER sectin, the Start Receiver buttn will start the DTM receiver test. Nte that nly ne DTM transmitter test, DTM receiver test, r CW test can be perfrmed n the bard at a time. Nte: the VCOM firmware is prvided in the BlueNRG SDK bth in binary frm precmpiled fr the STM32L micrcntrller and in surce frm. The surce cde is available in the BlueNRG DK (dwnladable at ) in a reference prject fr IAR Embedded Wrkbench Integrated Develpment Envirnment (IDE). The prject name is VirtualCOMPrt.eww and it is lcated in the flder August 2016 DT0069 Rev 1 3/6

4 \Prjects\Prjects_STD_Library\Virtual_COM_Prt\EWARM. Refer t the IAR wrkspace named USB. Figure 1: BlueNRG GUI v RF Test Tab August 2016 DT0069 Rev 1 4/6

5 Supprt material Related design supprt material STEVAL-IDB005V1 Bluetth lw energy bard based n the BlueNRG-MS netwrk prcessr STEVAL-IDB006V1 - BlueNRG-MS based Bluetth Smart USB Dcumentatin DS10691: Upgradable Bluetth Lw Energy netwrk prcessr DS11045: SPBTLE-RF Very lw pwer mdule fr Bluetth Smart v4.1 DS11481: Bluetth lw energy wireless system-n-chip UM1870: BlueNRG-MS develpment kits UM1865: BlueNRG-MS Bluetth LE stack applicatin cmmand interface (ACI) PM0237: BlueNRG, BlueNRG-MS stacks prgramming guidelines Revisin histry Date Versin Changes 26-Aug Initial release August 2016 DT0069 Rev 1 5/6

6 IMPORTANT NOTICE PLEASE READ CAREFULLY STMicrelectrnics NV and its subsidiaries ( ST ) reserve the right t make changes, crrectins, enhancements, mdificatins, and imprvements t ST prducts and/r t this dcument at any time withut ntice. Purchasers shuld btain the latest relevant infrmatin n ST prducts befre placing rders. ST prducts are sld pursuant t ST s terms and cnditins f sale in place at the time f rder acknwledgement. Purchasers are slely respnsible fr the chice, selectin, and use f ST prducts and ST assumes n liability fr applicatin assistance r the design f Purchasers prducts. N license, express r implied, t any intellectual prperty right is granted by ST herein. Resale f ST prducts with prvisins different frm the infrmatin set frth herein shall vid any warranty granted by ST fr such prduct. ST and the ST lg are trademarks f ST. All ther prduct r service names are the prperty f their respective wners. Infrmatin in this dcument supersedes and replaces infrmatin previusly supplied in any prir versins f this dcument STMicrelectrnics All rights reserved August 2016 DT0069 Rev 1 6/6

1.12 Equipment Manager

1.12 Equipment Manager Mdule 1 Categry 1 1.12 Equipment Manager Functin f the windw The windw is the central data file fr the Kntrl Pr and cllects the main data fr fees f an bject that t be used in this prject. The Equipment

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

Application Note AN-2097 Evaluation Kit for the S7500 CW Tunable Laser

Application Note AN-2097 Evaluation Kit for the S7500 CW Tunable Laser Applicatin Nte AN-2097 Evaluatin Kit fr the S7500 CW Tunable Laser 1 Intrductin The evaluatin kit is intended t facilitate testing f Finisar s S7500 widely tunable laser, S7610 Integrable Tunable Laser

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

2015 Chevrolet Corvette Corvette Service Manual Body Systems Vehicle Access Repair Instructions Document ID:

2015 Chevrolet Corvette Corvette Service Manual Body Systems Vehicle Access Repair Instructions Document ID: xtltipelement Service Infrmatin 2015 Chevrlet Crvette Crvette Service Manual 7527625 Bdy Systems Vehicle Access Repair Instructins Dcument ID: 3448513 Remte Cntrl Dr Lck and Theft Deterrent Transmitter

More information

Dispatcher Control for MotoTRBO Capacity Plus Systems

Dispatcher Control for MotoTRBO Capacity Plus Systems Dispatcher Cntrl fr MtTRBO Capacity Plus Systems This tutrial prvides brief instructins t set up the dispatch cntrl ver MtTRBO Capacity Plus systems, using SmartPTT dispatch sftware. Bth cases are cnsidered:

More information

Guide for ESP32-Sense Development Kit

Guide for ESP32-Sense Development Kit Guide fr ESP32-Sense Develpment Kit 1. Overview The ESP32 tuch sensr develpment kit, ESP32-Sense Kit, is used fr evaluating and develping ESP32 tuch sensr system. ESP32-Sense Kit cnsists f ne mtherbard

More information

SeeGull CW Transmitter User Guide

SeeGull CW Transmitter User Guide SeeGull CW Transmitter User Guide Rev. E PCTEL 1 SeeGull CW Transmitter User Guide Dcument Number: 100103-00 Revisin E Octber 2018 Restrictins: This dcument cntains prprietary infrmatin that is prtected

More information

Documentation of the PIC32 Pin Finder

Documentation of the PIC32 Pin Finder App. Versin: 1.1.1.120 Dcument Versin: 1.0 Dcument Create date: 2009-10-16 Dcument Update: 2009-10-19 22:37 Authr: B Gärdmark Cmpany: Spectrn System Develpment AB WEB: www.spectrn.us Cpyright 2009 All

More information

EPOCH 50 V4.70 GNSS Firmware

EPOCH 50 V4.70 GNSS Firmware 25 April 2013 EPOCH 50 V4.70 GNSS Firmware A new versin f EPOCH 50 GNSS firmware v4.70 has been released. This updated versin prvides the fllwing imprvements and fixes: New Antenna library versin 7.49

More information

Claim Amalgamation. Getting Started. Amalgamate means to join 2 or more cell claims into one cell claim. Before you start:

Claim Amalgamation. Getting Started. Amalgamate means to join 2 or more cell claims into one cell claim. Before you start: Claim Amalgamatin Amalgamate means t jin 2 r mre cell claims int ne cell claim. Befre yu start: Yu will need t knw the title numbers f the cell titles fr amalgamatin. If yu are acting as an agent, yu must

More information

Ten-Tec Model RX-366 Subreceiver 565/566 Subreceiver Installation and Operation Manual-74467

Ten-Tec Model RX-366 Subreceiver 565/566 Subreceiver Installation and Operation Manual-74467 Ten-Tec Mdel RX-366 Subreceiver 565/566 Subreceiver Installatin and Operatin Manual-74467 Tls required: Sldering irn r heat gun (fr shrinking heat shrink tubing) Number 1 Phillips screw driver Number 2

More information

User Guide. ACC Mobile 3 Preview App for ios

User Guide. ACC Mobile 3 Preview App for ios User Guide ACC Mbile 3 Preview App fr ios 2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln Crpratin.

More information

Troubleshooting Guide StarFire Satellite Changes

Troubleshooting Guide StarFire Satellite Changes Trubleshting Guide StarFire Satellite Changes This guide is updated t reflect the sftware frm NavCm which is related t the StarFire satellite and frequency changes. The mst recent versin f sftware fr bth

More information

ACM1281 NFC Reader Module Reference Information

ACM1281 NFC Reader Module Reference Information ACM1281 NFC Reader Mdule Reference Infrmatin ACM1281 NFC Reader Mdule Technical Reference Infrmatin V1.00 Subject t change withut prir ntice inf@acs.cm.hk www.acs.cm.hk Versin Histry Date By Changes Versin

More information

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE Cadence Virtus Schematic editing prvides a design envirnment cmprising tls t create schematics, symbls and run simulatins. This tutrial will

More information

s e r ' s G u i d e User's Guide ez430-rf2480 Demonstration Kit (formerly known as ez430-rfzacc06) SWRU151A 2008 Low-Power RF

s e r ' s G u i d e User's Guide ez430-rf2480 Demonstration Kit (formerly known as ez430-rfzacc06) SWRU151A 2008 Low-Power RF s e r ' s G u i d e User's Guide ez430-rf2480 Demnstratin Kit (frmerly knwn as ez430-rfzacc06) SWRU151A 2008 Lw-Pwer RF If Yu Need Assistance Supprt fr the CC2480 and MSP430 device is prvided by the Texas

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE Dcument revisin 1.3 Last revised: December 6, 2017 Recn Wireless Blckage and Flw Mnitr Trubleshting Guide 2014-2017 Intelligent Agricultural Slutins All Rights Reserved. Recn Wireless

More information

Dry Contact Sensor DCS15 User Manual

Dry Contact Sensor DCS15 User Manual Dry Cntact Sensr DCS15 User Manual Help Versin updated till firmware 404i / SP456 Cpyright 2012, AKCess Pr C., Ltd.. Intrductin / What is a Dry Cntact Sensr The Dry Cntact sensr r DCS15 is a simple cnnectin

More information

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules Lw-Lss Supplies fr Line Pwered EnOcean Mdules A line pwer supply has t ffer the required energy t supply the actuatr electrnic and t supply the EnOcean TCM/RCM radi cntrl mdule. This paper cntains sme

More information

Spectracom GSG ecall Test Suite

Spectracom GSG ecall Test Suite 18-Dec-2017 GSG App Nte Spectracm GSG ecall Test Suite Table f Cntents 1. Intrductin... 1 2. Befre Starting the Test... 2 3. Running the ecall Test Suite... 4 4. Psitin Errr Tests 2.2.2-2.2.4... 10 5.

More information

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting Revisin Date: 12/31/2012 Table f Cntents 1. Institutin, Cre Facility and Lab Administratin Reprting Overview...2 2. Hw d I access ilab Reprts?...3 3. What is the General Functinality fr ilab Reprting?...6

More information

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics Martel LC-110H Lp Calibratr and HART Cmmunicatins/Diagnstics Abstract Martel Electrnics Crpratin This white paper describes the basic functins f HART cmmunicatins and the diagnstic capability f the Martel

More information

ADS ECHO Qstart Quick Reference Guide. 340 The Bridge Street, Suite 204 Huntsville, Alabama (256)

ADS ECHO Qstart Quick Reference Guide. 340 The Bridge Street, Suite 204 Huntsville, Alabama (256) ADS ECHO Qstart Quick Reference Guide December 2016 QR 775033 A0 340 The Bridge Street, Suite 204 Huntsville, Alabama 35806 (256) 430-3366 www.adsenv.cm 2 ADS ECHO Qstart Quick Reference Guide 2016 ADS

More information

Application for Drive Technology

Application for Drive Technology Applicatin fr Drive Technlgy MICROMASTER 4 Applicatin Descriptin Warranty, Liability and Supprt 1 Warranty, Liability and Supprt We d nt accept any liability fr the infrmatin cntained in this dcument.

More information

The following guide contains the workstation setup instructions for the Eclipse Manifest Companion Product.

The following guide contains the workstation setup instructions for the Eclipse Manifest Companion Product. The fllwing guide cntains the wrkstatin setup instructins fr the Eclipse Manifest Cmpanin Prduct. Prerequisites Manifest Prcessr uses cde that reads barcdes t prcesses signature frm printed manifest t

More information

Maxon Motor & Motor Controller Manual

Maxon Motor & Motor Controller Manual Maxn Mtr & Mtr Cntrller Manual Nte: This manual is nly fr use fr the Maxn mtr and cntrller utlined belw. This infrmatin is based upn the tutrial vides fund nline and thrugh testing. NOTE: Maximum Permitted

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

Electrical devices may only be mounted and connected by electrically skilled persons.

Electrical devices may only be mounted and connected by electrically skilled persons. Order N. : 5323 02 Operating instructins 1 Safety instructins Electrical devices may nly be munted and cnnected by electrically skilled persns. Serius injuries, fire r prperty damage pssible. Please read

More information

PaperStream IP (TWAIN) change history

PaperStream IP (TWAIN) change history PaperStream IP (TWAIN) change histry Service Update 6 Versin 1.30.0.5032 Crrected issue: 1. Fixed the defect that Sftware Operatin Panel culd nt functin prperly r culd stp respnding when tw r mre scanners

More information

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL Issue February 2011 ASL Intercm BV DESIGNED AND MANUFACTURED BY: ASL INTERCOM BV ZONNEBAAN 42 3542 EG UTRECHT THE NETHERLANDS

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor FIRMWARE RELEASE NOTES Versins V2.0.0 t V2.2.21.0 Mdel HDL-32E High Definitin LiDAR Sensr HDL-32E Firmware Release Ntes Page 2 Fr all new features and changes, refer t the dcumentatin that accmpanies the

More information

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version PaperStream IP (TWAIN x64) fr SP Series change histry Service Update 7 Versin 1.46.0.5900 Crrected issue: 1. Minr errrs have been mdified. Versin 1.46.0.5775 New feature: 1. SP-1425 is newly supprted.

More information

GDL Technical Bulletin

GDL Technical Bulletin Table f Cntents Table f Cntents... 1 Specificatins... 1 SDI-12 Cmmand Nmenclature... 1 Channel Setup Using Aqua4Plus... 2 SDI-12 Cmmands... 3 Setup Cmmands... 3 Measurement Cmmands... 3 Request Measurement...

More information

Upgrading to PlanetPress Suite Version 5

Upgrading to PlanetPress Suite Version 5 Upgrading t PlanetPress Suite Versin 5 Creatin date: September 2, 2005 Revisin date: June 14, 2006 Table f Cntents System Requirements... 4 Imprtant Cnsideratins... 4 Knwn Issues... 6 Prcedure t imprt

More information

Omni-Bus Interface Translator Rev 2. Reference Manual

Omni-Bus Interface Translator Rev 2. Reference Manual Omni-Bus Interface Translatr Rev 2 Reference Manual Table f Cntents 1. Overview... 3 1.1. LEVITON Omni Link Interface... 3 1.2. Bus Gateway... 4 2. TCPIP Netwrk Setup... 5 3. USB Gateway Setup... 6 4.

More information

Automatic Number Plate Recognition

Automatic Number Plate Recognition Release Ntes Autmatic Number Plate Recgnitin Versin 14.2.0 Release Ntes Revisin 0 This dcument describes new features and reslved issues fr Autmatic Number Plate Recgnitin 14.2.0. Yu can retrieve the latest

More information

LED wdali MC Switch Input Modul Set - User Manual

LED wdali MC Switch Input Modul Set - User Manual LED wli MC Switch Input Mdul Set - User Manual Buttn mdul (Transmitter) 1. Prduct Descriptin Item N.: LC-004-302 Receive mdul (Receiver) The wli MC Switch Input Mdul Set is a cmpact wireless Multi Cntrl

More information

USER MANUAL HIGH INTERCEPT LOW NOISE AMPLIFIER (HILNA TM ) V1

USER MANUAL HIGH INTERCEPT LOW NOISE AMPLIFIER (HILNA TM ) V1 USER MANUAL HIGH INTERCEPT LOW NOISE AMPLIFIER (HILNA TM ) V1 PART NUMBERS: HILNA-V1 HILNA-V1-M/F RF, Wireless, and Embedded Systems Engineering NuWaves Engineering 132 Edisn Drive Middletwn, Ohi 45044

More information

Flash Image Rotator Web Part

Flash Image Rotator Web Part Flash Image Rtatr Web Part User Guide Cpyright 2007 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 2.1 After installatin ntes:...5 2.2 Trubleshting...6

More information

NanoDrop One/One C Printing

NanoDrop One/One C Printing MARK S100 INSTRUCTIONS NanDrp One/One C NanDrp One/One C Printing Fr use with versin 1.4 f lcal cntrl sftware All Therm Scientific NanDrp One/One C instruments with versin 1.4 f lcal cntrl sftware can

More information

User Guide. ACC Mobile 3 Preview App for Android

User Guide. ACC Mobile 3 Preview App for Android User Guide ACC Mbile 3 Preview App fr Andrid 2017-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln

More information

Xerox 8160/8142 Wide Format Color

Xerox 8160/8142 Wide Format Color PRODUCT RANGE / POSITIONING The Xerx 8142/8160 Slutin Printer is a thermal inkjet printing system intended fr use in a prductin envirnment prducing graphical cntent, including Psters, POP, signage, etc.

More information

Remote Control Learn Button Receiver Input Connections

Remote Control Learn Button Receiver Input Connections Remte Cntrl Learn Buttn Receiver Input Cnnectins Remte Cntrl LED Light Wi-fi/Factry Reset Buttn Receiver Output Cnnectin Heartbeat LED Light PRV Cnnectins Pwer Reset Buttn Pl / Treadmill Switch Flat Switch

More information

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note RS232 Cmmunicatin Between a Sunny By 2500U and a PC Technical Nte Revisin 1.5 July 8, 2003 Kent Sheldn Revisin Histry 1.5 July 8, 2003 Kent Sheldn Cntact update 20830 Red Dg Rad Grass Valley, CA 95945

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

Vds 1. Gnd. Gnd. Key Specifications Symbol Parameter Units Min. Typ. Max.

Vds 1. Gnd. Gnd. Key Specifications Symbol Parameter Units Min. Typ. Max. Prduct Descriptin Sirenza Micrdevices SDM- W pwer mdule is a rbust impedance matched, single-stage, push-pull Class AB amplifier mdule suitable fr use as a pwer amplifier driver r utput stage. The pwer

More information

Dry Contact Sensor

Dry Contact Sensor www.akcp.cm Dry Cntact Sensr Intrductin The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable

More information

PaperStream IP (TWAIN x64) change history

PaperStream IP (TWAIN x64) change history PaperStream IP (TWAIN x64) change histry Service Update 7 Versin 1.56.1 Crrected issue: 1. Fixed the prblem that scanning failed when using the scanner thrugh PaperStream IP Net. Versin 1.50.0.6382 New

More information

Configuring the MSNSwitch For the LAN-Cell 3

Configuring the MSNSwitch For the LAN-Cell 3 Cnfiguring the MSNSwitch Fr the LAN-Cell 3 Technte LCTN3003 Prxicast, LLC 312 Sunnyfield Drive Suite 200 Glenshaw, PA 15116 1-877-77PROXI 1-877-777-7694 1-412-213-2477 Fax: 1-412-492-9386 E-Mail: supprt@prxicast.cm

More information

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements AccuBuild Versin 9.3 Release 05/11/2015 Dcument Management Speed Perfrmance Imprvements The entire dcument management system and security system design was retled which shuld result in majr speed imprvements

More information

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014 SnTek, a Xylem brand 9940 Summers Ridge Rad, San Dieg, CA 92121-3091 USA Telephne (858) 546-8327 Fax (858) 546-8150 E-mail: inquiry@sntek.cm Internet: http://www.sntek.cm RiverSurveyr S5/M9 & HydrSurveyr

More information

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed.

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed. Intrductin Dry Cntact Sensr The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable and can be

More information

KIP Cost Center User Guide

KIP Cost Center User Guide - 1 - KIP Cst Center User Guide Cntents 1 Intrductin... 3 1.1 Requirements:... 4 1.2 Supprted Operating Systems... 4 2 Installatin... 5 3 Setup... 8 4 KIP Cst Center Main Screen Print Mde... 12 4.1 Lading

More information

SVT Tab and Service Visibility Tool Job Aid

SVT Tab and Service Visibility Tool Job Aid Summary This Jb Aid cvers: SVT Tab Overview Service Visibility Tl (SVT) Area Overview SVT Area: Satellite Mdem Status (Frm Mdem) Clumn SVT Area: Satellite Mdem Status (Frm SMTS) Clumn SVT Area: Prvisining

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad: Min. 5 kg Max. 100 kg TS1000A TS700A INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main measures. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

Damocles 2404i Manual

Damocles 2404i Manual Damcles 2404i Inputs 1 8 Each blue terminal is shared by tw inputs. POWER 12V supply (+U / GND) ETHERNET Link & Activity Inputs 17 24 Each blue terminal is shared by tw inputs. Cnfiguratin Default: DIP1=

More information

IntesisBox IS-IR-KNX-1i v1.0. User's Manual Issue Date: 06/2017 r1.0 eng

IntesisBox IS-IR-KNX-1i v1.0. User's Manual Issue Date: 06/2017 r1.0 eng IntesisBx IS-IR-KNX-1i v1.0 User's Manual Issue Date: 06/2017 r1.0 eng IntesisBx KNX IR Universal AC Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t change withut

More information

FARGO Printer SDK Version

FARGO Printer SDK Version FARGO Printer SDK Versin 2.3.0.7 Release Ntes 510994, Rev. G April 2018 hidglbal.cm FARGO Printer SDK Versin 2.3.0.7 Release Ntes, 510994, Rev. G Cntents 1 Overview... 4 2 FARGO Printer Supprt... 4 3 Develpment

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

idcv Isolated Digital Voltmeter User Manual

idcv Isolated Digital Voltmeter User Manual www.akcp.cm idcv Islated Digital Vltmeter User Manual Help Versin updated till firmware SP446 Cpyright 2011, AKCess Pr Limited Prvided by fficial AKCP-Distributr Didactum https://www.didactum-security.cm/en/

More information

Nordic ID AR82 User Guide Version 1.2 NORDIC ID AR82 USER GUIDE

Nordic ID AR82 User Guide Version 1.2 NORDIC ID AR82 USER GUIDE NORDIC ID AR82 USER GUIDE TABLE OF CONTENTS GETTING STARTED... 4 1.1. GENERAL... 4 1.2. AVAILABLE VARIANTS... 4 1.3. AVAILABLE ACCESSORIES... 4 1.4. PACKAGE CONTENT... 4 1.5. FEATURES AND CONNECTORS OVERVIEW...

More information

DB-Direct Internet Global

DB-Direct Internet Global Glbal June 2015 System Requirements Dwnlad and installatin f Sun Java Cnfiguratin f Micrsft Internet Explrer Security Trusted sites Security settings Privacy Privacy actins Pp-up blcker Cmpatibility View

More information

PhotoVu Digital Picture Frame Service & Repair Guide

PhotoVu Digital Picture Frame Service & Repair Guide PhtVu Digital Picture Frame Service & Repair Guide PhtVu, LLC 2450 Central Ave, #G1 Bulder, CO 80301 USA www.phtvu.cm/supprt Versin: 1.0 Table f Cntents Getting Started... 3 Determine Yur Generatin f PhtVu

More information

Freading for Kindle Fire Using the SlideME app.

Freading for Kindle Fire Using the SlideME app. Harvard Public Library www.harvardpubliclibrary.rg Freading fr Kindle Fire Using the SlideME app. Freading is an e-bk cllectin, available t Harvard Public Library cardhlders, that ffers tens f thusands

More information

CATA Composer R2016 Fact Sheet. Add a New Dimension to Your Product Communications

CATA Composer R2016 Fact Sheet. Add a New Dimension to Your Product Communications CATA Cmpser R2016 Fact Sheet Add a New Dimensin t Yur Prduct Cmmunicatins Versin 1.0-8/11/2015 Table f Cntents 1. CATIA Cmpser: VALUE AT A GLANCE... 3 2. CATIA Cmpser: Overview... 4 2.1. Immediate Prductivity

More information

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server.

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server. Autmatic impsitin Page 1/8 Autmatic impsitin Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A5, A4 r US Letter page sizes in either

More information

APPLICATION NOTE Sales & Application DEWESoft Slovenia

APPLICATION NOTE Sales & Application DEWESoft Slovenia Sales & Applicatin DEWESft Slvenia Abstract: This applicatin nte shws a measurement with DEWESft sund pwer measurement system and GRAS 67HA Hemisphere. The bject under test was a standard ntebk, the measurement

More information

AF4000 MOD-1 OEM Production Line Troubleshooting Guide

AF4000 MOD-1 OEM Production Line Troubleshooting Guide Revisin 0: Initial dcument creatin, 9/2006, M. Rgers AF4000 MOD-1 OEM Prductin Line Trubleshting Guide If erratic system behavir is bserved that cannt be reslved by the methds utlined belw, ensure that

More information

HP LF Printing Knowledge Center

HP LF Printing Knowledge Center HP LF Printing Knwledge Center Create and print a cntact sheet Applicatin: Adbe Phtshp CS2 Printer: HP Designjet Z2100 series Sftware: HP raster driver Operating System: Mac OS X 1. First recmmendatins:

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

Wireless Bridge Module for DXR2.E

Wireless Bridge Module for DXR2.E Technical Specificatin Sheet Dcument N. A6V11470500 July 31, 2018 Wireless Bridge Mdule fr DXR2.E Descriptin A wireless bridge cnnects tw wired netwrks tgether ver Wi-Fi utilizing a Wireless Access Pint.

More information

NATF CIP Requirement R1 Guideline

NATF CIP Requirement R1 Guideline Open Distributin NATF CIP 014-2 Requirement R1 Guideline Disclaimer This dcument was created by the Nrth American Transmissin Frum (NATF) t facilitate industry wrk t imprve physical security. NATF reserves

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

Release Notes for Avaya Scopia PathFinder Firewall Traversal

Release Notes for Avaya Scopia PathFinder Firewall Traversal Release Ntes fr Avaya Scpia PathFinder Firewall Traversal Versin 8.3.7.0.4 Fr Slutin 8.3.7 January 2017 2000-2017 Avaya Inc. All intellectual prperty rights in this publicatin are wned by Avaya Inc. and

More information

Figure 1: View, connection compartment closed

Figure 1: View, connection compartment closed Radi Management Art. N. : 2700AP Operating instructins 1 Safety instructins Electrical equipment may nly be installed and fitted by electrically skilled persns. Serius injuries, fire r prperty damage pssible.

More information

MP49 Series HC-49/U Crystal December 2018

MP49 Series HC-49/U Crystal December 2018 The Pletrnics MP49 Series is a thru-hle crystal Bulk packaging 1.8 MHz t 210 MHz AT Cut Crystal Pletrnics Inc. certifies this device is in accrdance with the RHS (2011/65/EC) and WEEE (2002/96/EC) directives.

More information

Excel Step by Step Instructions Creating Lists and Charts. Microsoft

Excel Step by Step Instructions Creating Lists and Charts. Microsoft Infrmatin Yu Can Enter in a Wrksheet: Labels: Any type f text r infrmatin nt used in any calculatins. Labels are used fr wrksheet headings and make wrksheets easy t read and understand. Labels can als

More information

SINGER FUTURA TM Holiday Banner

SINGER FUTURA TM Holiday Banner SINGER FUTURA TM Hliday Banner Have fun decking the halls with this festive banner! It s s simple t make the HyperFnt sftware and yur SINGER FUTURA machine. Create the base applique right in yur embridery

More information

Frequency Response of a BJT CE Amplifier

Frequency Response of a BJT CE Amplifier Frequency Respnse f a BJT CE Amplifier Run the experiment By clicking the arrw n the Tlbar. Chse values f C B & C C, C E & R C frm the crrespnding drp dwn menus. (Clicking the arrw n the right side f the

More information

HP LF Printing Knowledge Center

HP LF Printing Knowledge Center HP LF Printing Knwledge Center Hw t print a banner/pster Applicatin: Micrsft Office 2003 Printer: HP Designjet Z6100 series Sftware: HP PS Driver Operating System: Windws 1. First recmmendatins: In rder

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: DN2820FYKH (Standard BIOS) BIOS Update Release Ntes BIOS Versin 0042 - FYBYT10H.86A.0042.2014.1126.1809 Abut This Release: Date: Nvember 26, 2014 TXE Firmware: 1.0.5.1120 Framewrk BIOS Reference

More information

CPC1230NTR. 4 Pin SOP OptoMOS Relay

CPC1230NTR. 4 Pin SOP OptoMOS Relay 4 Pin SOP OptMOS Relay Units Lad Vltage 3 V Lad Current 1 ma Max R ON Ω Features Small 4 Pin SOP Package Lw Drive Pwer Requirements (TTL/CMOS Cmpatible) N Mving Parts High Reliability Arc-Free With N Snubbing

More information

Lab 1 Load Cell Measurement System (Jan 09/10)

Lab 1 Load Cell Measurement System (Jan 09/10) BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System (Jan 09/10) 1) Test the lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b.

More information

CPC1004NTR. 4 Pin SOP OptoMOS Relay

CPC1004NTR. 4 Pin SOP OptoMOS Relay 4 Pin SOP OptMOS Relay Units Blcking Vltage (DC) V Lad Current (DC) 3 ma Max R ON 4 Ω Features Small 4 Pin SOP Package Lw Drive Pwer Requirements (TTL/CMOS Cmpatible) N Mving Parts High Reliability Arc-Free

More information

OV5640 Camera Board (B) USER MANUAL

OV5640 Camera Board (B) USER MANUAL OV5640 Camera Bard (B) OV5640 Camera Bard (B) USER MANUAL OVERVIEW The mdule OV5640 Camera Bard (B) cntains is a vide camera based n vide sensr OV5640 (CMOS), takes 5 Megapixel image in QSXGA mde (2592x1944),

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

Set up and use your Beats X earphones

Set up and use your Beats X earphones Set up and use yur Beats X earphnes Here's everything yu need t knw t make the mst f yur Beats X earphnes. Turn n The pwer buttn is n the cable beneath the right earphne. Press and hld the buttn fr 1 secnd

More information

Damocles 1208 MANUAL. Damocles Damocles 1208 Manual. Input status LED indicators. Inputs Not connected

Damocles 1208 MANUAL. Damocles Damocles 1208 Manual. Input status LED indicators. Inputs Not connected Damcles 1208 Damcles 1208 MANUAL Input status LED indicatrs Inputs 5 12 Nt cnnected DIP settings Default: DIP1:SETUP = Off DIP2:SAFE = Off Inputs 1 4 Output activatin LED indicatrs Outputs 1 8 (pen cllectrs)

More information

NanoScan v2 Readme Version 2.7. Change log. v2.7 - Added information for new product Pyro/9/5-MIR.

NanoScan v2 Readme Version 2.7. Change log. v2.7 - Added information for new product Pyro/9/5-MIR. NanScan v2 Readme Versin 2.7 Change lg v2.7 - Added infrmatin fr new prduct Pyr/9/5-MIR. v2.6 - Redesigned Messages windw. Imprved readability and ease f use. Mves almst all pp up message bxes int the

More information

VM1AT-R1 INDUSTRIAL MICROCONTROLLER

VM1AT-R1 INDUSTRIAL MICROCONTROLLER VM1AT-R1 INDUSTRIAL MICROCONTROLLER WARNING T avid permanent damage t integrated circuits yu may take precautins t discharge any static electricity frm yur bdy befre handling them. ASSEMBLY INSTRUCTIONS

More information

Medicare Program Integrity Manual Chapter 14 - National Provider Identifier

Medicare Program Integrity Manual Chapter 14 - National Provider Identifier Medicare Prgram Integrity Manual Chapter 14 - Natinal Prvider Identifier Transmittals fr Chapter 14 Table f Cntents (Rev. 270, 10-05-08) 14.1 - Access t Natinal Plan and Prvider Enumeratin System (NPPES)

More information

Photoshop Elements: Color and Tonal Correction Basics

Photoshop Elements: Color and Tonal Correction Basics Phtshp Elements: Clr and Tnal Crrectin Basics Cntrast Lighten Phtshp Elements: Clr and Tnal Crrectin Basics 1 Sharpen Expsure Phtshp Elements: Clr and Tnal Crrectin Basics 2 Highlights and Shadws All key

More information

CADET SOFTWARE ENGINEERS

CADET SOFTWARE ENGINEERS Psitin Highlights Highly cmpetitive cmpensatin package. Be a part f strng innvative team. Patent Incentive Prgram. Stck Optin Grant Signing and Retentin Bnus. CADET SOFTWARE ENGINEERS Psitin Summary The

More information

RICOH IMAGING COMPANY, LTD. wishes to announce the release of the Macintosh Updater for update

RICOH IMAGING COMPANY, LTD. wishes to announce the release of the Macintosh Updater for update Dwnlads: Update Sftware Digital Camera Utility 5 Update fr Macintsh Thank yu fr using PENTAX digital SLR camera. RICOH IMAGING COMPANY, LTD. wishes t annunce the release f the Macintsh Updater fr update

More information

Common Network Operation Tools

Common Network Operation Tools Cmmn Netwrk Operatin Tls Prcess fr the develpment f data exchanges Mnika Kaldnek Adviser, System Operatins Brussels xxx2014 Backgrund > WHY: Regulatin 715/2009 (Art 8)...ENTSOG shall adpt: cmmn netwrk

More information

Connection tariffs

Connection tariffs Cnnectin tariffs 2016-2019 A. TARIFF CONDITIONS FOR GRID USERS DIRECTLY CONNECTED TO THE ELIA GRID AND FOR DISTRIBUTION GRID OPERATORS, EXCEPTED FOR DISTRIBUTION GRID OPERATORS CONNECTED AT TRANSFORMER

More information