Hints and tips when using RC1xx0 RF Modules

Size: px
Start display at page:

Download "Hints and tips when using RC1xx0 RF Modules"

Transcription

1 AN001 : HI NTSANDTI PS WHENUSI NGRC1 XX0RFMODULES WeMakeEmbeddedWi r el ess Easyt ouse

2 Hints and tips when using RC1xx0 RF Modules By H.Moholdt Keywords Interfacing to RS232/RS485/RS422 level shifters Using a terminal window for easy configuration Troubleshooting Introduction The RC1xx0 series of RF Modules with integrated protocol offers easy adaption of wireless communication utilizing a simple UART serial interface. This document addresses notes related to using a standard level shifter together with the module, practical considerations to ease the setup of the radio module and finally troubleshooting hints and tips. Interfacing to RS232/485/422 Level Shifters The modules provide an UART interface which is widely described in the literature and is a simple to use module-to-microcontroller interface. To interface to computers and peripherals with RS232/485/422 interface, one single integrated circuit is required for level shifting. There are numerous vendors of such ICs. The RC1xx0DK Demonstration Kit utilizes a ST3232 (MAX3232) level shifter (3V version) to convert the UART interface to a standard RS232 interface for connection to a computers serial interface. With a single IC (and required capacitors for the voltage translator inside) the RC1xx0 modules offer simple cable replacement. If you operate your level shifter at 5V, remember that the maximum output voltages of the module are always 2.7V, regardless of the voltage applied to the VCC pin as it is internally regulated. Ensure that your level shifter has threshold voltages which match this voltage. Note also that pin 5 on the module (TXD) is OUTPUT from the module and shall typically be connected to a pin named TNin while pin 6 on the module (RXD) is INPUT to the module and is typically connected to a pin named RNout on a level shifter. See also the schematic for RC1xx0DK in the Demonstration Kit User Manual as a reference for connection. For handshaking and collision avoidance on a half-duplex connection the module provides RTS (Ready To Send) and CTS (Clear To Send). RTS is a Request to send from the party which have data to transmit while CTS can be seen as an acknowledge to do so, Cleared to send. Please see more about this feature in widely available literature. Default factory setup for the modules is no flow control, but this can easily be re-configured. 9-Pin DSUB TXD RTS RXD CTS T2OUT R2IN MAX232 T1OUT R1IN R1OUT T1IN T2IN R2OUT Not shown are external capacitors. Only signalling pins are shown GND CTS RTS CONFIG TXD RXD GND RC1xx0 Page 2 of 8

3 Using a Terminal Window for Easy Programming As described in the RC232 User Manual, asserting CONFIG brings the modules into configuration mode. By using a commercial PC Terminal Program (TP) sending configuration instructions via the UART is simple. Configuration means changing frequency, addressing information etc. The TP usually requires communication via a serial interface like RS232, named the COM-port (COM1-COMn). The most available terminal program is HyperTerminal, installed with Windows operating system on most computers. HyperTerminal, however, only offers ASCII code communication. This is useful if you want to test wireless communication between two computers, which can be done without any change in the module default setup. As soon as you want to change the default settings a terminal program with hex-code facilities is necessary. There are numerous vendors of such. One of them is LOOK RS232 being available from Below is an example of configuring an RC1xx0 module by the use of this program. Make a Connection with the COM1-port (File -> Connection) with setup as described in the RC232 User Manual (19.2kBd, no flow control etc). By enabling Hex and Chr simultaneously from the vertical taskbar in LOOK (the narrow field in the middle of the screen) you can see both ASCII and Hex response in the window to the right. Enable also the Input and Output data stream from the same toolbar so you can observe data in both directions on the bus. Task; we will change the default-settings for PACKET_TIMEOUT in the non-volatile configuration memory. According to RC232 User Manual page 6 this memory location is 0x10 and setting this parameter to 0x03 is done by the following sequence; M, 0x10, 0x03, 0xFF, X Once you seen the reply > after asserting CONFIG do the following from the "Data Send Task" window (upper left window): hexadecimal 4D hexadecimal 10 hexadecimal 03 hexadecimal FF hexadecimal 58 (Remember 4Dh = ASCII M and 58h=ASCII X ). Step one by one instruction-line by using the down-arrows in the very left toolbar. Remember to place the cursor at the first instruction line before sending data at this line with the down-arrow. Observe the response from the module in the status window to the right. After the final character, there shall be no > as the module is out of CONFIG-mode and back in IDLE mode. Page 3 of 8

