RP6 or ASURO Barometer, Hygrometer & Temp. Module

Size: px
Start display at page:

Download "RP6 or ASURO Barometer, Hygrometer & Temp. Module"

Transcription

1 JM3-BHT31 RP6 or ASURO Barometer, Hygrometer & Temp. Module RP6 or ASURO Barometer, Hygrometer & Temp. Module 2014 AREXX Engineering and JM3 Engineering For latest updates check Version: 1.05 Nov. 9 th, 2014 page: 1

2 Impressum AREXX Engineering Nervistraat RS Zwolle The Netherlands Tel.: +31 (0) Fax.: +31 (0) This manual is protected by the laws of Copyright. It is forbidden to copy all or part of the contents without prior written authorization! Product specifications and delivery contents are subject to changes. The manual is subject to changes without prior notice. You can find free updates of this manual on ASURO licensed by DLR and AREXX are registered trademarks from AREXX Engineering. All other trademark are the property of their owners. We are not responsible for the contents of external web pages that are mentioned in this manual! Information about limited warranty and responsibility The warranty granted by AREXX Engineering is limited to the replacement or repair of the Module and its accessories within the legal warranty period if the default has arisen from production errors such as mechanical damage or missing or wrong assembly of electronic components except for all components that are connected via plugs/sockets. The warranty does not apply directly or indirectly to damages due to the use of the robot. This excludes claims that fall under the legal prescription of product responsibility. The warranty does not apply in case of irreversible changes (such as soldering of other components, drilling of holes, etc.) of the module or its accessories or if the module is damaged due to the disrespect of this manual! It cannot be guaranteed that the supplied software will satisfy individual expectations or will run completely error-free and without any interruption. Moreover the software can be freely changed and is loaded into the unit by the user. Therefore the user carries the full risk regarding the quality and performance of the unit including all software. AREXX Engineering guarantees the functionality of the supplied application examples provided the respect of the conditions specified in the data sheet. If the SAM-04-LAN or the PC software turns out to be faulty or insufficient, the customer carries all costs for service, repair or correction. Please note the relevant license agreements on the CD-ROM! Symbols The manual uses following symbols: The exclamation mark attracts the attention of the user to important instructions that must be adhered to. If you make a mistake in this part, it can lead eventually to the destruction of the robot or its accessories and even endanger your health or that of your environment! The "Information" symbol draws the attention to useful tips and tricks or background information. It is not always essential to understand everything but it is often very useful. Version: 1.05 Nov. 9 th, 2014 page: 2

3 Safety recommendations IMPORTANT: Prior to using this robot arm for the first time, please read this manual thoroughly up to the end! They explain the correct use and inform you about potential dangers! Moreover they contain important information that might not be obvious for all users. - Check the polarity of the batteries or power supply. - Keep all products dry, when the product gets wet remove the power directly. - Remove the batteries or power when you are not using the product for a longer period. - Before taking the module into operation, always check it and its cables for damage. - If you have reason to believe that the device can no longer be operated safely, disconnect it immediately and make sure it is not unintentionally operated. - Do not operate the module in rooms or under unfavourable conditions. - This module is equipped with highly sensitive components. Electronic components are very sensitive to static electricity discharge. Only touch the module by the edges and avoid direct contact with the components on the circuit board. Normal use This module is developed to use with robots, which allows you to determine basic behaviour patterns and reactions of the robot to external influences yourself. The module was developed as an experimental platform for all electronic technicians with interest in robotics. In practical tests, it visualises the influence and effects of software parameters as well as physical parameters via the corresponding sensor technology. Any use other than that described above is not permitted. The product is not a toy and should be kept out of reach of children under 14 years of age! It may only be used in closed, dry indoor rooms. The product must not get damp or wet. Use other than that described above can lead to damage to the product and may involve additional risks such as short circuits, fire, electrical shocks etc. Content 1. Impressum Safety recommendations Introduction Manual Schematic PCB Layout Version: 1.05 Nov. 9 th, 2014 page: 3

4 ASURO Robot Asuro xtend and Compass- / Gyro Module and Display Version: 1.05 Nov. 9 th, 2014 page: 4

5 Introduction A general purpose barometer, hygrometer and temperature sensor module. It can be directly plugged into the ASURO expansion port on the ASURO xtend board - it can be stacked up with the ASURO Compass / Gyro Module and or RTC. The sensor module is using the MS BA high resolution altimeter and the HTU21D sensor from MEAS Switzerland with I2C bus interface. This barometric pressure sensor is optimized for altimeters and variometers with an altitude resolution of 20 cm and can be used for weather station information as well. In addition, the relative humidity and temperature sensor are dedicated plug and play transducers for applications where reliable and accurate measurements are needed. The barometric sensor module includes a high linearity pressure sensor and an ultra-low power 24 bit ΔΣ ADC with factory calibrated coefficients. It provides a precise digital 24 bit pressure and temperature value and different operation modes that allow the user to optimize for conversion speed and current consumption. A high resolution temperature output allows the implementation of an altimeter/thermometer function without any additional sensor. The MS BA can be interfaced to virtually any micro controller. The communication protocol is simple, without the need of programming internal registers in the device. The sensing principle used leads to very low hysteresis and high stability of both pressure and temperature signal. The humidity sensor setting new standards in terms of size and intelligence and provides calibrated, linearized signals in digital, I²C format. Every sensor element is factory calibrated and tested. Low battery can be detected and a checksum improves communication reliability. The resolution can be changed by command (8/12bit up to 12/14bit for RH/T). Version: 1.05 Nov. 9 th, 2014 page: 5

