GSatMicro Operations Manual

Size: px
Start display at page:

Download "GSatMicro Operations Manual"

Transcription

1 GSatMicr Operatins Manual : gsat.us

2 GSatMicr Operatins Manual Specificatins Dimensins: 45mm x 45mm x 34mm including battery, mdem and antenna (OEM versin). 45mm x 45mm x 20mm including battery and mdem SiRFstarIV GPS with an amazing -163dBm sensitivity AES 256-bit encryptin supprted (ptinal) Rechargeable Lithium Plymer battery (2.4 Ah, up t 1000 psitin reprts) Integrated mnidirectinal helical antenna (high gain ceramic patch antenna fr OEM mdel) Over the air cnfiguratin f terminal USB, RS-232 and Bluetth cnnectins fr prgramming Full 2 way cmmunicatins netwrk Bluetth 4.0 (LE) smartphne cnnectivity fr messaging and cnfiguratins Truly glbal cverage with the Iridium satellite netwrk. Interfaces DC Pwer (6V t 36V max USC Interface (Pwer, Serial Cnsle/Lgging, Firmware Update) RS232 Interface (Serial Cnsle/Lgging) Bluetth 4.0 Lw Energy 2 Relay 250Ma (Open Drain) 2 Analg Inputs (0V t 30V DC) Getting Started Out f the bx, yur unit shuld be in ff r strage mde. In rder t pwer it up and start transmitting yu will need t hld dwn the pwer buttn until pwer and GPS lights "fade up" (dark t bright). When yu release the buttn it will start a psitin reprt cycle. The states f which are described belw: While the unit is pwered n, it will g thrugh prgressive stages f acquiring, transmitting, and sleeping, as indicated by the Pwer and Message LED's.

3 1) Upn pwer up r wakeup frm sleep, the Pwer LED will "fade up" until initializatin is cmplete, after this the LED will indicate battery state (flashing up t 5 times if the battery is full). 2) Next, when GPS is enabled the GPS LED will fade up until satellites are acquired, at which pint the number f flashes indicates the number f satellites acquired (up t 5) until a fix achieved, then the LED will stay n, slid. 3) Next, the Iridium mdem will be enabled and the Satellite LED will fade up until signal is acquired. Once iridium signal is acquired, the LED will flash 1-5 times indicating signal level. The LED will stay n slid nce a transmissin has been successful. 4) If nly ne reprt r message was pending the unit will then sleep until the next transmissin. On battery all LEDs will turn ff. If plugged int an external pwer surce, LEDs will reflect last state achieved. The last status can be displayed by briefly pressing the pwer buttn if the unit is n battery. If transmissin was successful yur unit shuld appear n the map at its current lcatin. See the "Terminal Behavir" sectin belw fr mre details n buttn and LED behavir.

4 Terminal Behavir The frnt interface panel has three buttns and 5 lights. Behavir is described belw. Buttn Behavir Buttn Pwer Check-in Cnfiguratin! Descriptin <1 secnd: flash LEDs shwing last state befre sleep >=1 secnd: Frm ff/strage, resume transmit/sleep (Pwer and GPS LEDs will "fade up" t indicate this will happen when buttn is released). Frm sleep r wake, enter ff mde (pwer and GPS LEDs will "fade dwn") >=10 secnds: Frm any mde. Enter strage mde (Pwer, GPS, Satellite and Message LEDs will "fade dwn" t indicate the mde is selected) Set the check-in bit fr next transmissin. Hld fr >=10 secnds (message LED will fade up) t enable Bluetth pairing. Hld fr >=10 secnds while in pairing mde t disable pairing (led will fade dwn) If ALERT mde is disabled, enable (Alarm will flash), transmit immediately. If ALERT is enabled, disable. Check-in+ Cnfiguratin When yu depress the Pwer buttn fr mre than 1 secnd, the unit will either turn Off if it is currently On and g int a deep sleep withut transmitting, r if it is currently sleeping, will wake the unit and immediately transmit a psitin. When yu depress the Check-In buttn WHILE the unit is n, the next successful transmissin reprt will cntain a bit flag indicating that it is a Check In message. This mde will be cleared nce a successful transmissin is made. The MSG light will begin flashing slwly. When yu depress the Cnfiguratin + Check In buttn tgether fr ALERT mde, the unit will IMMEDIATELY begin transmitting it's current lcatin (even if it was sleeping). The MSG light will begin flashing rapidly. The unit will als use change the sleep interval t the value specified by "ALERT sleep" time in secnds indicated in the