4 The instruction '0' (ASCII zero ) reads out the entire configuration memory. If you enter this character after pressing CONFIG again, all memory locations are read into the status window. By enabling 8B (8 Bytes per line) and disabling R (Reverse fill order) in the middle taskbar, 8 bytes will be written per line, starting with memory location 0x00 at the top left. The location 0x10 (16d) should have changed from 0x7C (124) to 0x03. Change it back again to the default value 124 if you will keep the module in the default condition with 2 s timeout. Troubleshooting Topics The topics addressed below are based on frequently asked questions. Physical interfacing: The modules have an internal voltage regulator providing low noise 2.7 V for the radio transceiver. The I/Os are 5V input tolerant but there is no internal level shifting above 2.7 V, i.e. all output voltages swing between 0 and max 2.7 V. Ensure your external connections to the module have threshold voltages which allows for communication towards 2.7 V logic. Also, note that the output impedance of the I/O pins is 100 kω as given in the datasheet. This implies that the load should be high impedance (CMOS or similar) to not reduce logic level. Loading the output pins capacitive or with low impedance circuitry could reduce signal integrity. Checks for correct connections: - Pull ON/OFF pin high (VCC) for power ON to the module - CONFIG must be pulled high when not in CONFIG-mode - Current consumption in IDLE/Receive mode is approximately 10 ma for RC10x0 and 20 ma for RC12x0. If both RXEN and TXEN is pulled low, SLEEP mode is entered with low current consumption as a result (85 ua for RC10x0 and 0.9 ma for RC12x0) Page 4 of 8

5 - Connect RXEN and TXEN directly to VDD if you will not use hardware-enabling of SLEEP-mode. Software-activated SLEEP using Z command will still work. - Check for 2.7 V at VDD pin - Check for 32 khz oscillator signal at pin 20 If all these parameters are measured OK the module is correctly connected and other troubleshooting efforts should be guided towards configuration of the module and communication towards it. Communication hints: Permanent/Non-permanent memory configuration: As specified in the RC232 User Manual there are two ways of storing default setup for the module. Setup stored in the non-volatile memory will be kept after power off and reset. Most parameters are only possible to change and store in non-volatile memory by sending the Memory Configuration command M as the first character, as in the example above. Some parameters can be changed on the fly and temporarily stored, as is the case for Channel ( C ), Output power ( P ), and Destination address ( T ). The two types of configurable parameters are shown in two different tables in the User Manual. PACKET_TIMEOUT: If set to 0 (zero = None ) the module transmits only when buffer is full or PACKET_END_CHARACTER is received. That is, the timeout-function is disabled, not set to zero length. In this mode the module could act as stuck in absence of end character or before the number of characters in the buffer reaches PACKET_LENGTH. Handshaking: In buffered mode the module disables its UART during radio-transmission of a packet. This means, when the module is emptying its buffer after timeout (starting after last received character), full buffer or received end character, it will not read the UART, and characters presented will not be buffered but rejected. This is typically the case if you continuously enters characters from a terminal window and fills up the buffer; When the module starts to transmit, characters entered during the transmission will be ignored. The handshaking signals RTS and CTS can be used to stop the host from entering characters to the UART when the module is busy. See timing diagram in datasheet. RSSI: For the RC10x0-modules, RSSI is an analogue voltage at pin 19. For the RC12x0-modules the RSSI is a byte returned after sending the S command. Remember the analogue RSSI is nominal V (no signal present) and lowered by increasing input power. Also, the RSSI is only affected when a signal is received. In buffered mode the RSSI must be monitored with an oscilloscope (RC10x0) and the voltage will drop during packet reception, or S must be sent during the reception of a packet (RC12x0). VCC rise time versus power on reset: If VCC has a slope slower than specified in the datasheet the internal power-on reset could fail. If this happens, the module may fail to initialize correctly. However, in most cases the internal Watchdog will reset the module after 2 seconds. To ensure proper power up sequence there are at least two solutions; A. The ON/OFF pin could be controlled by a Supervisory Circuit (IC) like Microchip MCP , often also connected to a microcontroller if used in the system. B. Assess RESET after VCC has reached at least 2.8V. Lost transmissions and extra characters: Radio signals are susceptible to interference and from time to time this will cause bit errors. Note the following: With CRC enabled a whole packet will be rejected even with only a single bit error With CRC enabled two or more bit-errors can give the same CRC-byte and then pass through, so CRC enabled does not guarantee for absolutely no received bit errors Page 5 of 8

6 Usually, with received extra characters this is due to unintentional transmissions at the transmitting module. Check for unintentional UART transitions (interpreted as start-bits which will cause a timeout transmission with or without CRC enabled) If you enable CRC at the transmitting module while omitting CRC at the receiving module, two extra bytes (the CRC) will come through. This will of course not work in the opposite direction. Some RS232 I/O cards and some USB to RS232 converters remove any spacing between two following characters. If you send a text string without using handshaking or press enter (enter = carriage return and line feed, i.e. two ASCII characters) with no delay between the two characters this could cause transmission errors. There must be a delay of 78 us (1.5 stop-bit) between two characters on the UART (see datasheet). For some I/O cards and converters configuring extra stop-bits (1.5 or 2 stop-bits) will not help since the hardware (or firmware inside) removes the extra stop-bits. If you experience communication problems, observe RXD on the transmitting module to ensure there is sufficient delay between the UART stop-bit and the following start-bit, or enable handshaking. Page 6 of 8