6 Manual 1. Connecting to RP6 or ASURO xtend Board The module will be simply plugged in to the K3 connector on the ASURO xtend board. There is a voltage regulator on the module so it can be directly plugged into the I2C Module header on the RP6 Sensor board. In the RP6 case, you have to solder contacts on the boards (Precision Contacts RM 2,54 Conrad Part number ) PIN OUT Barometer Humidity Temp Module (Asuro Connector) PIN 1 = VDD_3.3 PIN 2 = n/c PIN 3 = n/c PIN 4 = n/c PIN 5 = n/c PIN 6 = n/c PIN 7 = SCA PIN 8 = SCL PIN 9 = n/c PIN 10 = GND PIN1 Pin PIN OUT Barometer Humidity Temp Module (RP6 Connector) PIN 1 = VDD_3.3 PIN 2 = SCL PIN 3 = SCA PIN 4 = n/c PIN 5 = n/c PIN 6 = n/c PIN 7 = n/c PIN 8 = n/c PIN 9 = GND PIN1 PIN2 Pin9 Version: 1.05 Nov. 9 th, 2014 page: 6

7 2. Software The data access works over I2C Bus. There is no special initialization required refer to datasheet of the MS BA and HTU21D for more information. A demo software is available for the ASURO xtend board with the attached Barometer Module Reading data from I2C Principle way of reading data from the module /**********************************************************************\ * read sensor data (generalized description) \**********************************************************************/ master.readregisters(i2c Addr, Register AUTO_INC, mbuffer, 6); 2.2. Writing data via I2C Principle way writing data via I2C to the module /**********************************************************************\ * write data to register (generalized description) \**********************************************************************/ master.transmitbytes(i2c Addr, Register AUTO_INC, data0, data1, data2); 2.3. Demo Software The demo software for the ASURO xtend board is available which displays the pressure, relative humidity and temperature on the display. To enable the display function you have to make a change the Makefile - in the Global Defines section you should have IOEXT_WEATHER defined. # Global Defines # # Enable demo program for connected sensor module. DEFINES = IOEXT_WEATHER 2.4. Slave Addresses BAROTEMP = 0xEE // MS BA03 Baro & Temp RELHUM = 0x80 // HTU21D Relative Humidity & Temp Version: 1.05 Nov. 9 th, 2014 page: 7

8 3. Commands / Register 3.1. MS BA03 Read Command Reset Convert D1 (OSR=256) Convert D1 (OSR=512) Convert D1 (OSR=1024) Convert D1 (OSR=2048) Convert D1 (OSR=4096) Convert D2 (OSR=256) Convert D2 (OSR=512) Convert D2 (OSR=1024) Convert D2 (OSR=2048) Convert D2 (OSR=4096) ADC Read PROM Read Hex Code 0x1E 0x40 0x42 0x44 0x46 0x48 0x50 0x52 0x54 0x56 0x58 0x00 0xA0 to 0xAE Since there are no register on the barometer chip you have to follow the given procedure to read data after power up: 1. Issue Reset 2. Read PROM (128 bit of calibration words) 3. Initiate pressure (D1) conversion followed by Read ADC result (24 bit) 4. Initiate temperature (D2) conversion followed by Read ADC result (24 bit) For detailed description of the commands and data processing refer to the datasheet. Version: 1.05 Nov. 9 th, 2014 page: 8

9 3.2. HTU21D Read Commands Hex Code Comment Trigger Temperature Measurement 0xE3 Hold master Trigger Humidity Measurement 0xE5 Hold master Trigger Temperature Measurement 0xF3 No Hold master Trigger Humidity Measurement 0xF5 No Hold master Write user register 0xE6 Read user register 0xE7 Soft Reset 0xFE User Register Bit # Bits default Measurement Resolution 7, Bit 7 Bit 0 RH Temp bits 14 bits bits 12 bits bits 13 bits bits 11 bits Status End of Battery 0 : VDD>2.25V 1 : VDD<2.25V Reserved do not modify 3,4,5 3 0 Enable on-chip heater Disable OTP reload 1 1 For more details of the chip functionality please refer to the datasheet. 4. Technical Data VDD = 3.3 V +/- 5% IDD 1.5 ma (peak) 0.2 µa (standby) Temperature Range: -10 to 65 C Key features: High resolution module - Altitude: 20cm - Humidity: 0,04% Fast conversion Integrated digital pressure sensor (24 bit ΔΣ ADC) Operating range: 10 to 1200 mbar Excellent long term stability Instantaneous desaturation after long periods in saturation phase Factory calibrated Version: 1.05 Nov. 9 th, 2014 page: 9

10 5. Schematic 6. PCB Top view: Version: 1.05 Nov. 9 th, 2014 page: 10

TSYS01-FAMILY Digital Temperature Sensors

TSYS01-FAMILY Digital Temperature Sensors ADC 1 S 2 PI 3 I 2 C Q 4 FN TSYS01-FAMILY s SPECIFICATIONS High Accuracy Temperature Sensor TSYS01: ±0.1 C @ Temp.: -5 C +50 C TSYS01-1: ±0.1 C @ Temp.: -20 C +70 C 16/24 bit ADC 1 Resolution Low Power