5 "settings" functin belw. T exit ALERT mde, depress the Pwer + Check In buttn tgether again and the MSG light will turn ff again. LED mdes Descriptin Pwer 1-5 flashes 1: 0-19% battery 2: 20-39% battery 3: 40-59% battery 4: 60-79% battery 5: % battery When charging between flashes LED will glw with diminished brightness. When nt charging, LED is ff between flashes. When n external pwer and battery >=95% pwer LED will be slid n. Fade up Pwering up Fade dwn Pwering Dwn Off Off GPS Descriptin GPS Slw flash Pwered, n fix 1-4 flashes 1-4 GPS satellites 5 flashes >=5 GPS satellites On GPS fix acquired Off Off Descriptin Iridium/ Satellite Fade up Radi n, n signal 1-5 flashes Iridium signal acquired, flash cunt crrespnds t signal. Mre flashes, better signal On Transmitted message Off Off, r pwered with n radi

6 ! Alert (!) Fast Flash Off Descriptin ALERT mde, cleared n successful transmit Nt n ALERT mde Message Medium Flash Off Fade up Fade dwn Descriptin Check-in mde, cleared n successful transmit Nt in check-in mde Bluetth pairing enabled (verrides check-in) Disabling Bluetth check-in

7 Lua Functins These ptins can be sent t the terminal via the "Send Cmmand" functin within the tracking platfrm, r entered thrugh the RS232 serial cnnectin, r the USB cable via CDC mde. NOTE: Cmmands sent frm the tracking platfrm will nt shw cmmand utput anywhere ther than n the serial cnsle. Hwever, messages can be cmpsed using the tracking platfrm s functins and the Iridium transmit functin can be used t send them. GPS functins // GPS Pwer gps.setpwer( {mde} ) NOTE: Iridium mdem must be pwered n fr GPS t get signal mde: 1: n and initialize 0: ff // Get GPS Time {secnd}, {minute}, {hur}, {day}, {mnth}, {year} = gps.gettime() {epchsecnds} = gps.getunixtime() // Get Psitin {latitude}, {lngitude}, {speed}, {altitude}, {curse}, {hdp} = gps.getps() Messaging functins // Encde psitin reprt in Palmer frmat {string} = gsattrack.encpsitin({latitude}, {lngitude}, {speed}, {curse}, {battery percent}, {minute}, {altitude}, {epchsecnds} ) // Encde /text message {string} = gsattrack.enctext( {destinatin}, {message} ) // Encde settings reprt {string} = gsattrack.encsettings()

8 Iridium functins // Pwer Iridium Mdem iridium.setpwer( {mde} ) mde: 1: n 0: ff NOTE: Must be called with mde 1 t enable signal fr GPS functinality // Enable Iridium Radi iridium.setradi( {mde} ) mde: 1: n 0: ff iridium.transmit( {string} ) string: arbitrary string t transmit ver SBD Example: iridium.transmit(gps.encde(lat,ln,speed,curse,batp,min,alt)) GPIO functins { variable } = gpi.wakereasn() values: gpi.unknown: n matching wake reasn gpi.powerup: unit was just pwered n gpi.resetpin: unit was reset using the reset buttn gpi.wakepin: unit was wken using the wake pin gpi.rtc: unit was wken by RTC gpi.powerconnected: unit was wken when pwer was cnnected Cmpass functins // Cmpass heading in degrees { variable } = cmpass.getheading() // Mnitr cmpass and accelermeter values { variable } = cmpass.setmnitr( {mde} ) mde: 1: n 0: ff