7 Document Revision History Document Revision Changes 1.0 First release 1.1 Design Update Disclaimer Radiocrafts AS believes the information contained herein is correct and accurate at the time of this printing. However, Radiocrafts AS reserves the right to make changes to this product without notice. Radiocrafts AS does not assume any responsibility for the use of the described product; neither does it convey any license under its patent rights, or the rights of others. The latest updates are available at the Radiocrafts website or by contacting Radiocrafts directly. As far as possible, major changes of product specifications and functionality, will be stated in product specific Errata Notes published at the Radiocrafts website. Customers are encouraged to check regularly for the most recent updates on products and support tools. Trademarks RC232 is a trademark of Radiocrafts AS. The RC232 Embedded RF Protocol is used in a range of products from Radiocrafts. The protocol handles host communication, data buffering, error check, addressing and broadcasting. It supports point-to-point, point-tomultipoint and peer-to-peer network topologies. All other trademarks, registered trademarks and product names are the sole property of their respective owners. Life Support Policy This Radiocrafts product is not designed for use in life support appliances, devices, or other systems where malfunction can reasonably be expected to result in significant personal injury to the user, or as a critical component in any life support device or system whose failure to perform can be reasonably expected to cause the failure of the life support device or system, or to affect its safety or effectiveness. Radiocrafts AS customers using or selling these products for use in such applications do so at their own risk and agree to fully indemnify Radiocrafts AS for any damages resulting from any improper use or sale. 2017, Radiocrafts AS. All rights reserved. Page 7 of 8

8 For More Information, Please Visit Our Website! VISIT NOW Tel:

SIGFOX-CCT (Configuration and Communication Tool) User Manual

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

More information

RC232 Configuration and Communication Tool (CCT) User Manual

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

More information

MBUS-CCT (Configuration and Communication Tool) User Manual

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

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 3 CONNECTING TO THE MODULE... 3 MODULE QUICK SETUP TAB... 4 MBUS PACKET GENERATOR TAB...

More information

RC232 Deployment Tool (DT) User Manual

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

More information

Firmware Upgrading Radiocrafts modules

Firmware Upgrading Radiocrafts modules AN01 2: FI RMWAREUPGRADI NG RADI OCRAFTSMODULES WeMakeEmbeddedWi r el ess Easyt ouse Firmware Upgrading Radiocrafts modules By T.A.Lunder Introduction The Radiocrafts Demo Boards and USB-sticks include

More information

RC1140-RC232 Firmware Product Change Notification

RC1140-RC232 Firmware Product Change Notification Firmware Product Change Notification Product Change Notification This document describes firmware product changes for. Further details are described in the latest revision of the Data Sheet, User Manual,

More information

Radiocrafts IESM-Series Expansion Cards User Manual

Radiocrafts IESM-Series Expansion Cards User Manual Radiocrafts IESM-Series Expansion Cards User Manual Table of contents TABLE OF CONTENTS... 1 QUICK START GUIDE... 2 PRODUCT DESCRIPTION... 3 SUPPORTED PROTOCOLS AND NETWORK STANDARDS... 3 APPLICATIONS...

More information

Low-Power-Radio Transceiver IC