More information

MEAS HTU21D PERIPHERAL MODULE

MEAS HTU21D PERIPHERAL MODULE MEAS HTU21D PERIPHERAL MODULE Digital Humidity and Temperature Digital Component Sensor (DCS) Development Tools The HTU21D peripheral module provides the necessary hardware to interface the HTU21D digital

More information

MS BA Micro Barometric Module

MS BA Micro Barometric Module MS5605-02A Micro arometric Module High resolution module, 20cm Fast conversion down to ms Low power, µa (standby < 0.5 µa) QFN package 5.0 x 3.0 x.6 mm 3 Supply voltage.8 to 3.6 V Integrated digital pressure

More information

Altimeter / Barometer Module SMD500 ultra low power, low voltage

Altimeter / Barometer Module SMD500 ultra low power, low voltage Altimeter / Barometer Module SMD500 ultra low power, low voltage 1. General Description The SMD500 marks a new generation of high precision digital pressure sensors for consumer applications. Its ultra

More information

Gumstix Pi HAT Sensor board

Gumstix Pi HAT Sensor board Gumstix Pi HAT Sensor board TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or

More information

MS BA Variometer Module

MS BA Variometer Module MS56-0A Variometer Module High resolution module, 0cm Fast conversion down to ms Low power, µa (standby < 0.5 µa) QFN package 5.0 x 3.0 x.0 mm 3 Supply voltage.8 to 3.6 V Integrated digital pressure sensor

More information

MS BA Altimeter Module

MS BA Altimeter Module MS580-0A Altimeter Module High resolution module, 0cm Fast conversion down to ms Low power, µa (standby < 0.5 µa) Integrated digital pressure sensor (24 bit Σ AC) Supply voltage.8 to 3.6 V Operating range:

More information

NPA 201. Amphenol Advanced Sensors. Digital Output Absolute Pressure Sensor. 11:15 17 Jan,15. Applications. Features

NPA 201. Amphenol Advanced Sensors. Digital Output Absolute Pressure Sensor. 11:15 17 Jan,15. Applications. Features NPA 201 Digital Output Absolute Pressure Sensor Applications Pressure sensor for mobile devices (smart phones, smart watches, tablets) Indoor and outdoor navigation Enhancement of GPS navigation Altimeter

More information

MS BA03 Barometric Pressure Sensor, with stainless steel cap

MS BA03 Barometric Pressure Sensor, with stainless steel cap arometric Pressure Sensor, with stainless steel cap SPECIFICATIONS High resolution module, 20cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) QFN package 5.0 x 3.0 x 1.0 mm 3 Supply

More information

HTU21D Sensor Miniature Relative Humidity and Temperature Sensor

HTU21D Sensor Miniature Relative Humidity and Temperature Sensor DFN type package Relative Humidity and Temperature Digital Output, I²C interface Fully calibrated Lead free sensor, reflow solderable Low power consumption Fast response time and very low temperature coefficient

More information

Evaluation Board User Guide UG-047

Evaluation Board User Guide UG-047 Evaluation Board User Guide UG-047 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Evaluating the ADT7310/ADT7410 Temperature Sensors

More information

IMU Axis Gyro Evaluation Board Application Note

IMU Axis Gyro Evaluation Board Application Note IMU-3000 3-Axis Gyro Evaluation Board Application Note A printed copy of this document is NOT UNDER REVISION CONTROL unless it is dated and stamped in red ink as, REVISION CONTROLLED COPY. InvenSense,

More information

MS BA01 PHT Fusion Sensor

MS BA01 PHT Fusion Sensor AVANCE ATASHEET MS8607-02A01 PHT Fusion Sensor Integrated pressure, humidity and temperature sensor QFN package 5 x 3 x 1 mm 3 High-resolution module: 0.016 mbar, 0.04%RH, 0.01 C Supply voltage: 1.5 to

More information

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions.

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions. RoomSense Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential damages.

More information

MS BA Miniature Altimeter Module

MS BA Miniature Altimeter Module SPECIFICATIONS FEATURES High resolution module, 20cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating

More information

ATmega32U4 IoT Weather Station

ATmega32U4 IoT Weather Station ATmega32U4 IoT Weather Station TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special

More information

MS BA Miniature Altimeter Module

MS BA Miniature Altimeter Module SPECIFICATIONS High resolution module, 20cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating range:

More information

MS BA Miniature Altimeter Module

MS BA Miniature Altimeter Module High resolution module, 20cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating range: 300 to 1100

More information

Temperature and humidity module DHT11 Product Manual

Temperature and humidity module DHT11 Product Manual Temperature and humidity module DHT11 Product Manual 1 Product Overview DHT11 digital temperature and humidity sensor is a composite Sensor contains a calibrated digital signal output of the temperature

More information

Operating instructions AS-i SmartLine module AC3200 AC /00 06/2016

Operating instructions AS-i SmartLine module AC3200 AC /00 06/2016 Operating instructions AS-i SmartLine module AC3200 AC3201 80237876/00 06/2016 Contents 1 Preliminary note...3 1.1 Symbols used...3 1.2 Warnings used...3 2 Safety instructions...3 2.1 General...3 2.2 Target

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