9 Example utput: A#51,-120,-157,-213,-288,48,17168 A#<heading>, <mag. field x>, <mag. field y>, <mag. field z>, <accel x>, <accel y>, <accel z> Accelermeter functins // Temperature in degrees Celsius { variable } = accel.gettemp() // Unit rientatin { variable } = accel.getrientatin() values t cmpare with: accel.up_sx (0x44): Y-lw accel.up_dx (0x42): X-high accel.dw_sx (0x41): X-lw accel.dw_dx (0x48): Y-high accel.top (0x60): Z-high accel.bottom (0x50): Z-lw accel.na (0x00) :?? NOTE: need t add diagram here shwing rientatin f unit and maybe change the names f these t be mre intuitive. Battery functins //Battery percentage integer value frm 0 t 100 print(bat.getpercent()) //Battery vltage in millivlts IE: 4000 = 4.0V print(bat.getvltage()) // Enable/disable peridic battery state lgging bat.setmnitr( {mde} ) mde: 1: n 0: ff Settings functins These settings can be cnfigured thrugh the "Send Cmmand" functin n the GSatTrack site (fund under the dwn arrw menu fr the GSatMicr asset f interest). The "Get Parameters" functin frm this screen can request the current parameters stred n the device. Sending parameter requests

10 thrugh the site t the unit will nt autmatically update fields n the site. "Get Parameters" can be used t cnfirm the current cnfiguratin state f the unit. //Set variable int flash settings.flash( {setting}, {value} ) //Read variable frm flash {variable} = settings.flash( {setting} ) setting: settings.sleep // Secnds t sleep when in NORMAL mde (between cycles) (range: 0 - ( 2^31-1 ) ) settings.ss_sleep //Secnds t sleep when in SOS mde (between cycles) (range: 0 - ( 2^31-1 ) ) settings.g_timeut //GPS Timeut in secnds, default 120 (range: 0 - ( 2^31-1 ) ) settings.g_hdp //GPS Hrizntal Dilutin f Precisin needed x10, default 20 (range 0-500) settings.g_settle // Secnds t settle GPS after getting a fix, default 15 (range: 0 - ( 2^31-1 ) ) settings.i_tx_timeut //Iridium transmit timeut, default 60 (range: 0 - ( 2^31-1 ) ) settings.i_signal_timeut //Iridium signal timeut, default 60 (range: 0 - ( 2^31-1 ) ) settings.i_tx_retries //Iridium transmit attempts, default 3 (range: 0 - ( 2^31-1 ) ) settings.sleep_w_pwer // Set t 1 t sleep when n external high vltage // (des nt sleep n USB), default 0 (range: 0=sleep,1=run, cunt dwn t next cycle) settings.led_mask // mask t mask ff LED's, default 0xFF (range: 0-255, 0=all ff, 255=all n) Membrane Panel Individual Bits: bit0: GPS bit1: Message bit2: Pwer bit3: Satellite bit4: Alarm bit5-7: ignred settings.i_rx_always // keeps radi awake always t receive cmmands, default 0 (range: 0=ff,1=n) settings.tx_altitude // transmit altitude with psitin reprts (range: 0=ff,1=n) Example: //Set sleep time between reprts t 10 minutes settings.flash(settings.sleep, 600) //Print current sleep time print(settings.flash(settings.sleep)) LEDs NOTE: These functins are currently verridden during nrmal transmit behavir by built-in functins. //Set LED led.led( {led}, {led mde}, {cycles} ) // Set LED with cycles set t cntinuus led.led( {led}, {led mde} )

11 //Read current LED mde {variable} = led.led( {led} ) led: led.pwr: Pwer led.gps: GPS led.sat: Satellite/Iridium led.alrm: Alarm led.msg: Message led mde: led.ff: ff led.n: n (slid) led.fadeff: fade frm bright t dark led.faden: fade frm dark t light led.slw: slw flash led.medium: medium flash led.fast: fast flash led.1: single flash led.2: tw flashes led.3: three flashes led.4: fur flashes led.5: five flashes cycles: The number f times t repeat the mde sequence. 255 = frever. Example: //Set LED 0 t ON permanently led.led(led.pwr, led.n, 255) Interrupts / Event Handlers A set f Lua functins can be defined fr servicing varius state changes n the GSatMicr. cpu.set_int_handler( {interrupt type}, {functin} ) interrupt type: cpu.int_iridium_signal: Iridium mdem has signal frm satellite netwrk cpu.int_iridium_tx_ok: SBD transmit cmpleted successfully cpu.int_iridium_tx_fail: SBD transmissin failed (after settings.i_tx_retries retries) cpu.int_iridium_timeout: Iridium timeut waiting fr signal frm satellite netwrk cpu.int_gps_valid: GPS fix is valid and settled cpu.int_gps_timeout: timeut waiting fr GPS fix cpu.int_boot: called at bt cpu.int_contention: Iridium mdem is already receiving when a radi cmmand was issued

