HMC1022 Digital Compass

Size: px
Start display at page:

Download "HMC1022 Digital Compass"

Transcription

1 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 0 to 360 Resolution 0.1 Update Rate 30Hz Angular Repeatability 1 Accuracy ± 1 Operating Voltage Range UART: 3.3V/5V DC; I2C: 5V DC Operation Current Consumption 3.3V 5V Operating Temperature -20 C to 85 C Storage Temperature -40 C to 125 C Dimension 25.6 mm (W)* 25.6 mm (L) PINOUT

2 UART/ SERIAL INTERFACE CONNECTION *Interface cable is a ZH1.5 JST 5 way connector (sold separately). *Note: The module can be powered up using a voltage range of both 3.3V and 5V when using this mode.

3 Uart /Serial Communication protocol UART Fixed Baud Rate Settings: 9600bps, 8bit Data, 1 Stop Bit, No Parity, No Flow Control The HMC1022 Digital Compass accepts the following commands. Commands (Hex) Description 0x31 Get Angular Measurement 0xC0 Start Calibration 0xC1 End Calibration 0xA0 0xAA 0xA5 0xC5 Reset Module to Factory Default 0xA0 0xAA 0xA5 I2C_ADDR Change Module s I2C Address* 0x03 + 8bit Data (High) Set Magnetic Declination (High Byte) 0x04 + 8bit Data (Low) Set Magnetic Declination (Low Byte) *Default I2C address is 0XE0. Module response The HMC1022 Digital Compass responds to commands using the following package. 8 bytes per package; ASCII Format Package Format Byte 0 Byte 1 Byte 2 Byte 6 Byte 7 CrLf (New Line) Data Checksum Package Details Byte Response (Hex) Response (ASCII equivalent) Description 0 0x0D CR (Carriage Return) Part of New Line (CR + LF = New Line) 1 0x0A LF (Line Feed) Part of New Line (CR + LF = New Line) 2 0x30 ~ 0x33 0 ~ 3 Angle Value (Hundreds; 100s) 3 0x30 ~ 0x39 0 ~ 9 Angle Value (Tens; 10s) 4 0x30 ~ 0x39 0 ~ 9 Angle Value (Units; 1s) 5 0x2E. Period/ Decimal Point 6 0x30 ~ 0x39 0 ~ 9 Angle Value (Decimal) 7 0x00 ~ 0xFF Checksum (Sum of Byte 0 to 6) Lower Byte EXAMPLE Getting current angular position from the module; Transmit: <0x31> Receive: <0x0D, 0x0A, 0x33, 0x35, 0x39, 0x2E, 0x36, 0x1C> = Byte 0 Byte 1 Byte 2 Byte 6 Byte 7 Hex 0x0D 0x0A 0x33 0x35 0x39 0x2E 0x36 0x1C ASCII CR LF Desc CrLf (New Line) Data Checksum

4 I2C INTERFACE CONNECTION *Interface cable is a ZH1.5 JST 4 way connector (sold separately). 5V 5V JST2 I2C GND 3.3V SCL / 3 SDA / 4 PORT0 Note: The I2C interface requires the module to be powered up using 5V. This 5V can be tapped from the VCC pin of the BCore if you re providing a 5V power supply. However, please note that if you re using the OLED board together with the BCore, the minimum power supply voltage is 6V. Please tap the 5V from the OLED board instead. Refer to the OLED documentation to locate where the 5V pin out is. I2C communication protocol In I2C mode, the module functions just like the 24C04 EEPROM chip. To obtain the information required, retrieve data from the respective addresses. Address (Hex) Data 0x00-0x01 Angle Value (High Byte) 0x02 Angle Value (Low Byte) 0x03 Magnetic Declination (High Byte) 0x04 Magnetic Declination (Low Byte) 0x05-0x06-0x07 Calibration Level

5 I2C commands Commands (Hex) Description 0x00 + 0x31 Get Angular Measurement 0x00 + 0xC0 Start Calibration 0x00 + 0xC1 End Calibration 0xA0 + 0xAA + 0xA5 + 0xC5 Reset Module to Factory Default 0xA0 + 0xAA + 0xA5 + I2C_ADDR Change Module s I2C Address* 0x03 + 8bit Data Set Magnetic Declination (High Byte) 0x04 + 8bit Data Set Magnetic Declination (Low Byte) *Default I2C address is 0XE0.