MS BA Miniature Variometer Module

MS BA Miniature Variometer Module FEATURES High resolution module, 10cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating range: 10

More information

FEATURES FIEL OF APPLICATION Mobile altimeter / barometer systems ike computers Adventure or multi-mode watches Variometers ataloggers TECHNICAL ATA S

FEATURES FIEL OF APPLICATION Mobile altimeter / barometer systems ike computers Adventure or multi-mode watches Variometers ataloggers TECHNICAL ATA S SPECIFICATIONS High resolution module, 20cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating range:

More information

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

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

More information

User's Guide for the BAM Shield with DICE boards. User Manual. BAM-Shield with DICE-Boards. Author: Konrad Meyer. Page 1 / 13

User's Guide for the BAM Shield with DICE boards. User Manual. BAM-Shield with DICE-Boards. Author: Konrad Meyer. Page 1 / 13 User's Guide for the BAM Shield with DICE boards User Manual BAM-Shield with DICE-Boards Version:.en Author: Konrad Meyer Date: Page / 3 Index Important notes...3. Warning notices...3.2 General precautions...4.3

More information

HPS-M -2 DIFFERENTIAL PRESSURE TRANSMITTER. Mounting and operating instructions

HPS-M -2 DIFFERENTIAL PRESSURE TRANSMITTER. Mounting and operating instructions DIFFERENTIAL PRESSURE Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL DATA 4 STANDARDS 5 OPERATIONAL

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

MS BA Miniature Altimeter and Diving Module

MS BA Miniature Altimeter and Diving Module SPECIFICATIONS High resolution module, 30cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating range:

More information

HS300x Datasheet. High Performance Relative Humidity and Temperature Sensor. Description. Features. Physical Characteristics. Typical Applications

HS300x Datasheet. High Performance Relative Humidity and Temperature Sensor. Description. Features. Physical Characteristics. Typical Applications High Performance Relative Humidity and Temperature Sensor HS300x Datasheet Description The HS300x series is a highly accurate, fully calibrated relative humidity and temperature sensor. The MEMS sensor

More information

MPU-6000/MPU Axis Evaluation Board User Guide

MPU-6000/MPU Axis Evaluation Board User Guide MPU-6000/MPU-6050 9-Axis Evaluation Board User Guide InvenSense, Inc., 1197 Borregas Ave., Sunnyvale, Ca 94089, USA 1 AN-MPU-6000EVB-00 Table of Contents 1. REVISION HISTORY... 3 2. PURPOSE... 4 2.1 USAGE...

More information

Installation and operation manual ReciFlow Gas

Installation and operation manual ReciFlow Gas Installation and operation manual ReciFlow Gas 1 1. Measurement principle... 3 2. Installation... 5 3. Operation... 7 4. Electrical interfaces... 11 5. Communication protocol... 14 6. Software update and

More information

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

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

More information

PRELIMINARY! DIGITAL HUMIDITY SENSOR

PRELIMINARY! DIGITAL HUMIDITY SENSOR Characteristic features Measuring range 0.. 100 % rh, -40.. 125 C Calibrated and temperature-compensated Accuracy ±1.8 % RH and ±0.2 C (-H) Chemical resistant, dew formation resistant Low hysteresis, compensated

More information

USBDEVELKIT DEVELOPMENT KIT V3

USBDEVELKIT DEVELOPMENT KIT V3 USB interface Back auxiliary connector for external sensors RoHS-compatible & Pb-free Flash software upgradeable through USB Software compatible with windows 7 / XP Recording software DESCRIPTION The USB

More information

DXTH DUCT SENSOR / SWITCH FOR TEMPERATURE AND HUMIDITY. Mounting and operating instructions

DXTH DUCT SENSOR / SWITCH FOR TEMPERATURE AND HUMIDITY. Mounting and operating instructions DUAL DUCT SENSOR / SWITCH FOR TEMPERATURE AND HUMIDITY Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL

More information

Reflow Kit V3 PRO Instruction Manual

Reflow Kit V3 PRO Instruction Manual Reflow Kit V3 PRO www.beta-estore.com Beta LAYOUT Ltd. 765 Eubanks Drive Suite B1 Vacaville, CA 95688 USA Tel: +1 (707) 447 7744 Fax: +1 (707) 447 0896 Contents 1. V3 PRO Components... 3 1.1 Reflow-Oven...

More information

Pressure 4 click. PID: MIKROE 3020 Weight: 24 g

Pressure 4 click. PID: MIKROE 3020 Weight: 24 g Pressure 4 click PID: MIKROE 3020 Weight: 24 g Pressure 4 click is an absolute barometric pressure measurement Click board, which features a low power consumption, high precision barometric pressure sensor.

More information

Reflow Kit V3 Basic Instruction Manual

Reflow Kit V3 Basic Instruction Manual Reflow Kit V3 Basic Instruction Manual www.beta-estore.com Beta LAYOUT Ltd. Bay 98 Shannon Free Zone, Co. Clare Ireland Telefon +353 (0) 61 70 11 70 Fax +353 (0) 61 70 11 65 Contents 1. V3 Basic Components...

More information

HDPM01. Description. Features. Applications

HDPM01. Description. Features. Applications Integrated pressure sensor 300-1100hpa absolute Pressure Range ROHS compliant 11 coefficients for software compensation stored on chip Full integration of 2-axis magnetic sensors and electronics circuits