12 Example: functin iridium_signal() lat,ln,speed,alt,curse=gps.getps() sec,min=gps.gettime() if(speed < 5) then curse = cmpass.heading() end batp = bat.percent() iridium.transmit(gps.encde(lat,ln,speed,curse,batp,min,alt)) end cpu.set_int_handler( cpu.int_iridium_signal, iridium_signal)

13 COCOM Limits COCOM limits are a GPS limitatin by internatinal law t disable GPS chipsets at high altitudes r high speeds. The GSatMicr will stp reprting if the unit exceeds 1,000 knts AND exceeds 18,000 meters. Bth f these limits must be exceeded fr COCOM limits t be enabled which will disable the internal GPS receiver until ne f the tw limits returns t nrmal. Pinut v.1 1. RS232 - TX 2. RS232 - RX 3. USB - V+ ( v DC) 4. USB - D- 5. USB - D+ 6. OUTPUT: 0 7. OUTPUT: 1 8. INPUT: 0 9. INPUT: GROUND 11. VCC (7.5v-40v DC) Pinut v.7 Name Flex Pin Hirse Pin Cable Clr ADC IN ADC IN OUTPUT 1 13/12 2 OUTPUT 0 11/10 3 V_USB 9 7 yellw USB D- 8 6 white USB D green RS232 TX 6 12 blue RS232 RX 5 11 grey VCC 4/3 8 red GND 2/1 4 black

14 Message Frmats Mbile Terminated (MT) Future versins will make use f a header byte with values ranging frm 0-31 t define message type. Mbile Originated (MO) Psitin Reprt: Text Message: header (byte): 1 destinatin length (byte): <0-255> destinatin (byte array): <destinatin length bytes> message (byte array): <byte array bunded by end f MO message> Settings Dump: header (byte): 2 interface versin (byte): <versin, currently: 1> settings versin (byte): <versin, currently: 1> setting 0 (signed 32 bit integer): <value f first setting>... setting N-1 (signed 32 bit integer): <value f Nth setting> Current rder: 0: defaultv 1: g_hdp 2: g_timeut 3: i_tx_timeut 4: i_signal_timeut 5: i_tx_retries 6: sleep 7: ss_sleep 8: sleep_w_pwer 9: led_mask 10: i_rx_always 11: tx_altitude 12: g_settle 13: t_adc_id 14: t_adc_threshld 15: status_line 16: lw_bat_ff

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

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

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

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

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

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

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

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

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

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

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

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

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

Universal input/output controller

Universal input/output controller Embedded autmatin equipment (Shanghai) Limited Rm 305. Twer B.NO.18Talin rad Pudng District, Shanghai Phne: +86-21-51090839/50750355, fax: +86-21-50758598, e-mail: sales@stammkn.cm Universal input/utput

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

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

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

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

Installation hole (4.2mm) Push. Ambient daylight threshold. 8 hours manual on

Installation hole (4.2mm) Push. Ambient daylight threshold. 8 hours manual on STPSENSOR fr STRIP Mdel: STPSENSOR Infrared remte receiver Remte Cntrl (SENSORRC) sld separately Sensr antenna Buzzer Detectin area LED indicatin. Daylight threshld Stand-by perid 6. 9. 0 SYNC SYNC N L

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

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

RZ251W. Remote Sensing & Zoning Installation Guide. Quick Reference. Wireless Range

RZ251W. Remote Sensing & Zoning Installation Guide. Quick Reference. Wireless Range Remte Sensing & Zning Installatin Guide Pr Technlgies P.O. Bx 3377 Springfield, MO 65804 Tll ree : 888-776-47 Web: www.priaq.cm Hurs f Operatin: M- 9AM - 6PM Eastern Table f Cntents Table f Cntents Quick

More information

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E AIR CONDITER REMOTE CONTROLLER ILLUSTRAT CS406-R5E 00550905 0009 Thank yu very much fr purchasing ur air cnditiner. Please read this wner's manual carefully befre using yur air cnditiner. CONTENTS Handling

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

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad with min. 5 kg 405000090 405070090 INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main dimensins. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

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

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS 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

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

Model 6085 Handi-TRASE Quick Start Guide