6 HMC1022 Notes Digital Compass Latest documentation All of our documentations are constantly updated to provide accurate and/or new information that we feel would help you with developing with our products. The latest documentation may be obtained from our website: How you can help You can help us to improve our documentations by ing to us or posting a thread in our forum, reporting any mistakes/typos or errata that you might spot while reading our documentation. TechSupport@aiscube.com Forum: Disclaimer All information in this documentation is provided as-is without any warranty of any kind. The products produced by are meant for rapid prototyping and experimental usage; they are not intended nor designed for implementation in environments that constitute high risk activities. shall assume no responsibility or liability for any indirect, specific, incidental or consequential damages arising out of the use of this documentation or product. Copyright All rights reserved. All product and corporate names appearing in this documentation may or may not be registered trademarks or copyrights of their respective companies, and are only used for identification or explanation for the owner s benefit, with AIS no intent Cube to infringe. The BlazingCore(BCore) and BCore IDE are trademarks of in Singapore and/or other countries. All images depicting the Blazingcore or any part of it is copyrighted.

AIS CUBE 2.83 AMOLED DISPLAY. Datasheet & Application Note Rev.A July 2010 Release

AIS CUBE 2.83 AMOLED DISPLAY. Datasheet & Application Note Rev.A July 2010 Release AIS CUBE 2.83 AMOLED DISPLAY Datasheet & Application Note Rev.A July 2010 Release TECHNICAL OVERVIEW Diagonal Size 2.83 Driving Mode Active Matrix Colour Mode 16bit RGB 5/6/5262K Colours Interface Mode

More information

With superior number crunching abilities and peripheral handling on our custom embedded OS, Rapid prototyping is now easy... and blazing fast.

With superior number crunching abilities and peripheral handling on our custom embedded OS, Rapid prototyping is now easy... and blazing fast. AIS Cube OS COMMAND REFERENCE [THE BLAZINGCORE SERIES] With superior number crunching abilities and peripheral handling on our custom embedded OS, Rapid prototyping is now easy... and blazing fast. REV.E

More information

Dual-axis Electronic Digital Magnetic Compass Module User s Guide

Dual-axis Electronic Digital Magnetic Compass Module User s Guide Dual-axis Electronic Digital Magnetic Compass Module User s Guide 2004-2011 Sure Electronics Inc. MB-SM15114_Ver1.0 Table of Contents Chapter 1. UART Communication Protocol...1 1.1 Parameter Settings...

More information

RoBoard Module RM-G144 Manual V1.01 The Heart of Robotics. Jun 2010 DMP Electronics Inc

RoBoard Module RM-G144 Manual V1.01 The Heart of Robotics. Jun 2010 DMP Electronics Inc Manual V1.01 Jun 2010 DMP Electronics Inc Copyright The information in this manual is subject to change without notice for continuous improvement in the product. All rights are reserved. The manufacturer

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.93 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide. Copyright 2008 IMS

LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide. Copyright 2008 IMS LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide Copyright 2008 IMS CONTENTS 1 INTRODUCTION... 3 2 MODULE CONNECTION... 3 2.1 I2C/Serial interface connector...4 2.2

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.5 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

1602 SMART LCD DISPLAY MODULE HCMODU0122

1602 SMART LCD DISPLAY MODULE HCMODU0122 62 SMART LCD DISPLAY MODULE HCMODU22 Revision.. DISCLAIMER This document is provided "as is". Hobby Components Ltd makes no warranties, whether express, implied or statutory, including, but not limited

More information

DIGITAL COMPASS SOLUTION

DIGITAL COMPASS SOLUTION Features 5 Heading Accuracy, 0.5 Resolution 2-axis Capability Small Size (19mm x 19mm x 4.5mm), Light Weight Advanced Hard Iron Calibration Routine for Stray Fields and Ferrous Objects 0 to 70 C Operating

More information

TO OUR VALUED CUSTOMERS

TO OUR VALUED CUSTOMERS SmartMP3 Board is ideal for creating mp3 players and adding audio and music features to your prototype devices, even with lower-performance microcontrollers. TO OUR VALUED CUSTOMERS I want to express my

More information

RoBoard Module RM-G146 Manual V1.01 The Heart of Robotics. Jan 2011 DMP Electronics Inc

RoBoard Module RM-G146 Manual V1.01 The Heart of Robotics. Jan 2011 DMP Electronics Inc Manual V1.01 Jan 2011 DMP Electronics Inc Copyright The information in this manual is subject to change without notice for continuous improvement in the product. All rights are reserved. The manufacturer

More information

AIS Cube [THE BLAZINGCORE SERIES] LANGUAGE REFERENCE