More information

SensDev UG, based in Burgstaedt, Germany, is a Silicon Pressure Sensor supplier. Ranges are 50Pa to 4MPa, 10μL/s to 1000m³/h.

SensDev UG, based in Burgstaedt, Germany, is a Silicon Pressure Sensor supplier. Ranges are 50Pa to 4MPa, 10μL/s to 1000m³/h. SensDev UG, based in Burgstaedt, Germany, is a Silicon Pressure Sensor supplier. Ranges are 50Pa to 4MPa, 10μL/s to 1000m³/h. The main applications for SensDev pressure sensors are:- Medical: All kind

More information

Sample board for USB DEVELOPPER KIT

Sample board for USB DEVELOPPER KIT Sample boards supporting several pressure modules including: - MS45xx family (on request only) - MS5536 - MS5540 / 5541 - MS5561 - MS5607 / 5611 - MS5637 - MS5803 - MS5805 - MS5806 2 connectors on board:

More information

Shack Clock kit. U3S Rev 2 PCB 1. Introduction

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

More information

RN-174 WiFly Super Module

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

More information

ADC7520 SERIES. 1600W Battery Chargers and Power Supplies

ADC7520 SERIES. 1600W Battery Chargers and Power Supplies ADC7520 SERIES 1600W Battery Chargers and Power Supplies Wide output adjustment range 0 72VDC Analog control by external 0-5VDC voltage Temp.comp charging, sense as on option Power fail relay alarm Master-Slave

More information

MEAS TEMPERATURE SYSTEM SENSOR (TSYS01) XPLAINED PRO BOARD

MEAS TEMPERATURE SYSTEM SENSOR (TSYS01) XPLAINED PRO BOARD MEAS TEMPERATURE SYSTEM SENSOR (TSYS01) XPLAINED PRO BOARD Digital Temperature Digital Component Sensor (DCS) Development Tools Performance -5 C to 50 C accuracy: 0.1 C -40 C to 125 C accuracy: 0.5 C Very

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

USB-L111. USB-L111 User Manual TPM. Version: V M05. To properly use the product, read this manual thoroughly is necessary.

USB-L111. USB-L111 User Manual TPM. Version: V M05. To properly use the product, read this manual thoroughly is necessary. USB-L111 USB-L111 User Manual Version: V1.0 2012M05 To properly use the product, read this manual thoroughly is necessary. Part No.: 81-0211100-010 1 Revision History Date Revision Description 2011/8/5

More information

WeatherPiArduino Weather Board

WeatherPiArduino Weather Board Features and Benefits: The is an interface board for connecting a full featured, customizable board for Raspberry Pi and Arduino projects. It contains a built in I2C BMP280 Barometer/Temperature sensor

More information

SF10 SF10. Features: The SF10 laser altimeter is ideal for automated landings and precision hovering.

SF10 SF10. Features: The SF10 laser altimeter is ideal for automated landings and precision hovering. The is a compact, lightweight laser altimeter for above-groundlevel altitude measurement from small fixed wing or multi-rotor craft. The laser altimeter is ideal for automated landings and precision hovering.

More information

mcube Proprietary APS v1.0 1 / mcube Inc. All rights reserved.

mcube Proprietary APS v1.0 1 / mcube Inc. All rights reserved. GENERAL DESCRIPTION The MC3672 is an ultra-low power, low noise, integrated digital output 3-axis accelerometer with a feature set optimized for wearables and consumer product motion sensing. Applications

More information

WeatherPiArduino Weather Board

WeatherPiArduino Weather Board Product Specification Features and Benefits: Provides an excellent interface for a Weather! The is an interface board for connecting a full featured, customizable board for Raspberry Pi and Arduino projects.

More information

Doc.Nr SCP1000 DEMO KIT User Manual

Doc.Nr SCP1000 DEMO KIT User Manual Doc.Nr. 8268000.03 TABLE OF CONTENTS 1 Introduction...3 2 Quick start for using the...3 3 Hardware...4 4 GUI software...5 4.1 GUI software displays...7 4.1.1 USB serial port selection...7 4.1.2 Start up

More information

Reflow Kit V3 PRO Instruction Manual

Reflow Kit V3 PRO Instruction Manual Reflow Kit V3 PRO www.beta-estore.com Beta LAYOUT Ltd. Bay 98 Shannon Free Zone, Co. Clare Ireland Telefon +353 (0) 61 70 11 70 Fax +353 (0) 61 70 11 65 Contents 1. V3 PRO Components...3 1.1 Reflow-Oven...

More information

MS5525DSO (Digital Small Outline)

MS5525DSO (Digital Small Outline) SPECIFICATIONS Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 30 PSI I 2 C and SPI Interface

More information

The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance.

The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance. User Manual INTRODUCTION Thank you for choosing our product. The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance.

More information

Handbook ASI-PRG-ADR. AS-Interface Addressing Device. Festo AG & Co de 0004a

Handbook ASI-PRG-ADR. AS-Interface Addressing Device. Festo AG & Co de 0004a Handbook ASI-PRG-ADR AS-Interface Addressing Device Festo AG & Co. 360 039 de 0004a AS-Interface is a registered Trademark of the AS-International Association We recognise a duty to make a contribution