Model 6085 Handi-TRASE Quick Start Guide Mdel 6085 Handi-TRASE Quick Start Guide Handi-TRASE plus Slammer Prbe Quick Start Guide May 2018 Handi-TRASE unit cnsists f a Trase Time Dmain Reflectmeter (TDR) and an Andrid Tablet. Fig. 1. A Handi-TRASE

More information

Batman & The Penguin Prize

Batman & The Penguin Prize Batman & The Penguin Prize The bjective f Batman & The Penguin Prize is t btain winning symbl cmbinatins by spinning the reels. TO PLAY THE GAME The Batman & The Penguin Prize game can be played in bth

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

Banner pocket v3 Page 1/7. Banner pocket v3

Banner pocket v3 Page 1/7. Banner pocket v3 Banner pcket v3 Page 1/7 Banner pcket v3 Descriptin Banner pcket will help yu get the printed sheets arranged in the way yu need fr attaching the frnt and back side pckets tgether. It will crp ne sides

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

Owner s Manual Installation and Operating Instructions

Owner s Manual Installation and Operating Instructions Meitav-tec Ltd (Cntel grup) Tel: +972 (3) 962 6462 Fax: +972 (3) 962 6620 www.meitavtec.cm - supprt@meitavtec.cm ETN-24-P-1S Owner s Manual Installatin and Operating Instructins Please read this manual

More information

The objective of Man of Steel is to obtain winning symbol combinations by spinning the reels.

The objective of Man of Steel is to obtain winning symbol combinations by spinning the reels. Man f Steel 5-Reel 25-Line Slt The bjective f Man f Steel is t btain winning symbl cmbinatins by spinning the reels. TO PLAY THE GAME The Man f Steel game can be played in bth landscape and prtrait mdes.

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

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

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

S-400 Series User Guide

S-400 Series User Guide S-400 Series User Guide temptimecrp.cm Ntices and Safety 1 Ntices and Safety 1.1 Disclaimer and limitatin f liability Temptime assumes n respnsibility fr any lss r claims by third parties which may arise

More information

Accurate Time & Frequency System

Accurate Time & Frequency System GPS-Disciplined Rubidium/OCXO Clck Key features: Frequency Accuracy : 1E-12 1PPS Accuracy: 20ns RMS Hldver: 1µs/24 hurs, 5E-11/mnth 20 utputs (10MHz, 1PPS, TOD) LAN ( NTP, Mnitr & Cntrl) External 1PPS

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

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 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

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

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

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

CUSTOMER PORTAL. Floorplan Management

CUSTOMER PORTAL. Floorplan Management CUSTOMER PORTAL Flrplan Management FLOORPLAN ANALYTICS The flrplan analytics area displays flrplans yu have uplad t the prtal (if yu haven t yet upladed a flrplan please cntact ur supprt department). Frm

More information

GANTOM iq AND iqx USER GUIDE

GANTOM iq AND iqx USER GUIDE GANTOM iq AND iqx USER GUIDE The Gantm iq is the wrld s smallest gb prjectr with zm and fcus fr prfessinal lighting applicatins. The Gantm iqx features the same amazing ptics f the Gantm iq but adds integrated

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

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

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

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

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

4- CHANNEL RGBW DIMMER RE KNT RGB

4- CHANNEL RGBW DIMMER RE KNT RGB 4- CHANNEL RGBW DIMMER RE KNT RGB INSTRUCTIONS MANUAL Tel.: 943627988 E-mail: knx@dinuy.cm Web: www.dinuy.cm General Descriptin - 4 utput channels PWM Dimming Actuatr designed fr the cntrl f LED strips:

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

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

LED DALI MC+ Switch Input Module - User Manual

LED DALI MC+ Switch Input Module - User Manual LED MC+ Switch Input Mdule - User Manual Item n.: LC-004-301 1. Prduct Descriptin The MC+ is a Cmpact Multi Cntrl mdule with 4 freely prgramable swithcing inputs (ptential-free clsing cntacts). The supply

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

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

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t wirelessly access

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

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

Electrical devices may only be mounted and connected by electrically skilled persons. 2-gang Art. N. : HS2 RF 4-gang Art. N. : HS4 RF Operating instructins 1 Safety instructins Electrical devices may nly be munted and cnnected by electrically skilled persns. Serius injuries, fire r prperty

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

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng IntesisBx MAPS Cnfiguratin & mnitring sftware f IntesisBx BACnet series User's manual Issue Date: 05/17 r1.0 eng Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t

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

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