AIS Cube [THE BLAZINGCORE SERIES] LANGUAGE REFERENCE AIS Cube LANGUAGE REFERENCE [THE BLAZINGCORE SERIES] With superior number crunching abilities and peripheral handling on our custom embedded OS, Rapid prototyping is now easy... and blazing fast. Sonata

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

General. Copyright 2013 EXSEN Company. All Rights Reserved. Rev /5/2013 Page 1 of 6

General. Copyright 2013 EXSEN Company. All Rights Reserved. Rev /5/2013 Page 1 of 6 General World smallest and economic solid state electrochemical CO 2 sensor has been developed for the production. It holds many patents in the structure and the materials of the sensor as well as the

More information

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017 DL-10 User Manual RS-485 Remote Temperature and Humidity English Ver. 1.0, Jul. 2017 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of one year from

More information

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL PAGE 1 OF 9 1. GENERAL The Avanti I²C Transducer Tester and PC-Interface (AVA-03) is a standalone device for accessing pressure/temperature transducers, which are equipped with a two-wire serial I²C interface.

More information

GM 500A Mifare Read/Write Module V1.0 GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual

GM 500A Mifare Read/Write Module V1.0 GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual CHAPTER 1. INTRODUCTION TO THE DMLPC2148A.Net DEVELOPMENT BOARD INTRODUCTION GM 500A Contactless card Read/Write module was

More information

OPERATING MANUAL AND TECHNICAL REFERENCE

OPERATING MANUAL AND TECHNICAL REFERENCE MODEL WFG-D-130 HIGH SPEED DIGITAL 3 AXIS FLUXGATE MAGNETOMETER OPERATING MANUAL AND TECHNICAL REFERENCE December, 2012 Table of Contents I. Description of the System 1 II. System Specifications.. 2 III.

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 KNJN LLC http://www.knjn.com/ Document last revision on December 5, 2008 R22 KNJN I2C bus development boards Page 1 Table of Contents 1 The I2C bus...4

More information

JMY504M User's Manual

JMY504M User's Manual JMY504M User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

VP Process Inc. Model: VP-EC-RDU Modbus RTU LCD Display

VP Process Inc. Model: VP-EC-RDU Modbus RTU LCD Display VP Process Inc. Model: Modbus RTU LCD Display User Manual Ver: 2.0 Aug. 2017 P a g e 1 Standard Features Low Power (12-24 VDC) 2.1 x 5mm Barrel Plug, RJ45 and Terminal Block Input On-Board Local Temperature

More information

EDBG. Description. Programmers and Debuggers USER GUIDE

EDBG. Description. Programmers and Debuggers USER GUIDE Programmers and Debuggers EDBG USER GUIDE Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging

More information

Technical Manual Rev1.1

Technical Manual Rev1.1 Technical Manual Rev1.1 CruizCore R1070P Digital Gyroscope 2015. 06 Copyright Microinfinity Co., Ltd. http://www.minfinity.com Contact Info. EMAIL: support@minfinity.com TEL: +82 31 546 7408 FAX: +82 31

More information

user's guide to Expand development system capabilities by adding 8K EEPROM memory accessory board EEPROM

user's guide to Expand development system capabilities by adding 8K EEPROM memory accessory board EEPROM user's guide to Expand development system capabilities by adding 8K EEPROM memory accessory board EEPROM TO OUR VALUED CUSTOMERS I want to express my thanks to you for being interested in our products

More information

AIS Cube [THE BLAZINGCORE SERIES] LANGUAGE REFERENCE

AIS Cube [THE BLAZINGCORE SERIES] LANGUAGE REFERENCE AIS Cube LANGUAGE REFERENCE [THE BLAZINGCORE SERIES] With superior number crunching abilities and peripheral handling on our custom embedded OS, Rapid prototyping is now easy... and blazing fast. Sonata

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge TURNING TECHNOLOGY INTO ART DATASHEET microusb Programming Adaptor µusb-pa5 USB to UART Serial Bridge Document Date: 27 th November 2013 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded.

More information

USB-I2C USB to I2C Communications Module Technical Specification

USB-I2C USB to I2C Communications Module Technical Specification Page 1 of 7 USB-I2C USB to I2C Communications Module Technical Specification The USB-I2C module provides a complete interface between your PC and the I2C bus. The module is self powered from the USB cable

More information

CEC1702 clicker. a great idea is just a click away

CEC1702 clicker. a great idea is just a click away a great idea is just a click away CEC1702 clicker A compact development board with a mikrobus socket for click board connectivity and Microchip s CEC1702, a 32-bit ARM Cortex -M4 Processor Core, with strong

More information

Serial JPEG Camera Module Data Sheet