More information

DSTHM-2 COMBINED T AND RH DUCT TRANSMITTER. Mounting and operating instructions

DSTHM-2 COMBINED T AND RH DUCT TRANSMITTER. Mounting and operating instructions Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL DATA 4 STANDARDS 4 OPERATIONAL DIAGRAMS 5 WIRING AND

More information

Product Family Specification

Product Family Specification Doc.Nr. 8260800.06 Product Family Specification Absolute pressure sensor SCP1000-D01 SCP1000-D11 Note: Reader is advised to notice that this Product Family Specification applies to SCP1000 version which

More information

MDP200 Series. Differential Pressure Sensor FEATURES APPLICATIONS DESCRIPTION

MDP200 Series. Differential Pressure Sensor FEATURES APPLICATIONS DESCRIPTION Differential Pressure Sensor MDP200 Series FEATURES Pressure range up to ±500Pa with high accuracy of ±3.0% m.v. Pressure based on thermal micro-flow measurement Outstanding hysteresis and repeatability

More information

GREISINGER electronic GmbH D Regenstauf, Hans-Sachs-Straße 26 phone: / , fax: / ,

GREISINGER electronic GmbH D Regenstauf, Hans-Sachs-Straße 26 phone: / , fax: / , H55.0.21.6C-02 Operating Manual Precision Barometer from Version 1.0 GPB 3300 GREISINGER electronic GmbH D - 93128 Regenstauf, Hans-Sachs-Straße 26 phone: +49 9402 / 9383-0, fax: +49 9402 / 9383-33, email:

More information

DLA. DMX512 Analyzer. DLA Users Manual SV2_00 B.lwp copyright ELM Video Technology, Inc.

DLA. DMX512 Analyzer. DLA Users Manual SV2_00 B.lwp copyright ELM Video Technology, Inc. DLA DMX512 Analyzer DLA DLA-HH 1 Table Of Contents IMPORTANT SAFEGUARDS... 2 DLA OVERVIEW... 3 CONNECTION... 3 OPERATION... 3 HARDWARE SETUP... 4 DLA-HH (PORTABLE) LAYOUT... 4 CHASSIS LAYOUT... 4 DLA MENU

More information

IP Outdoor Rugged Dome ACM-75x1 series. Ver Hardware User s Manual

IP Outdoor Rugged Dome ACM-75x1 series. Ver Hardware User s Manual IP Outdoor Rugged Dome ACM-75x1 series Ver. 090718 Hardware User s Manual 0 0 PRECAUTIONS 1. Read these instructions You should read all the safety and operating instructions before using this product.

More information

Operating instructions Addressing unit AC1144

Operating instructions Addressing unit AC1144 Operating instructions Addressing unit AC1144 UK 701447 / 04 02 / 2004 Contents Functions and features... 3 Safety instructions... 3 Introduction to the AS-interface version 2.1... 3 Structure of the addressing

More information

Operating instructions Memory plug E /02 11/2011

Operating instructions Memory plug E /02 11/2011 Operating instructions Memory plug E30398 UK 704930/02 11/2011 Contents 1 Preliminary note...3 1.1 Symbols used...3 1.2 Terms used...3 2 Safety instructions...4 3 Factory setting...4 4 Functions and features...5

More information

Adafruit BME680. Created by lady ada. Last updated on :10:23 AM UTC

Adafruit BME680. Created by lady ada. Last updated on :10:23 AM UTC Adafruit BME680 Created by lady ada Last updated on 2018-01-22 05:10:23 AM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: SPI Logic pins: I2C Logic pins: Assembly Prepare the header strip:

More information

DEV16T. LCD Daughter board

DEV16T. LCD Daughter board LCD Daughter board Table of Contents 1 Introduction...2 2 Features...3 3 Expansion Connectors...4 3.1 Daughter Board Connectors...4 4 LCD Display...5 5 Input Buttons S1 to S4...5 6 Buzzer...5 7 Connector

More information

Operating and Installation Manual. EASYLAB Expansion modules Type EM-TRF for 230 V AC mains voltage

Operating and Installation Manual. EASYLAB Expansion modules Type EM-TRF for 230 V AC mains voltage Operating and Installation Manual EASYLAB Expansion modules Type EM-TRF for 230 V AC mains voltage Type EM-TRF-USV for 230 V AC mains voltage; provides uninterruptible power supply (UPS) The art of handling

More information

DIGITAL HUMIDITY SENSOR HYT-131

DIGITAL HUMIDITY SENSOR HYT-131 Rights reserved for change in technical data! B+B Thermo-Technik GmbH Postfach 1748 D-78158 Donaueschingen Phone: +49 771 8316-622 Fax: +49 771 8316-629 DIGITAL HUMIDITY SENSOR 1. Features - On-Chip humidity

More information

EPT-200TMP-TS-U2 TMP102 Temperature Sensor Docking Board Data Sheet

EPT-200TMP-TS-U2 TMP102 Temperature Sensor Docking Board Data Sheet EPT-2TMP-TS-U2 TMP12 Temperature Sensor Docking Board Data Sheet This docking board is based on the TMP12 Temperature Sensor chip from Texas Instruments. It can measure the ambient temperature between

More information

Cube LAN Gateway. Operating manual BC-LGW-O-TW