Accurate Time & Frequency System

Accurate Time & Frequency System Mdel AR76A GPS-Disciplined Rubidium / OCXO Clck Key features: Frequency Accuracy : 1E-12 1PPS Accuracy: 20ns RMS Hldver: 1µs/24 hurs, 5E-11/mnth 20 utputs (10MHz, 1PPS, ) LAN IPV4 (NTP V3, Mnitr & Cntrl,

More information

Microsoft PowerPoint 2007

Microsoft PowerPoint 2007 Micrsft PwerPint 2007 Finding Presentatins n the Web Open the Internet and g t http://www.ggle.cm Click n Advanced Search. Enter wrds r phrases t describe desired results. On the File Frmat line, click

More information

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

Notes on using an external GNSS receiver with smart phone mapping app

Notes on using an external GNSS receiver with smart phone mapping app Backgrund Within is a summary f my experience using varius GNSS (Glbal Navigatin Satellite System) receivers 1 ver the last 5 t 8 years. I like t recrd tracks summer and winter fr future use in returning

More information

Technical Documentation

Technical Documentation DIN-RAIL MOUNTING ACCORDING TO EN60715. AC MAINS POWER SUPPLY. RS485 SERIAL COMMUNICATION. IR SERIAL COMMUNICATION (2 PORTS). WI-FI COMMUNICATION. PULSE INPUT (OPTIONAL) AND TEMPERATURE SENSOR INPUT (OPTIONAL).

More information

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule

More information

SISTEMA ELEVATÓRIO ETV 460A

SISTEMA ELEVATÓRIO ETV 460A Parts included with yur Flat Lift Lift unit ( #1 ) Pwer supply ( #2 ) R.F. Mdule ( #3 ) Rcker switch ( #4 ) Remte Cntrl ( #5 ) Lift unit ( #1 ) Remte Cntrl ( #5 ) Pwer supply ( #2 ) Rcker switch ( #4 )

More information

Using the Laser Cutter

Using the Laser Cutter Using the Laser Cutter Prerequisites Befre yu will be allwed t use the laser cutter, yu must cmplete these three steps: 1. Yu must have cmpleted the Laser Cutter training at Cyberia 2. Yu must schedule

More information

Ultracom for Apple ios (2.X.X >) Printable user manual

Ultracom for Apple ios (2.X.X >) Printable user manual 30.8.2018 Ultracm fr Apple ios (2.X.X >) Printable user manual Table f cntents 1. General... 3 1.1 General inf... 3 1.2 Ultracm subscriptin and additinal services... 3 1.3 Operatr settings... 3 1.4 General

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

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

Supervision Relay SR100

Supervision Relay SR100 ISKRA Sistemi 2017 1 Supervisin Relay SR100 Vltage and current aut range measurements up t 600VLN, 12.5A Active, Reactive, Apparent Pwer calculatin based n IEC 61400 21 Annex C Pwer accuracy class 0.5

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

Lab 1 Load Cell Measurement System

Lab 1 Load Cell Measurement System BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System 1) Build and test a lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b. Cmpute

More information

A Geno Technology, Inc. (USA) brand name. Orbital Shaker. Cat. No. BT909, BT926, BT

A Geno Technology, Inc. (USA) brand name. Orbital Shaker. Cat. No. BT909, BT926, BT A Gen Technlgy, Inc. (USA) brand name Orbital Shaker Cat. N. BT909, BT926, BT927 1-800-628-7730 1-314-991-6034 inf@btlabsystems.cm Thanks fr chsing BT Lab Systems BT909 Orbital Shaker. This peratin manual

More information

Manual Zeiss Axio Zoom.V16 microscope and ZEN 2 Pro software

Manual Zeiss Axio Zoom.V16 microscope and ZEN 2 Pro software Manual Zeiss Axi Zm.V16 micrscpe and ZEN 2 Pr sftware 15-9-2015 Fred Hartjes EMS 3 Caxial illum. Ring illum. Starting up Pwer n Actuate the knb n the EMS 3 cntrl unit Switch n the caxial illuminatin Switch

More information

KELOX room thermostats - KM690D Digital-Standard/ KM690U Digital-Control

KELOX room thermostats - KM690D Digital-Standard/ KM690U Digital-Control KELOX rm thermstats - KM690D Digital-Standard/ KM690U Digital-Cntrl The KELOX rm thermstats are high-quality rm temperature cntrllers fr recrding and cntrlling the required rm temperature fr a maximum

More information

OV5640 Camera Board (A) USER MANUAL

OV5640 Camera Board (A) USER MANUAL OV5640 Camera Bard (A) User Manual OV5640 Camera Bard (A) USER MANUAL OVERVIEW OV5640 Camera Bard (A) is a CMOS camera uses sensr OV5640, takes 5 Megapixel image in QSXGA mde (2592x1944), uses DVP data

More information

D a i s y M o d e m s

D a i s y M o d e m s D a i s y M d e m s D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems t access yur data frm arund the wrld, build yur

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

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

JPS Interoperability Solutions SNV-12 Voter Executive Outline

JPS Interoperability Solutions SNV-12 Voter Executive Outline JPS Interperability Slutins SNV-12 Vter Executive Outline December 1, 2017 Prepared by: JPS Interperability Slutins, Inc. 5800 Departure Drive Raleigh, NC 27616 (919) 790-1011 supprt@jpsinterp.cm sales@jpsinterp.cm

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

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t access yur data

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

SolarEdge. Immersion Heater Controller Installation Guide. For Europe, APAC & South Africa Version 1.6

SolarEdge. Immersion Heater Controller Installation Guide. For Europe, APAC & South Africa Version 1.6 SlarEdge Immersin Heater Cntrller Installatin Guide Fr Eurpe, APAC & Suth Africa Versin 1.6 Cntents Cntents HANDLING AND SAFETY INSTRUCTIONS 2 Safety Symbls Infrmatin 2 Immersin Heater Cntrller Installatin

More information

PSR extractor. Switch to Master guide. Edition : 1.3 Edition Date : 22/01/08 Status : Released Issue

PSR extractor. Switch to Master guide. Edition : 1.3 Edition Date : 22/01/08 Status : Released Issue PSR extractr Switch t Master guide Editin : 1.3 Editin Date : 22/01/08 Status : Released Issue DOCUMENT IDENTIFICATION SHEET DOCUMENT DESCRIPTION Dcument Title PSR Extractr : Switch t Master Guide Dcument

More information

Release Notes - Zebra ET50 Android M LifeGuard Update 03 Release for WLAN GMS

Release Notes - Zebra ET50 Android M LifeGuard Update 03 Release for WLAN GMS Release Ntes - Zebra ET50 Andrid M LifeGuard Update 03 Release fr WLAN GMS Cntents Descriptin Device Cmpatibility Cmpnent Cntents Installatin Requirements Installatin Instructins Dwnladable Sftware included

More information

NORDIC ID SAMPO S2 NORDIC ID SAMPO S2 ONE- SERIES

NORDIC ID SAMPO S2 NORDIC ID SAMPO S2 ONE- SERIES NORDIC ID SAMPO S2 NORDIC ID SAMPO S2 ONE- SERIES USER GUIDE TABLE OF CONTENTS GETTING STARTED... 4 1.1. GENERAL... 4 1.2. DIFFERENCES BETWEEN NORDIC ID SAMPO S2 AND NORDIC ID SAMPO S2 ONE-SERIES... 4

More information

Release Notes - Zebra ET55 Android M LifeGuard Update 02 Release for WWAN GMS

Release Notes - Zebra ET55 Android M LifeGuard Update 02 Release for WWAN GMS Release Ntes - Zebra ET55 Andrid M LifeGuard Update 02 Release fr WWAN GMS Cntents Descriptin Device Cmpatibility Cmpnent Cntents Installatin Requirements Installatin Instructins Dwnladable Sftware included

More information

Features. Target Applications. V1.11 Datasheet TBS12SMP/TBS12S/TBS12B LoRaWAN RTU for SDI-12 sensors

Features. Target Applications. V1.11 Datasheet TBS12SMP/TBS12S/TBS12B LoRaWAN RTU for SDI-12 sensors Datasheet TBS12SMP/TBS12S/TBS12B The TBS12 SDI-12 / LRaWAN mdule brings LRa wireless cnnectivity t SDI-12 sensrs. The head embeds a lw pwer LRaWAN certified mdem, with dual antennas cnnectrs t perate n

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

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

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

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

More information