Serial JPEG Camera Module Data Sheet 4D SYSTEMS µcam529 Serial JPEG Camera Module Document Date: 15th July 2010 Document Revision: 2.0 2010 4D Systems www.4dsystems.com.au Page 1 of 20 4D SYSTEMS µcam Serial JPEG Camera Module Description

More information

RangeWizard User Guide v1.0. User Guide. v1.0. Summerour Robotics Corp (www.roboticsconnection.com) RangeWizard Copyright

RangeWizard User Guide v1.0. User Guide. v1.0. Summerour Robotics Corp (www.roboticsconnection.com) RangeWizard Copyright User Guide v1.0 1 Introduction: The RangeWizard was developed to offload the timing overhead required to query the popular robotic ultrasonic based sensors, such as the MaxSonar EZ line and Devantech SRF

More information

HMR3200/HMR3300 APPLICATIONS. Features. General Description. Block Diagram. Compassing & Navigation. Attitude Reference. Satellite Antenna Positioning

HMR3200/HMR3300 APPLICATIONS. Features. General Description. Block Diagram. Compassing & Navigation. Attitude Reference. Satellite Antenna Positioning Features 1 Heading Accuracy, 0.1 Resolution 0.5 Repeatability 60 Tilt Range (Pitch and Roll) for Small Size (1.0 x 1.45 x 0.4 ), Light Weight Compensation for Hard Iron Distortions, Ferrous Objects, Stray

More information

RS232-ADC16/24 Manual

RS232-ADC16/24 Manual RS232-ADC16/24 Manual Version 1.11 Copyright taskit GmbH 2009 www.taskit.de Page 1/22 Table of contents 1 Features...3 2 Introduction...3 3 Bringing into service...4 4 Application Sample...5 5 Frame layout...6

More information

SGJ Cable Actuated Sensor Industrial CANBus J1939

SGJ Cable Actuated Sensor Industrial CANBus J1939 Cable Actuated Sensor Industrial CANBus J939 Two Available Stroke Ranges: 0-80 in & 0-20 in. Rugged Polycarbonate Enclosure Simple Installation Compact Design Built for IP67 environments IN STOCK FOR QUICK

More information

VENUS_ Driving Board and 39.6 Prism Display

VENUS_ Driving Board and 39.6 Prism Display VENUS_ Driving Board and 39.6 Prism Display Table of Contents 1 Hardware Requirements... 1 (1) PACKAGE CONTENTS... 1 (2) VENUS Specification... 2 (3) Prism product Specification... 3 2 Hardware Guide...

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 2.7V 5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC. Simple

More information

AS5161-EK-AB / AS5162-EK-AB 12 BIT Magnetic Angle Position Sensor

AS5161-EK-AB / AS5162-EK-AB 12 BIT Magnetic Angle Position Sensor User Manual AS5161 / AS5162 Adapterboard AS5161-EK-AB / AS5162-EK-AB 12 BIT Magnetic Angle Position Sensor www.ams.com Revision 1.0 / 2012/10/31 Table of Contents 1. General Description... 2 2. Package

More information

DATASHEET 4D SYSTEMS. uusb-pa5 uusb-pa5-ii. microusb Programming Adaptor TURNING TECHNOLOGY INTO ART. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS. uusb-pa5 uusb-pa5-ii. microusb Programming Adaptor TURNING TECHNOLOGY INTO ART. USB to UART Serial Bridge DATASHEET TURNING TECHNOLOGY INTO ART microusb Programming Adaptor -II USB to UART Serial Bridge Document Date: 17 th July 2015 Document Revision: 2.0 Uncontrolled Copy when printed or downloaded. Please

More information

USB-MPC with MDIO and I2C support User s Manual

USB-MPC with MDIO and I2C support User s Manual USB-MPC with MDIO and I2C support User s Manual Future Designs, Inc. Your Development Partner FDI Information in this document is provided solely to enable the use of Future Designs, Inc. products. FDI

More information

Trueyes Inc. Carbon Dioxide (CO2) Module

Trueyes Inc. Carbon Dioxide (CO2) Module Trueyes Inc. Carbon Dioxide (CO2) Module A-1408~9, Gwangmyeong Techno Park, 60, Haan-ro, Gwangmeong-si, Gyeonggi-Do, Korea, 14322 TEL : +82-2-2083-2377~8 FAX : +82-2-2083-2379 1 Specifications General

More information

Development System Rev. 0014A