Cube LAN Gateway. Operating manual BC-LGW-O-TW Cube LAN Gateway Operating manual BC-LGW-O-TW Package contents Package contents Quantity Item 1x MAX! Cube LAN Gateway 1x 1x 1x 1x 1x 3x Plug-in USB power supply USB cable Network cable Mounting accessories

More information

Evaluation Board for the AD Bit, Low Power Sigma-Delta ADC (3 Channels) EVAL-AD7798

Evaluation Board for the AD Bit, Low Power Sigma-Delta ADC (3 Channels) EVAL-AD7798 Evaluation Board for the AD7798 16-Bit, Low Power Sigma-Delta ADC (3 Channels) EVAL-AD7798 FEATURES Full-featured evaluation board for the AD7798 Standalone USB interface Various linking options PC software

More information

Grove Lightning Detector 0219-MOD1016G-01

Grove Lightning Detector 0219-MOD1016G-01 Features and Benefits: The is an Arduino and Raspberry Pi Grove compatible breakout board with a full set of connectors. No external antennas required! It is designed for use in Low Power applications

More information

SIMADYN D Digital Control System. Fiber-Optic Rack Coupling CS12. User Manual. Edition DK No

SIMADYN D Digital Control System. Fiber-Optic Rack Coupling CS12. User Manual. Edition DK No SIMADYN D Digital Control System User Manual Fiber-Optic Rack Coupling CS12 Edition 05.95 DK No. 237741 User Manual, Fiber-Optic Rack Coupling CS12 Edition Status 1 Fiber-Optic Rack Coupling CS12 05.95

More information

NHD 0216K3Z FL GBW. Serial Liquid Crystal Display Module

NHD 0216K3Z FL GBW. Serial Liquid Crystal Display Module NHD 0216K3Z FL GBW Serial Liquid Crystal Display Module NHD Newhaven Display 0216 2 lines x 16 characters K3Z Model F Transflective L Yellow/Green LED backlight G STN Gray B 6:00 view W Wide Temperature

More information

Temperature and Humidity Module. AM2302 Product Manual

Temperature and Humidity Module. AM2302 Product Manual Temperature and Humidity Module AM2302 Product Manual 1. Product Overview AM2302 Humidity-sensitive capacitance digital temperature and humidity module is a digital output signal containing a calibrated

More information