Low-Power-Radio Transceiver IC Addressed Mode With Acknowledge Broadcast Mode Automatic Retry Serial Interface Stand Alone Operation Achieves Maximum Range From RF Modules Flow Control Option Two Telemetry I/O Lines (addressed mode

More information

Radiocrafts IESM-Series Expansion Cards User Manual

Radiocrafts IESM-Series Expansion Cards User Manual Radiocrafts IESM-Series Expansion Cards User Manual Table of contents TABLE OF CONTENTS... 1 QUICK START GUIDE... 2 PRODUCT DESCRIPTION... 3 SUPPORTED PROTOCOLS AND NETWORK STANDARDS... 3 APPLICATIONS...

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 DEMONSTRATION KIT INTRODUCTION... 2 DEMO BOARD INTRODUCTION... 2 BLOCK DIAGRAM... 3 I/O CONNECTION... 4 PROTOTYPING WITH THE RC188XDB...

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions RC17xxHP-RC232 Embedded RF Protocol User Manual Description The RC232 Embedded RF Protocol is used in a range of products from Radiocrafts. The protocol and command interface is described in this User

More information

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM Preliminary Single-Chip USB to UART Bridge SINGLE-CHIP USB to UART DATA TRANSFER - Integrated USB Transceiver; No External Resistors Required - Integrated Clock; No External Crystal Required - Integrated

More information

RCxxxxDK-USB Demonstration Kit User Manual

RCxxxxDK-USB Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK START GUIDE... 2 DEMONSTRATION KIT INTRODUCTION... 3 DEMO BOARD INTRODUCTION... 4 BLOCK DIAGRAM... 5 JUMPER SECTION... 7 PROTOTYPING

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Selecting an IEEE 802.15.4, 2.4 GHz wireless solution By Ø.Nottveit Abstract Companies searching for a low power 2.45 GHz wireless solution will find many different technical solutions. This white paper

More information

[WIR-1286]868MHz LORA Wireless Module. Page 1. LORA 868MHz Wireless serial link [WIR-1286]

[WIR-1286]868MHz LORA Wireless Module.   Page 1. LORA 868MHz Wireless serial link [WIR-1286] [WIR-1286]868MHz LORA Wireless Module http://www.robokitsworld.com Page 1 Contents 1) Features:... 4 2) Block Diagram..... 3) Description:... 4 4) PIN Configurations... 4 5) Module Specifications:... 5

More information

TABLE OF CONTENTS... 1 QUICK START... 2 INTRODUCTION - SIGFOX NETWORK... 3 SIGFOX ZONES... 3 SIGFOX PROTOCOL...

TABLE OF CONTENTS... 1 QUICK START... 2 INTRODUCTION - SIGFOX NETWORK... 3 SIGFOX ZONES... 3 SIGFOX PROTOCOL... User Manual Table of contents TABLE OF CONTENTS... 1 QUICK START... 2 INTRODUCTION - SIGFOX NETWORK... 3 SIGFOX ZONES... 3 SIGFOX PROTOCOL... 4 UART INTERFACE FOR SIGFOX PACKET HANDLING... 4 FRAME FORMAT

More information

DatraxRF Spread Spectrum Wireless Modem

DatraxRF Spread Spectrum Wireless Modem DatraxRF Spread Spectrum Wireless Modem Overview The DatraxRF 12, 96, and 192 modules are 100-milliwatt, frequency-hopping wireless modules that allow wireless communication between equipment using a standard

More information

MIC826. General Description. Features. Applications. Typical Application

MIC826. General Description. Features. Applications. Typical Application Voltage Supervisor with Watchdog Timer, Manual Reset, and Dual Outputs In 1.6mm x 1.6mm TDFN General Description The is a low-current, ultra-small, voltage supervisor with manual reset input, watchdog

More information

GW-USB-05. User's Guide. FW v1.07. IQRF USB Gateway MICRORISC s.r.o. User_Guide_GW-USB-05_ Page 1

GW-USB-05. User's Guide. FW v1.07. IQRF USB Gateway MICRORISC s.r.o.   User_Guide_GW-USB-05_ Page 1 FW v1.07 IQRF USB Gateway User's Guide 2016 MICRORISC s.r.o. www.iqrf.org User_Guide 160405 Page 1 Description is an IQRF gateway with USB connectivity. It is intended as an interface between IQRF network

More information

HP 48 I/O Technical Interfacing Guide

HP 48 I/O Technical Interfacing Guide HP 48 I/O Technical Interfacing Guide HP 48 I/0 Technical Interfacing Guide CONTENTS INTRODUCTION... 3 WIRED SERIAL I/O HARDWARE... 3 CABLE WIRING... 3 SERIAL FORMAT... 5 Example: an 'H' (48 hex)... 5

More information

Product Description. Applications. Features

Product Description. Applications. Features Product Description Radiocrafts Industrial IP Mesh (RIIM) is a wireless sensor network that is capable of sending and receiving data directly to and from the internet. This makes it easy to connect to

More information

RCxxxxDK-USB Demonstration Kit User Manual

RCxxxxDK-USB Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK START GUIDE... 2 DEMONSTRATION KIT INTRODUCTION... 3 DEMO BOARD INTRODUCTION... 4 BLOCK DIAGRAM... 5 PROTOTYPING WITH THE RCXXXXDB-USB...

More information

AN Interfacing Philips Bridge IC with Philips microcontroller. Document information

AN Interfacing Philips Bridge IC with Philips microcontroller. Document information AN0 Rev. 0 May 00 Application note Document information Info Keywords Abstract Content SCIS0 to PLPC, Bridge IC to microcontroller, serial interface The operation and description of Philips LPC00 Series

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Tinymesh TM RF Transceiver Module Product Description The RC11XX(HP)/25XX(HP)-TM RF Transceiver Modules are compact surface-mounted high performance modules for wireless mesh networking applications. The

More information

IsoLoop Isolated CAN Evaluation Board

IsoLoop Isolated CAN Evaluation Board IsoLoop Isolated CAN Evaluation Board Board No.: IL41050-01 About This Evaluation Board This Evaluation Board provides a complete isolated CAN node using the revolutionary IL41050TA-3E isolated transceiver.

More information

TMR1202. General Description. TMR Bipolar Switch. Features and Benefits. Applications

TMR1202. General Description. TMR Bipolar Switch. Features and Benefits. Applications General Description TMR1202 TMR Bipolar Switch The TMR1202 is a digital bipolar magnetic switch that integrates TMR and CMOS technology in order to provide a magnetically triggered digital switch with

More information

ELAN DIGITAL SYSTEMS LTD. CF428 COMPACT FLASH CF+ CARD USER S GUIDE

ELAN DIGITAL SYSTEMS LTD. CF428 COMPACT FLASH CF+ CARD USER S GUIDE ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

GW-USB-06. User s Guide. IQRF USB Gateway. FW v MICRORISC s.r.o. User_Guide_GW-USB-06_ Page 1

GW-USB-06. User s Guide. IQRF USB Gateway. FW v MICRORISC s.r.o.   User_Guide_GW-USB-06_ Page 1 FW v1.04 IQRF USB Gateway User s Guide 2016 MICRORISC s.r.o. www.iqrf.org User_Guide_GW-USB-06_160122 Page 1 Description GW-USB-06 is an IQRF gateway with USB connectivity. It is intended as an interface

More information

RC16xxxx-SIG-DK Demonstration Kit Quick Start

RC16xxxx-SIG-DK Demonstration Kit Quick Start Demonstration Kit Quick Start Introduction The SIGFOX Ready Demonstration Kit from Radiocrafts is designed to make it easy for the user to evaluate the module, develop an application and build prototypes.

More information

8051 General Purpose Board

8051 General Purpose Board 8051 General Purpose Board CAMPUS COMPONENT Pvt. Ltd. www.campuscomponent.com 1 DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component

More information

RC11xx(HP)-TM/ RC25xx(HP)-TM

RC11xx(HP)-TM/ RC25xx(HP)-TM Radiocrafts RF Transceiver Module Product Description The RC11XX(HP)/25XX(HP)-TM RF Transceiver Modules are compact surface-mounted high performance modules for wireless mesh networking applications. The

More information

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual 0 Picture 1: Demo board XTR-8LR100 Picture 2: Demo board XTR-8LR10 DEMO-BOARD XTR-8LR100 (Picture 1) e DEMO-BOARD XTR-8LR10 (Picture 2) is an evaluation board of the transceiver module XTR-8LR100 and module

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Gateway Radio Module for RIIoT ADVAE INFORMATION This document contains information on a new product. Specifications and information herein are subject to change without notice. Product Description The

More information

AN5179. RS232 communications with a terminal using the STM8 Nucleo-64 boards. Application note. Introduction

AN5179. RS232 communications with a terminal using the STM8 Nucleo-64 boards. Application note. Introduction Application note RS232 communications with a terminal using the STM8 Nucleo-64 boards Introduction This application note describes how to control the STM8 Nucleo-64 boards from a terminal window running

More information

APPLICATION NOTE. How to Securely Switch Atmel s LIN Transceiver ATA6662/ATA6662C to Sleep Mode ATA6662/ATA6662C. Concerning Atmel ATA6662

APPLICATION NOTE. How to Securely Switch Atmel s LIN Transceiver ATA6662/ATA6662C to Sleep Mode ATA6662/ATA6662C. Concerning Atmel ATA6662 APPLICATION NOTE How to Securely Switch Atmel s LIN Transceiver ATA6662/ATA6662C to Sleep Mode ATA6662/ATA6662C Concerning Atmel ATA6662 The goal of this document is to describe how to switch the Atmel

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

More information

FT232 Serial to USB Converter

FT232 Serial to USB Converter FT232 Serial to USB Converter Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes

More information

BLE232: Manual Copyright 2014 taskit GmbH

BLE232: Manual Copyright 2014 taskit GmbH BLE232 Manual BLE232: Manual Copyright 2014 taskit GmbH BLE232 All rights to this documentation and to the product(s) described herein are reserved by taskit GmbH. This document was written with care,

More information

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

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

More information

I2C to DALI Interface

I2C to DALI Interface I2C to DALI Interface. Features DALI type II master I2C to DALI bridge Can transmit all 6 bit forward telegrams Receives 8 and 6 bit telegrams According to DIN EN 62386-03/20 Minimal external circuitry

More information

MIC705/706/707/708. General Description. Features. Applications. Typical Application. µp Supervisory Circuit

MIC705/706/707/708. General Description. Features. Applications. Typical Application. µp Supervisory Circuit µp Supervisory Circuit General Description The MIC705, MIC706, MIC707, and MIC708 are inexpensive microprocessor supervisory circuits that monitor power supplies in microprocessor-based systems. The circuit

More information

AN10428 UART-SPI Gateway for Philips SPI slave bridges

AN10428 UART-SPI Gateway for Philips SPI slave bridges UART-SPI Gateway for Philips SPI slave bridges Rev. 01 7 March 2006 Application note Document information Info Keywords Abstract Content UART-SPI Gateway, UART to SPI, RS-232 to SPI The UART-SPI Gateway

More information

Testing RS232/RS485 Data Radio Modem with Serial Port Tool V1.10

Testing RS232/RS485 Data Radio Modem with Serial Port Tool V1.10 Testing RS232/RS485 Data Radio Modem with Serial Port Tool V1.10 This document demonstrates how to test the communication of RS232/RS485 interface data radio modem DRF4432D20I-043L1/2, DRF1278DL1/2 and

More information

Markus Hintermann Global Technical Marketing / Sales Manager at Micro Crystal

Markus Hintermann Global Technical Marketing / Sales Manager at Micro Crystal Markus Hintermann Global Technical Marketing / Sales Manager at Date: July 2016 Revision N : 1.0 1/8 Headquarters: AG Muehlestrasse 14 CH-2540 Grenchen Switzerland Tel. Fax Internet Email +41 32 655 82

More information

INTEGRATED CIRCUITS. PCA bit I 2 C and SMBus I/0 port with reset. Product data Supersedes data of 2002 May Dec 13

INTEGRATED CIRCUITS. PCA bit I 2 C and SMBus I/0 port with reset. Product data Supersedes data of 2002 May Dec 13 INTEGRATED CIRCUITS Supersedes data of 2002 May 13 2002 Dec 13 Philips Semiconductors FEATURES Lower voltage, higher performance migration path for the PCA9556 8 general purpose input/output expander/collector

More information

MIC1832. General Description. Features. Applications. Typical Application

MIC1832. General Description. Features. Applications. Typical Application 3.3V Voltage Supervisor with Manual Reset, Watchdog Timer and Dual Reset Outputs General Description The is a low-current microprocessor supervisor for monitoring 3.3V and 3V systems. The device features

More information

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter CIRCUITS ITEGRATED CIRCUITS ABSTRACT This application note illustrates the use of an 87LPC76x microcontroller from Philips Semiconductors as an infrared RC5 remote control transmitter. Using the Philips

More information

Features. Applications

Features. Applications Micro-Power Voltage Supervisor IttyBitty General Description The is a power supply supervisor that provides undervoltage monitoring, manual reset capability, and power-on reset generation in a compact

More information

CE PSoC 4: Time-Stamped ADC Data Transfer Using DMA

CE PSoC 4: Time-Stamped ADC Data Transfer Using DMA CE97091- PSoC 4: Time-Stamped ADC Data Transfer Using DMA Objective This code example uses a DMA channel with two descriptors to implement a time-stamped ADC data transfer. It uses the Watch Dog Timer

More information

PRELIMINARY embit s.r.l.

PRELIMINARY embit s.r.l. Embit Binary Interface - LoRa TM -specific Documentation PRELIMINARY embit s.r.l. Document information Versions & Revisions Revision Date Author Comments 0.9l 2015-10-29 Embit Preliminary 0.9m 2015-12-17

More information

RF900 LoRa Telemetry module V1.0

RF900 LoRa Telemetry module V1.0 1. General RF900 is a low cost, medium power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed MCU from

More information

+5V Powered Multi-Channel RS-232 Drivers/Receivers

+5V Powered Multi-Channel RS-232 Drivers/Receivers SP238A 5V Powered Multi-Channel RS-232 Drivers/Receivers Operates from a Single 5V Power Supply Meets All RS-232D and V.28 Specifications ±30V Receiver Input Levels Low Power CMOS Operation Operates with

More information

RC1170-RC232 USER MANUAL

RC1170-RC232 USER MANUAL RC1170-RC232 USER MANUAL Overview: Introducing RC11XX-RC232 RF Transceiver boards for the data transmission using RF. Where RC11xx transceiver modules are compact surface-mounted high performance modules

More information

Amarjeet Singh. January 30, 2012

Amarjeet Singh. January 30, 2012 Amarjeet Singh January 30, 2012 Website updated - https://sites.google.com/a/iiitd.ac.in/emsys2012/ Lecture slides, audio from last class Assignment-2 How many of you have already finished it? Final deadline

More information

6LoWPAN Development Platform Saker Manual

6LoWPAN Development Platform Saker Manual 6LoWPAN Development Platform Saker Manual WEPTECH elektronik GmbH Page 1 of 19 V.1.0.1 1. Table of Content 1. General information... 4 1.1 1.2 1.3 1.4 1.5 Copyright protection... 4 Warranty information...

More information

MF RD700. PEGODA Contactless Smart Card Reader READER COMPONENTS. Preliminary Product Specification Revision 2.0 PUBLIC. July2002

MF RD700. PEGODA Contactless Smart Card Reader READER COMPONENTS. Preliminary Product Specification Revision 2.0 PUBLIC. July2002 READER COMPONENTS PEGODA Contactless Smart Card Reader Preliminary Product Specification Revision 2.0 PUBLIC July2002 Philips Semiconductors Philips Semiconductors Preliminary Specification Rev. 2.0 July

More information

xpico 110 Wired Device Server Module Evaluation Kit User Guide

xpico 110 Wired Device Server Module Evaluation Kit User Guide xpico 110 Wired Device Server Module Evaluation Kit User Guide Part Number 900-788-R Revision A April 2017 Intellectual Property 2017 Lantronix, Inc. All rights reserved. No part of the contents of this

More information

C8051F700-DK C8051F700 DEVELOPMENT KIT USER S GUIDE. 1. Relevant Devices. 2. Kit Contents. 3. Hardware Setup

C8051F700-DK C8051F700 DEVELOPMENT KIT USER S GUIDE. 1. Relevant Devices. 2. Kit Contents. 3. Hardware Setup C8051F700 DEVELOPMENT KIT USER S GUIDE 1. Relevant Devices The C8051F700 Development Kit is intended as a development platform for the microcontrollers in the C8051F70x/71x MCU family. The members of this

More information

Serial Port Plug - F2M01SXA Brief Datasheet. Features. Applications. General Description. Provides transparent RS-232 serial cable replacement.

Serial Port Plug - F2M01SXA Brief Datasheet. Features. Applications. General Description. Provides transparent RS-232 serial cable replacement. Serial Port Plug - F2M01SXA Features Provides transparent RS-232 serial cable replacement. No need for external drivers. Power is supplied via the D-SUB or mini-usb connector. Supports the Bluetooth Serial

More information

MCP2120/MCP2150 DEVELOPER S KIT USER S GUIDE

MCP2120/MCP2150 DEVELOPER S KIT USER S GUIDE MCP2120/MCP2150 DEVELOPER S KIT USER S GUIDE Information contained in this publication regarding device applications and the like is intended by way of suggestion only. No representation or warranty is

More information

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package.

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package. USB-4COMi-M USB to Quad RS-422/485 to Serial Adapter Manual The USB to Industrial Quad RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple. Connecting to a USB

More information

AC/DC. Adapter. Ribbon. Cable Serial. Serial. Adapter. Figure 1. Hardware Setup using an EC2 Serial Adapter

AC/DC. Adapter. Ribbon. Cable Serial. Serial. Adapter. Figure 1. Hardware Setup using an EC2 Serial Adapter C8051F32X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F32x Development Kit contains the following items: C8051F320 Target Board C8051Fxxx Development Kit Quick-Start Guide C8051F32x Development

More information

Mounting instruction Gateway M-Bus Master AMB8466-M-GMM Release 1.2

Mounting instruction Gateway M-Bus Master AMB8466-M-GMM Release 1.2 Mounting instruction Gateway M-Bus Master AMB8466-M-GMM Release 1.2 Overview The user interface of the AMB8466-M-GMM consists of 3 LEDs, a push-button and 2 rotary encoder switches. The push-button is

More information

PIC-P40 development board Users Manual

PIC-P40 development board Users Manual PIC-P40 development board Users Manual All boards produced by Olimex are ROHS compliant Rev.E, February 008 Copyright(c) 008, OLIMEX Ltd, All rights reserved Page INTRODUCTION: PIC-P40 board is development

More information

Designing a Low-Cost USB Interface for an Uninterruptable Power Supply with the Cypress Semiconductor CY7C63001 USB Controller

Designing a Low-Cost USB Interface for an Uninterruptable Power Supply with the Cypress Semiconductor CY7C63001 USB Controller fax id: 3456 Designing a Low-Cost USB Interface for an Uninterruptable Power Supply with the Cypress Semiconductor C7C63001 USB Controller Introduction The Universal Serial Bus (USB) is an industrial standard

More information

AN Sleep programming for NXP bridge ICs. Document information

AN Sleep programming for NXP bridge ICs. Document information Rev. 01 5 January 2007 Application note Document information Info Keywords Abstract Content SC16IS750, Bridge IC, Sleep programming The sleep programming of NXP Bridge ICs such as SC16IS750 (I 2 C-bus/SPI

More information

User Manual A08. User Manual

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

More information

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

AN SIO Tips and Tricks in PSoC 3 / PSoC 5. Application Note Abstract. Introduction

AN SIO Tips and Tricks in PSoC 3 / PSoC 5. Application Note Abstract. Introduction SIO Tips and Tricks in PSoC 3 / PSoC 5 Application Note Abstract AN60580 Author: Pavankumar Vibhute Associated Project: Yes Associated Part Family: CY8C38xxxx Software Version: PSoC Creator Associated

More information

Meteosat Second Generation Interface Control Document Station Key Unit

Meteosat Second Generation Interface Control Document Station Key Unit Issue: 11 Interface Control Document Station Key Unit Document Signature Table Issue: 11 Document Signature Table Name Function Signature Date Prepared by Niklas Sinander Telecommunications Engineer Checked

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

USB to serial chip CH340

USB to serial chip CH340 The Data Sheet of CH340 (the first) 1 USB to serial chip CH340 1 Introduction English Data Sheet Version: 2C http://wch.cn CH340 is a USB bus conversion chip, it can realize USB to UART interface or USB

More information

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT AC 2007-1527: INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT Ahad Nasab, Middle Tennessee State University SANTOSH KAPARTHI, Middle Tennessee State University American Society for Engineering Education,

More information

Rapid28iXL PIC Prototyping PCB User Manual

Rapid28iXL PIC Prototyping PCB User Manual Description Features This is a PCB designed to facilitate the rapid prototyping of a device based on a 28 pin Microchip PIC microcontroller. To allow users to focus on their application, we take care of

More information

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Datasheet: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

USB to RS-485/RS-422 Interface Converter. User Manual

USB to RS-485/RS-422 Interface Converter. User Manual USB to RS-485/RS-422 Interface Converter User Manual CONTENTS I. Summary 3 II. Functions..3 III. Hardware installment and application... 3 IV. Performance parameters........4 V. Connector and signal.......4

More information

Application Note: JN-AN-1134

Application Note: JN-AN-1134 Application Note: JN-AN-1134 This Application Note describes how to create a wireless UART link between the UARTs on two Jennic JN5148 evaluation kit boards. The features of the application include: Replacement

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions CEF Ultra-Low Power sub-1 GHz Radio Module platform Product Description The RC18x0 Radio Module platforms are a series of compact surface-mounted ultra-low power RF modules based on the CC1310 system-on-chip

More information

Rapid40iXL PIC Prototyping PCB User Manual

Rapid40iXL PIC Prototyping PCB User Manual Description This is a PCB designed to facilitate the rapid prototyping of a device based on a 40 pin Microchip PIC microcontroller. To allow users to focus on their application, we take care of key housekeeping

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 4.5V 5.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.

More information

nrf240x ShockBurst technology

nrf240x ShockBurst technology :+,7(3$3(5 nrf240x ShockBurst technology 'HVFULSWLRQRIWKH6KRFN%XUVWŒWHFKQRORJ\ The nrf240x family from Nordic VLSI ASA has two different modes of operation, direct mode and ShockBurst mode. This document

More information

General Specifications. P2-SCM Serial Communications

General Specifications. P2-SCM Serial Communications General Specifications Module Type Intelligent Modules per Base I/O Points Used Field Wiring Connector Operating Temperature Storage Temperature Humidity Environmental Air Vibration Shock Field to Logic

More information

Nios Embedded Processor Development Board

Nios Embedded Processor Development Board Nios Embedded Processor Development Board July 2003, ver. 2.2 Data Sheet Introduction Development Board Features Functional Overview This data sheet describes the features and functionality of the Nios

More information

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Overview: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

Easy Kit Board Manual

Easy Kit Board Manual User s Manual, V1.0, June2008 Easy Kit Board Manual Easy Kit - XC88x Microcontrollers Edition 2008-06 Published by Infineon Technologies AG, 81726 München, Germany Infineon Technologies AG 2008. All Rights

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

AN0512 Channel capacity in ranging applications

AN0512 Channel capacity in ranging applications AN0512 Channel capacity in ranging applications 1.0 NA-15-0356-0021-1.0 Document Information Document Title: Document Version: 1.0 Current Date: 2015-09-08 Print Date: 2015-09-08 Document ID: Document

More information

Product Specification

Product Specification Product Specification 15mm x 27mm Description One of the most capable Bluetooth modules available, the BT-21 Bluetooth OEM Module is designed for maximum flexibility. The BT-21 module includes 14 general

More information

Features. Applications

Features. Applications 3.3V Ultra-Precision 1:4 LVDS Fanout Buffer/Translator with Internal Termination General Description The is a 3.3V, high-speed 2GHz differential low voltage differential swing (LVDS) 1:4 fanout buffer

More information

I/O232-A User s Guide

I/O232-A User s Guide rmv electronics I/O232-A User s Guide DISCLAIMER: RMV ELECTRONICS INC. does not assume any liability arising from the application and/or use of the product/s described herein, nor does it convey any license.

More information

HACCOM UM96 DataSheet / UserManual Dimitri Karatsinides

HACCOM UM96 DataSheet / UserManual Dimitri Karatsinides HACCOM UM96 DataSheet / UserManual Dimitri Karatsinides Disclaimer: This document was made during a senior engineering project. Its contents contain information from the original datasheet, as well as

More information

InLinK HM Setup Software Installation & Operation Manual

InLinK HM Setup Software Installation & Operation Manual InLinK HM HART Protocol Modem Module with HART Device to Modbus Accumulator for OEM Applications 101-0014 Setup Software Installation & Operation Manual InLink-HM 101-0014 is a complete OEM HART protocol

More information

INTEGRATED CIRCUITS ABSTRACT

INTEGRATED CIRCUITS ABSTRACT INTEGRATED CIRCUITS ABSTRACT Brief set-up routine for using the automatic turn-around feature for transceiver control when using the RS-485 (sometimes called 9-bit or multi-drop mode) protocol. An interrupt

More information

ENG-7680: SCADA Laboratory Experiments

ENG-7680: SCADA Laboratory Experiments ENG-7680: SCADA Laboratory Experiments 1 RS485 LINE DRIVER 1.1 OBJECTIVES In this lab, you will learn how to test a differential data bus driver/receiver for a multi-point communication. In particular,

More information

LM072 Bluetooth Module Standalone (With Embedded Bluetooth v2.0/v2.1 Stack)

LM072 Bluetooth Module Standalone (With Embedded Bluetooth v2.0/v2.1 Stack) Bluetooth Module Revised 3/JAN/2018 2.8mm 28.2mm 15mm Features Bluetooth v2.0, v2.1 wireless technologiy SMT Side and Bottom Pads for easy production 18 dbm Tx Output Power and 82 dbm Rx Sensitivity See

More information

AVR Development Board

AVR Development Board CAMPUS COMPONENT Pvt. Ltd. 1 DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from

More information

RE866 Interface User Guide

RE866 Interface User Guide RE866 Interface User Guide 1VV0301387 Rev.0 6/16/2017 [04.2016] Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the

More information

QS Series Master Development System User's Guide

QS Series Master Development System User's Guide QS Series Master Development System User's Guide ! Table of Contents Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery

More information

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72 DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72 Features LoRa TM Frequency Spectrum 433Mhz ISM frequency band -138 dbm receive sensitivity 20dBm Max. output power Serial port wake-up Wireless wake-up

More information