Development System Rev. 0014A Development System Rev. 0014A NetMedia, Inc. Tucson, Arizona NetMedia, Inc. 10940 N. Stallard Pl Tucson, Arizona 85737 TEL: (520) 544-4567 FAX: (520) 544-0800 PURCHASE TERMS AND CONDITIONS The laws of

More information

P-SERIES INCLINOMETER

P-SERIES INCLINOMETER SPECIFICATIONS Single or Dual axis inclinometer Measurement range +/-5,+/-15 or +/- 45 High accuracy Digital and analogue output signal FEATURES Measurement range up to +/-45 High resolution Robust metal

More information

User Manual for TeraRanger Evo single point distance sensors and backboards

User Manual for TeraRanger Evo single point distance sensors and backboards User Manual for TeraRanger Evo single point distance sensors and backboards User manual relates to Hardware revision 1.0 Firmware versions 1.0 to 1.1.1 Table of contents: 1 Introduction 3 2 Mechanical

More information

HMR3200/HMR3300. Digital Compass Solutions. User s Guide HMR3200/HMR3300 SENSOR PRODUCTS

HMR3200/HMR3300. Digital Compass Solutions. User s Guide HMR3200/HMR3300 SENSOR PRODUCTS HMR3200/HMR3300 Digital Compass Solutions User s Guide Solid State Electronics Center www.magneticsensors.com (800) 323-8295 Page 1 TABLE OF CONTENTS INTRODUCTION...3 SPECIFICATIONS...3 PIN CONFIGURATION...4

More information

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE AN-E-225B APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE CHARACTER DISPLAY MODULE M44SDBA GENERAL DESCRIPTION Futaba Vacuum Fluorescent Display Module M44SDBA, with Futaba VFD 44-SD-G Display, produces

More information

USER GUIDE EDBG. Description

USER GUIDE EDBG. Description USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel

More information

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

KCD-HP. KCD-HP200x, 300X. [Figures] Top : 1% Sensor probe Bottom left : 10% / 20% Sensor probe Bottom right : Holding bracket(optional) Measurement

KCD-HP. KCD-HP200x, 300X. [Figures] Top : 1% Sensor probe Bottom left : 10% / 20% Sensor probe Bottom right : Holding bracket(optional) Measurement Our CO2 gas sensors get a small deviation unlike NDIR Single type. So they keep long term stability. KCD-HP100x Excellent stability and accuracy - through testing and calibration with sophisticated process

More information

User Manual for TeraRanger Evo single point distance sensors and backboards

User Manual for TeraRanger Evo single point distance sensors and backboards User Manual for TeraRanger Evo single point distance sensors and backboards Table of contents: 1 Introduction 3 2 Mechanical integration 3 2.1 Mechanical design 4 2.2 Sensor handling during system assembly

More information

NeoLoch. Inquisitor 4116 DRAM Blade Manual. Overview. Preliminary Release

NeoLoch. Inquisitor 4116 DRAM Blade Manual. Overview. Preliminary Release NeoLoch Inquisitor 4116 DRAM Blade Manual Overview The Inquisitor 4116 DRAM blade is designed to test 16 pin DRAM ICs. Current tests include 4116, 9016, D416, 4027 and 4096. The Inquisitor 4116 DRAM tester

More information

User Manual for TeraRanger Evo with: USB and I2C/UART backboard

User Manual for TeraRanger Evo with: USB and I2C/UART backboard Copyright 2017 User Manual for TeraRanger Evo with: USB and I2C/UART backboard Hardware revision 1.0 Firmware revision 1.0.0 1/13 Copyright 2017 Table of contents: 1 Introduction 3 2 Mechanical integration

More information

User Manual for. TeraRanger Evo with: USB and I2C/UART backboard

User Manual for. TeraRanger Evo with: USB and I2C/UART backboard User Manual for TeraRanger Evo with: USB and I2C/UART backboard (Hardware revision 1.0, Firmware revision 1.0.0) Technical support: support@teraranger.com S a l e s a n d c o m m e r c i a l s u p p o

More information

EVShield Interface Specifications

EVShield Interface Specifications EVShield Advanced Development Guide v1.0 EVShield Interface Specifications Power Specs: EVShield can be powered from external power supply. Max Power Rating: 10.5 Volts DC Minimum 6.6 Volts DC needed to

More information

SDB V2.2 Users Manual

SDB V2.2 Users Manual SDB V2.2 Users Manual SKU: DFR0057 www.dfrobot.com 1 SDB V2.0 A. Please read this manual carefully before power on the device. B. Do not use this device for military or medical purpose as they are not

More information

LV Programmer. User manual