Compass Module 3-Axis HMC5883L (#29133)

Compass Module 3-Axis HMC5883L (#29133) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 6248333 Fax: (916) 6248003 Sales: (888) 5121024 Tech Support: (888) 9978267

More information

MC3635 FEATURES GENERAL DESCRIPTION

MC3635 FEATURES GENERAL DESCRIPTION GENERAL DESCRIPTION MC3635 FEATURES The MC3635 is an ultra-low power, low noise, integrated digital output 3-axis accelerometer with a feature set optimized for wearables and the Internet of Moving Things

More information

RXTH DUAL ROOM SENSOR / SWITCH

RXTH DUAL ROOM SENSOR / SWITCH DUAL ROOM SENSOR / SWITCH FOR TEMPERATURE AND RELATIVE HUMIDITY Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE

More information

HTU(F)3800 SERIES Digital Relative Humidity module with Temperature output

HTU(F)3800 SERIES Digital Relative Humidity module with Temperature output Digital Relative Humidity module with Temperature output SPECIFICATIONS Compact plug and play module with no external component required Can operate under 5VDC or 3VDC Relative Humidity and Temperature

More information

Application Note TSYS01

Application Note TSYS01 PRODUCT HIGHLIGHTS High Accuracy up to ±0.1 C Very Small Size Ready for SMT Assembly Multiple Interfaces I2C, SPI Adjustment of High Accuracy Temperature Range on Request Low Current Consumption Low Self

More information

Operating instructions. Speed monitor D / / 2014

Operating instructions. Speed monitor D / / 2014 Operating instructions Speed monitor D200 80005257 / 00 05 / 2014 Contents 1 Preliminary note...4 1.1 Symbols used...4 1.2 Warning signs used...4 2 Safety instructions...5 2.1 General...5 2.2 Target group...5

More information

TETRIS 2500 High Impedance Active Probe. Instruction Manual

TETRIS 2500 High Impedance Active Probe. Instruction Manual TETRIS 2500 High Impedance Active Probe Instruction Manual Copyright 2018 PMK GmbH All rights reserved. Information in this publication supersedes that in all previously published material. Specifications

More information

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

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

More information

PIN CONFIGURATION Fig. 2: Pin configuration of MS5561 Pin Name Pin Type Function SCLK 1 I Serial data clock GND 2 G Ground PV (1) 3 N Negative

PIN CONFIGURATION Fig. 2: Pin configuration of MS5561 Pin Name Pin Type Function SCLK 1 I Serial data clock GND 2 G Ground PV (1) 3 N Negative E-MAIL: MS5561-C MICRO ALTIMETER 10-1100 mbar / 1 110 kpa absolute pressure range High accuracy temperature measurement Integrated miniature pressure sensor module 4.75 mm x 4.25 mm Thin design of 1.6

More information

SeriBox. antrax Datentechnik GmbH

SeriBox. antrax Datentechnik GmbH info@antrax.de SeriBox - Interface box with serial or USB interface - PC connection / Read IN and OUT signal information - 3 x INput (TTL level / floating contact) - 3 x OUTput (relay contact) Manual Firmware

More information

12v Power Controller Project Board

12v Power Controller Project Board 12v Power Controller Project Board 12 Volt Power Controller Introduction This board provides three functions... DC power gate Low voltage disconnect Voltage / current display The typical usage for this

More information

EE360. High-End Moisture in Oil Transmitter. Typical applications. Features EE360 EE360. (+34)

EE360. High-End Moisture in Oil Transmitter. Typical applications. Features EE360 EE360. (+34) is dedicated for reliable monitoring of lubrication, hydraulic and insulation oils as well as diesel fuel. In addition to highly accurate measurement of water activity (a w ) and temperature (T), calculates

More information

Adafruit BMP280 Barometric Pressure + Temperature Sensor Breakout

Adafruit BMP280 Barometric Pressure + Temperature Sensor Breakout Adafruit BMP280 Barometric Pressure + Temperature Sensor Breakout Created by lady ada Last updated on 2017-12-09 06:21:37 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: SPI Logic pins:

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

Evaluation Board for the AD7709, 16-Bit, Sigma Delta ADC with Current Sources EVAL-AD7709-EB

Evaluation Board for the AD7709, 16-Bit, Sigma Delta ADC with Current Sources EVAL-AD7709-EB a Evaluation Board for the AD7709, 16-Bit, Sigma Delta ADC with Current Sources EVAL-AD7709-EB FEATURES Full-Featured Evaluation Board for the AD7709 On-Board Reference and Digital Buffers Various Linking

More information

Rev 1.3, Air-Farm User Manual. CO2 / Temperature / Humidity Transmitter

Rev 1.3, Air-Farm User Manual. CO2 / Temperature / Humidity Transmitter Rev 1.3, 2018-06 Air-Farm User Manual CO2 / Temperature / Humidity Transmitter Features CO2, Temperature and Humidity measurement Three high sensitivity sensors RS485(MODBUS) Communication Analog Voltage

More information

Evaluation Board for the AD7790/AD /24-Bit, Low Power, Σ- ADC

Evaluation Board for the AD7790/AD /24-Bit, Low Power, Σ- ADC FEATURES Full-featured evaluation board for the AD7790/AD7791 On-board reference and digital buffers On-board 3 V battery Various linking options PC software for control of AD7790/AD7791 Evaluation Board

More information

Adafruit BME280 Humidity + Barometric Pressure + Temperature Sensor Breakout

Adafruit BME280 Humidity + Barometric Pressure + Temperature Sensor Breakout Adafruit BME280 Humidity + Barometric Pressure + Temperature Sensor Breakout Created by lady ada Last updated on 2017-01-11 09:01:04 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: SPI

More information

ILUMEN PID SOLUTION INDOOR OUTDOOR ILUMEN PIDBOX MINI INSTALLATION MANUAL. Ilumen PIDbox mini Version 1.5

ILUMEN PID SOLUTION INDOOR OUTDOOR ILUMEN PIDBOX MINI INSTALLATION MANUAL. Ilumen PIDbox mini Version 1.5 ILUMEN PID SOLUTION ILUMEN PIDBOX MINI INSTALLATION MANUAL INDOOR OUTDOOR Ilumen PIDbox mini Version 1.5 1 TABLE OF CONTENT 1 Information on this manual... 3 1.1 Validity... 3 1.2 Target group... 3 1.3

More information

Operating Manual. English. Digital-Analog Converter DACON8-UMB.

Operating Manual. English. Digital-Analog Converter DACON8-UMB. English Digital-Analog Converter www.lufft.de G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to amend technical specifications at any time. Contents 1 Please Read Before

More information

GENERAL DESCRIPTION MC3635 FEATURES

GENERAL DESCRIPTION MC3635 FEATURES Quick Start Guide and Demo GENERAL DESCRIPTION The MC3635 is an ultra-low power, lownoise, integrated digital output 3-axis accelerometer with a feature set optimized for wearables and consumer product

More information

RXTP ROOM TEMPERATURE

RXTP ROOM TEMPERATURE ROOM TEMPERATURE CONTROLLER WITH PI CONTROL Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL DATA 4

More information

IPPS-015 series Intelligent Pressure Sensor

IPPS-015 series Intelligent Pressure Sensor 00-33-433-00-DH-074.pdf IPPS-05_60-2499-000-D-074 IPPS-05 series Intelligent Pressure Sensor F eatures A pplications Supply Voltage 2.0 to 3.6V 300 to 00 pressure range Low standby current:

More information

SINAMICS G130. Terminal Module 150 (TM150) Operating Instructions 03/2013 SINAMICS

SINAMICS G130. Terminal Module 150 (TM150) Operating Instructions 03/2013 SINAMICS SINAMICS G130 Operating Instructions 03/2013 SINAMICS s Safety information 1 General information 2 SINAMICS SINAMICS G130 Mechanical installation 3 Electrical installation 4 Technical specifications 5

More information

RTT2 ROOM TEMPERATURE SWITCH. Mounting and operating instructions

RTT2 ROOM TEMPERATURE SWITCH. Mounting and operating instructions Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS PRODUCT DESCRIPTION ARTICLE CODES INTENDED AREA OF USE TECHNICAL DATA STANDARDS OPERATIONAL DIAGRAMS WIRING AND CONNECTIONS

More information