LV Programmer. User manual Programmer If you have any questions, comments or business proposals, do not hesitate to contact us at office@mikroe.com If you are experiencing some problems with any of our products or just need additional

More information

DVK kHz RFID Development Kit User Manual

DVK kHz RFID Development Kit User Manual Features and Benefits Standard ISO communications User interface software RS232 serial communication Dedicated instruction set 6 to 9Volts supply compliant Ordering Information Part No. DVK90109 General

More information

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags S125 Multi-Purpose 125 KHz RFID Reader 44 mm USER MANUAL MULTI PURPOSE 84 mm ONLINE & OFFLINE MODE BUILT-IN RELAY 125 KHz RFID EM4100/2 Cards & Tags 9V/24V DC Operating Voltage, AC (optional) 3 Online

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. USB to Serial UART Bridge Converter. Document Date: 5 th September 2012 Document Revision: 1.

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. USB to Serial UART Bridge Converter. Document Date: 5 th September 2012 Document Revision: 1. TURNING TECHNOLOGY INTO ART DATASHEET USB to Serial UART Bridge Converter µusb-mb5 Document Date: 5 th September 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to

More information

SDI-12 Interface Cable. April 10, Built for:

SDI-12 Interface Cable. April 10, Built for: SDI-12 Interface Cable April 10, 2008 Built for: - Table of Contents 1 Introduction 3-4 1.1 Compatibility 3 1.2 SDI-12 Interface Cable 3 1.3 LED Status 4 2 Levelogger Independent Recording Option 5 2.1

More information

Page 1 of 7. Samtron/Samsung 20S204DA2

Page 1 of 7. Samtron/Samsung 20S204DA2 Page 1 of 7 Samtron/Samsung 20S204DA2 Disclaimer This documentation based on try & error and should never be treated as official documentation. There is no guarantee that information listed in this document

More information

SC1602LC 16x2 Large Characters RS232 LCD Module. User s Manual. Large Viewing Area 99mm x 24mm. Large Character Size. 4.84mm x 9.66mm.

SC1602LC 16x2 Large Characters RS232 LCD Module. User s Manual. Large Viewing Area 99mm x 24mm. Large Character Size. 4.84mm x 9.66mm. Large Viewing Area 99mm x 24mm Large Character Size 4.84mm x 9.66mm Features 16x2 Large Characters LCD RS232 Interface Simple Serial Command Wide Range Voltage Operation ( 9-15V ) 8 User s Defined Characters

More information

AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide Features Compatible with all Atmel AVR Xplain MCU boards Full nine-degree-of-freedom inertial sensing InvenSense three-axis MEMS gyroscope (IMU-3000

More information

POINT Gyro-Stabilized Compass Module HMR3601

POINT Gyro-Stabilized Compass Module HMR3601 POINT Gyro-Stabilized Compass Module HMR3601 The HMR3601 POINT compass module is a 3-axis digital compass solution with a unique gyro stabilization to reduce effects of magnetic disturbances. Three magneto-resistive

More information

1 General Description

1 General Description AS5030 AS5011 8 Low BIT PROGRAMMABLE power Integrated Hall HIGH IC SPEED for MAGNETIC human interface ROTARY applications ENCODER DEMOBOARD DEMOBOARD OPERATION AND MANUAL SOFTWARE OPERATION MANUAL 1 General

More information

RoHS. CO 2, Temperature & Humidity Transmitter Applications

RoHS. CO 2, Temperature & Humidity Transmitter Applications NDIR CO 2 Dual sensor Needless calibration on long-term use Can measure over 95% RH condition Applicable to humid storage, mushroom farm and floricultural industry Communication Method RS-485 (Standard)

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

Preliminary MK-CY-043. Data Sheet. Amulet Capacitive 4.3 GEMmodule. Introduction:

Preliminary MK-CY-043. Data Sheet. Amulet Capacitive 4.3 GEMmodule. Introduction: Introduction: Amulet Capacitive 4.3 GEMmodule Data Sheet Preliminary The is a 4.3 fully integrated, production ready color module with smartphone-like features. Using Cypress TrueTouch technology, this

More information

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE AN-E-2244 APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE CHARACTER DISPLAY MODULE M2SD3GS GENERAL DESCRIPTION Futaba Vacuum Fluorescent Display M2SD3GS, with Futaba VFD 2-SD-3G display, produces 2

More information

RTD Temperature acquisition converter WJ25

RTD Temperature acquisition converter WJ25 8-CH Thermocouple Signal to RS485/232 Acquisition Converter (WJ27 series 24Bits A/D Converter, data acquisition) Features: >> Eight channels thermocouple signal acquisition, isolated converter RS-485/232

More information

USB-Based 14-Channel Data-Acquisition Module

USB-Based 14-Channel Data-Acquisition Module USB-Based 14-Channel Data-Acquisition Module DLP-IO14 LEAD FREE FEATURES: 14 IO s: 0-5V Analog, Digital In/Out, Temperature Two Bipolar Analog Inputs; ±5V Input Range Max All Analog Inputs: Up to 30Ksps

More information

ams AG austriamicrosystems AG is now The technical content of this austriamicrosystems application note is still valid. Contact information:

ams AG austriamicrosystems AG is now The technical content of this austriamicrosystems application note is still valid. Contact information: austriamicrosystems AG is now The technical content of this austriamicrosystems application note is still valid. Contact information: Headquarters: Tobelbaderstrasse 30 8141 Unterpremstaetten, Austria

More information

BIG8051. Development system. User manual

BIG8051. Development system. User manual BIG8051 User manual All s development systems represent irreplaceable tools for programming and developing microcontroller-based devices. Carefully chosen components and the use of machines of the last

More information

XS S ERIES TM PMB US TM O PTION C ARD

XS S ERIES TM PMB US TM O PTION C ARD XS Series PMBus Option Card XS S ERIES TM PMB US TM O PTION C ARD Document: 40110r01 1 Contents 1 Introduction 4 2 Option Card Connectors 4 2.1 PMBus Address..............................................

More information

OEM-ORP ORP. Reads mV mV. Range. 1 reading every 420ms. Response time. Any type & brand. Supported probes. Single point.

OEM-ORP ORP. Reads mV mV. Range. 1 reading every 420ms. Response time. Any type & brand. Supported probes. Single point. V 2.3 Revised /23/18 OEM-ORP Embedded ORP Circuit Reads Range Response time ORP -19.9mV 19.9mV 1 reading every 420ms Supported probes Calibration Temp compensation Data protocol Default I 2 C address Operating

More information

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE AN-E-2246 APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE CHARACTER DISPLAY MODULE M22SD8GS GENERAL DESCRIPTION Futaba Vacuum Fluorescent Display M22SD8GS, with Futaba VFD 22-SD-8GK display, produces

More information

Nuvoton Touch Key Series NT1160 Datasheet

Nuvoton Touch Key Series NT1160 Datasheet Nuvoton Touch Series Datasheet The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

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

RADON SS SENSOR pci/l

RADON SS SENSOR pci/l 1. FEATURES Easy to use advanced technology Delivers complete set of information for instantaneous and average Radon concentrations Ideal for portable, fixed and digital applications 2. SPECIFICATION Measuring

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

SDI-12 Interface Cable. August 1, Built for:

SDI-12 Interface Cable. August 1, Built for: SDI-12 Interface Cable August 1, 2017 Built for: - Table of Contents 1 Introduction 1 1.1 Compatibility 1 1.2 SDI-12 Interface Cable 1 1.3 LED Status 2 2 Levelogger Independent Recording Option 3 2.1

More information

LCD05 datasheet 1.0

LCD05 datasheet 1.0 LCD05 green displays LCD05 blue displays The I2C and serial display driver provides easy operation of a standard 20 x 4 or 16 x 2 LCD Text display. It requires only a 5v power supply and the two data connections

More information

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

MultiView Matrix 8x8 CAT5 Switch

MultiView Matrix 8x8 CAT5 Switch PRELIMINARY MultiView Matrix 8x8 CAT5 Switch Quick Reference & Setup Guide Magenta Research Ltd 934B Federal Road, Brookfield, CT 06804 USA (203) 740-0592 FAX (203) 740-0596 www.magenta-research.com Magenta

More information

POWERLINC PROGRAMMING MANUAL v1.2a

POWERLINC PROGRAMMING MANUAL v1.2a INTRODUCTION The PowerLinc from SmartHome will provide 12V 300mA DC and two-way power-line communication to any PowerLinc compatible OEM 1 unit. The PowerLinc can also be used as a direct TW523 replacement

More information

Winsonic MODBUS Remote IO user manual Rev. 1.0

Winsonic MODBUS Remote IO user manual Rev. 1.0 Winsonic MODBUS Remote IO user manual Rev. 1.0 Model: LEGAL NOTICE Warranty All products manufactured by Winsonic are under warranty regarding defective materials for a period of one year, beginning from

More information

user's guide to Expand development system capabilities by adding 12bit Digital to Analog Converter 12bit-DAC

user's guide to Expand development system capabilities by adding 12bit Digital to Analog Converter 12bit-DAC user's guide to Expand development system capabilities by adding 12bit Digital to Analog Converter 12bit-DAC TO OUR VALUED CUSTOMERS I want to express my thanks to you for being interested in our products

More information

Digi-Pas. Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules. Rev

Digi-Pas. Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules. Rev Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules Rev. 2.3 CONTENT 1. Introduction... 1 1.1. Overview... 1 1.2. Technical Specification...1 1.3. Dimension

More information

Product Model Distance Transfer. LDK : Laser Distance Kit. M2:Model2 30 :30M 60 :60M 100:100M. RS: RS-232 BT: Bluetooth

Product Model Distance Transfer. LDK : Laser Distance Kit. M2:Model2 30 :30M 60 :60M 100:100M. RS: RS-232 BT: Bluetooth The newest generation of Laser distance measurement modules offers measuring ranges up to 30 or 100 meters. The LDK Model 2 series are compact units with small dimensions: only 37.5mmx45.3mmx19.2mm. They

More information

Signal Isolators & Conditioners

Signal Isolators & Conditioners Analog Signal to RS485/232 Converter Signal Isolators & Conditioners (WJ21 series A/D Converter) Features: >> Analog signal acquisition, isolated RS-485/232 output >> 12-bit AD converter, testing accuracy>0.1%

More information

9 Degrees of Freedom Inertial Measurement Unit with AHRS [RKI-1430]

9 Degrees of Freedom Inertial Measurement Unit with AHRS [RKI-1430] 9 Degrees of Freedom Inertial Measurement Unit with AHRS [RKI-1430] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 This 9 Degrees of Freedom (DOF) Inertial Measurement

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

More information

Page 1 MRK-D-0011, V1.1 Aeroqual SM50 User Guide

Page 1 MRK-D-0011, V1.1 Aeroqual SM50 User Guide Page 1 Table of Contents 1. Description... 3 2. Operating Instructions... 3 2.1. Power... 3 2.2. Warm Up... 3 2.3. Input and Output signals... 3 2.3.1. ZERO CAL... 4 2.3.2. RESET... 4 2.3.3. SPAN... 4

More information

JMY501H User's Manual

JMY501H User's Manual JMY501H User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/27 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

USB-BASED 8-CHANNEL DATA ACQUISITION MODULE

USB-BASED 8-CHANNEL DATA ACQUISITION MODULE DLP-IO8-G *LEAD-FREE* USB-BASED 8-CHANNEL DATA ACQUISITION MODULE Features: 8 Channels: Digital I/O, Analog In, Temperature USB Port Powered USB 1.1 and 2.0 Compatible Interface Small Footprint; Easily

More information

Serial Communication Control Interface User s Manual

Serial Communication Control Interface User s Manual User s Manual Edition 1.0, September 2015 www.moxa.com/product For the following products: MD-219 Series MD-224 Series MD-226 Series MPC-2190 Series MPC-2197 Series MPC-2240 Series MPC-2247 Series MPC-2260

More information

AS5261-EK-AB / AS5262-EK-AB 12 BIT Magnetic Angle Position Sensor with 2 Outputs

AS5261-EK-AB / AS5262-EK-AB 12 BIT Magnetic Angle Position Sensor with 2 Outputs User Manual AS5261 / AS5262 Adapterboard AS5261-EK-AB / AS5262-EK-AB 12 BIT Magnetic Angle Position Sensor with 2 Outputs www.ams.com Revision 1.0 / 2012/10/31 Table of Contents 1. General Description...

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

EV Evaluation System User Guide. Contents. Kit Contents. Introduction

EV Evaluation System User Guide. Contents. Kit Contents. Introduction Contents EV2200 40 Evaluation System User Guide Section Page No. Introduction 1 Kit Contents 1 Hardware and Software Setup 2 Software Installation 2 Hardware Connection 2 Operation 2 Starting the Program

More information

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz SM132-USB 13.56 MHz RFID Mifare Read / Write USB Module DATA SHEET Complete Read/Write module including antenna Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight USB Interface

More information

AN-1383 Application Note

AN-1383 Application Note 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 ADP1046A EEPROM Programming by Navdeep Singh Dhanjal, Hossain Opal, and Subodh Madiwale

More information

T7 Modbus Communication User Guide

T7 Modbus Communication User Guide Communication via RS232/RS485 Version 1.3 1/3/2012 1 of 17 Contents Version 1.0... 1 Terms and Conditions of License for use of gratuitous software... 3 1 General... 5 2 T7-1-MODx Registers... 6 3 T7 Modbus

More information