3V TRANSCEIVER 2.4GHz BAND

Size: px
Start display at page:

Download "3V TRANSCEIVER 2.4GHz BAND"

Transcription

1 3V TRANSCEIVER 2.4GHz BAND Rev. 2 Code: QUICK DESCRIPTION: IEEE compliant transceiver operating in the 2.4 GHz ISM band with extremely compact dimensions. The module operates as an independent device that can be controlled through external control lines. Two different operating modes are available: Normal mode (default): The device operates as a dual channel TRX ( GHz) in compliance with IEEE standard. Through the external pins, the user can control the operation mode (Tx, Rx, stand-by) and the channel frequency. Extended Mode (User-programmable): through a predefined sequence of serial commands sent on pin 9 and received on pin 4, the user can enter configuration mode and then customize the module s behavior. Output power, channel s frequency (ranged between and GHz, 5 MHz steps) and serial interface baud rate up to baud, can be set. 1. MECHANICAL CHARACTERISTICS 2. PIN DESCRIPTION Pin Name Description 1 N.C. N.C. 2 GND Ground (0 V) 4 Serial Out Data output in reception mode and command s feedback (USART_TX) 5 EN 0 = Power down 1 = Active; ready to transmit or receive 6 Tx/Rx 0 = Reception 1 = Transmission 7 GND Ground (0 V) 8 CH_SEL 0 = GHz 1 = GHz 9 Serial In Data Input in transmission mode and commands (USART_RX) 10 Vcc Voltage Supply (3 V range) Page 1 of 9

2 3. ABSOLUTE MAXIMUM RATINGS: Supply voltage + Vcc (pin 10) -0.3V + 3.9V Maximum voltage on pins 4, 5, 6, 8, 9-0.3V Vcc + 0.3V Storage temperature: C Operating Temperature: C Rev ELECTRICAL CHARACTERISTICS AT +25 C TEMPERATURE Parameter Min. Typ. Max. Unit Notes Voltage (Vcc) Volt Current consumption Tx Mode ma Rx Mode ma Power Down µa Vlow on I/O pins * Vcc V Vhigh I/O pins 0.7 * Vcc - +Vcc V Output load on pin 4 1k - - Ohm 4.1 RECEIVER CHARACTERISTICS AT + 25 C TEMPERATURE Note 1 Sensitivity (radiated) dbm Note 2, 4 Operating Frequency Ch.1 Operating Frequency Ch MHz Data-Rate RF kbps Note TRANSMITTER CHARACTERISTICS AT + 25 C TEMPERATURE Output power (radiated) dbm Note 4 Operating frequency Ch.1 Operating frequency Ch MHz Data-Rate RF kbps Note TIMINGS Time by turning on the module (+ Vcc) to valid data reception Time by turning on the module (+ Vcc) to valid data reception ms ms Time by Powerdown to RX ms Time by Powerdown to TX ms Time by TX to RX ms Time by RX to TX ms Time by Ch1 to Ch2 and vice versa in RX Time by Ch1 to Ch2 and vice versa in RX Time by wanted RF signal to valid data reception (settling time) Time by Ch1 change command on serial serial to TX ready (4800 BAUD) ms ms ms Time by datarate change on serial to ms TX ready (4800 BAUD) 4.4 SERIAL INTERFACE CHARACTERISTICS Baud rate USART baud Page 2 of 9

3 5. TYPICAL CHARACTERISTICS (*) Page 3 of 9

4 (*): All graphs must be considered as indicative typical results according to temperature variation. Note 1: Current consumption using power supply of +3.0V. Current consumption s measure in TX with modulation applied. Note 2: Measured sensitivity transmitting a PRBS code, 250 kbps, result at PER equal or less than 20%. Note 3: compliant with standard IEEE Note 4: Measured radiated parameters in anechoic chamber plugging module on test JIG as follows: Page 4 of 9

5 6. APPLICATION NOTES 6.1 STATE OF INPUT / OUTPUT PINS: Serial Out (pin 4): o Normal operation: ACTIVE o Power Down: ACTIVE LOW MUST NOT be driven externally EN (pin 5): o Normal Operation: HIGH IMPEDANCE MUST be driven externally (high) o Power Down: HIGH IMPEDANCE MUST be driven externally (low) Tx/Rx (pin 6): o Normal Operation: HIGH IMPEDANCE MUST be driven externally o Power Down: HIGH IMPEDANCE MUST be driven externally CH_SEL (pin 8): o Normal Operation: HIGH IMPEDANCE MUST be driven externally o Power Down: HIGH IMPEDANCE MUST be driven externally Serial In (pin 9): o Normal Operation: HIGH IMPEDANCE MUST be driven externally o Power Down: HIGH IMPEDANCE MUST be driven externally 6.2 USE IN NORMAL MODE: Rev. 2 It is the standard use, the module behaves as a transparent device with respect to the data stream, and can be controlled via external control lines. The data flow is carried out along the following lines: Serial out (pin 4): data output in reception mode / feedback in programming and transmission mode. Serial in (pin 9): data input in transmission mode / configuration. Command lines are: EN (pin 5): enable pin. It allows to switch the module between active or stand-by state, according to the following logic: 0: powerdown (module in stand-by) 1: enable (module on) TX/RX (pin 6): operating mode selection pin 0: module in reception 1: module in trasmission CH_SEL (pin 8): channel selection pin 0: module operating on channel 1 (2.405 GHz) 1: module operating on channel 2 (2.480 GHz) Important: These three command pins are set in high impedance state, therefore they must NOT be left in floating state(i.e.: if the "powerdown" function is not used, connect the EN pin to Vcc +, if only channel 1 is used, connect CH_SEL to GND, etc.). Page 5 of 9

6 6.2.1 DATA TRANSMISSION IN NORMAL MODE The serial interface is used to transmit data packets, through the SERIAL_IN line: a. Sending Request: the serial interface s data rate is 9600 baud/s The data packet header is 0x77 The maximum length of a single data frame is 112 bytes b. Transmission feedback (ACK): ACK is a feedback output from the module ACK is present on the SERIAL_OUT (PIN 4) line (see Picture 1) if transmission was successful ACK format is a 0x06 byte It is mandatory to wait for the ACK before sending the subsequent frame c. Transmitting bytes sequence: START: 0x77 LEN: data field length (1 byte min bytes max) DATA: the data to be transmitted CHK: checksum (0xFF (XOR from START to CHK)) d. Example: data to be sent: 0x00 0x01 0x02 0x03 0x04 SERIAL_IN command: 0x77 0x05 0x00 0x01 0x02 0x03 0x04 0x89 Page 6 of 9

7 6.2.2 USE IN EXTENDED MODE The "extended" setup of the device is carried out through the serial interface using the line SERIAL_IN (PIN 9); it is possible to send commands or data either from a microcontroller or the serial port of a host computer. Command sending: the serial interface s data rate is 9600 baud/s o this setting can be modified with a specific command (see COMMAND LIST table below). Configurable parameters are: 1. Channel 1 2. Channel 2 3. Serial BAUD rate 4. TX power 5. Default (factory reset) Waiting for the ACK from the module on the SERIAL_OUT line is required before sending the next command. Any attempt to set a non-permitted value on a parameter will not alter the configuration. Feedback reception on the serial line states the successful update of custom settings. Valid parameters will be stored in the non-volatile memory and will be preserved even in absence of power supply. Programming feedback: ACK is a feedback output from the module ACK is present on the SERIAL_OUT (PIN 4) line (see Picture 1) if transmission was successful ACK format is a 0x06 byte It is mandatory to wait for the ACK before sending the subsequent command Picture 1. Programming sequence: showing RED the command sent on SERIAL_IN line, showing BLUE the ACK returned on the SERIAL_OUT line. The evidence of successful programming meets the following timings: o Typical time between valid command reception and single parameters writing ACK: 13 ms (see Picture 1). o Typical time between valid command reception and default parameters writing ACK: 28 ms. Page 7 of 9

8 Programming bytes sequence: START: 0x18 LEN: packet length from CMD to D1 CMD: command to be executed D1: first datum (if present) CHK: checksum (0xFF (XOR from START to CHK)) Rev. 2 Data transmission in Extended Mode The data transmission mode is the same as in Normal Mode. Refer to paragraph COMMAND LIST: Parameter Description Start Byte Byte Parameter values code CMD LEN Channel 1 Channel 1 selection byte 0x18 0x50 0x02 0x0B: GHz (default) 0x0C: GHz 0x0D: GHz 0x0E: GHz 0x0F: GHz 0x10: GHz 0x11: GHz 0x12: GHz 0x13: GHz 0x14: GHz 0x15: GHz 0x16: GHz 0x17: GHz 0x18: GHz 0x19: GHz 0x1A: GHz Channel 2 Power Serial BAUD rate Default setting Data Transmission Channel 2 selection byte RF power selection byte Serial speed (BAUD rate) Default parameters setting Transmission of one data frame 0x18 0x51 0x02 0x0B: GHz 0x0C: GHz 0x0D: GHz 0x0E: GHz 0x0F: GHz 0x10: GHz 0x11: GHz 0x12: GHz 0x13: GHz 0x14: GHz 0x15: GHz 0x16: GHz 0x17: GHz 0x18: GHz 0x19: GHz 0x1A: GHz (default) 0x18 0x54 0x02 0x00: +10 dbm (default) 0x01: +7 dbm 0x02: +4 dbm 0x03: +1 dbm 0x04: -2 dbm 0x05: -5 dbm 0x18 0x55 0x02 0x06: BAUD 0x05: BAUD 0x04: BAUD 0x03: BAUD 0x02: 9600 BAUD (default) 0x01: 4800 BAUD 0x18 0x0A 0x01 0x77 - Data LEN Data Page 8 of 9

9 6.4 EXAMPLES: In order to set TRX channel 1 on frequency GHz send the following command on the SERIAL_IN line: 0x18 0x02 0x50 0x13 0xA6 In order to set TRX serial speed to BAUD send the following command on the SERIAL_IN line: 0x18 0x02 0x55 0x06 0xB6 In order to transmit the following data frame 0x00 0x01 0x02 0x03 0x04 send the following command on the SERIAL_IN line: 0x77 0x05 0x00 0x01 0x02 0x03 0x04 0x OPERATION BELOW MINIMUM OPERATING VOLTAGE In order to ensure compliance with the EMC and radio spectrum regulations, it is necessary to provide an external drive to power-down of the module before its voltage falls below the minimum operating voltage (2.1 volts). Revision Date Description Release General document revision Page 9 of 9

3V DUAL MODE TRANSCEIVER 434 MHz BAND Product Code:

3V DUAL MODE TRANSCEIVER 434 MHz BAND Product Code: 3V DUAL MODE TRANSCEIVER 434 MHz BAND Product Code: 32001269 Rev. 1.6 PRODUCT SUMMARY: Dual-mode transceiver operating in the 434 MHz ISM band with extremely compact dimensions. The module operates as

More information

TRANSCEIVER FSK. Version: 434 MHz Band / 868 MHZ Band / Code: / A

TRANSCEIVER FSK. Version: 434 MHz Band / 868 MHZ Band / Code: / A TRANSCEIVER FSK Version: 434 MHz Band / 868 MHZ Band / Code: 3-2000519 / 3-2000519A DESCRIPTION: The 3-2000519 and 3-2000519A modules are fully programmable multichannel PLL based FSK transceivers, with

More information

BLE 4.0 Module ZBModule User Manual 1 / 15

BLE 4.0 Module ZBModule User Manual 1 / 15 BLE 4.0 Module ZBModule User Manual 1 / 15 Bluetooth 4.0 BLE Introduction With only a ZBmodule module, you can make your products easily and conveniently interactive connect with the ipad, iphone and Android

More information

WIRELESS M-BUS 868 MHz BAND TRX MODULE Product Code:

WIRELESS M-BUS 868 MHz BAND TRX MODULE Product Code: WIRELESS M-BUS 868 MHz BAND TRX MODULE Product Code: 32001324 PRODUCT SUMMARY: The 32001324 is a Wireless M-Bus transceiver operating in the 868 MHz SRD Band. Thanks to its small LCC form factor (15 x

More information

Catalogue 1. Brief Description Product feature Typ. Circuit Block Diagram...

Catalogue 1. Brief Description Product feature Typ. Circuit Block Diagram... - 1 - Catalogue 1. Brief Description... - 3-2. Product feature...- 3-3. Typ. Circuit... - 4-4. Block Diagram...- 4-5. Electronical Characters...- 5-6. Typical Application...- 6-7. Pin Description... -

More information

DUAL BAND FM WIRELESS TRANSCEIVER RXQ1. Applications

DUAL BAND FM WIRELESS TRANSCEIVER RXQ1. Applications FM Radio Transmitter & Receiver Low Profile Ceramic DIL Package Data Rates To 20 Kbits/S 433.92 or 433.33MHz Operation 2 Selectable Channels Narrowband Crystal Controlled Optimal Range 200m Supply Voltage

More information

Catalogue

Catalogue - 1 - Catalogue 1. Descriptions...- 3-2. Features... - 3-3. Application...- 4-4. Block Diagram... - 4-5. Electrical Characteristics...- 4-6. Typical Schematic Circuit:...- 5-7. Functions descriptions:...-

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

CDR-915 Data Radio Module INTEGRATOR S GUIDE

CDR-915 Data Radio Module INTEGRATOR S GUIDE CDR-915 Data Radio Module Coyote DataCom, Inc. 3941 Park Drive, Suite 20-266, El Dorado Hills, CA 95762 Tel. 916-933-9981 Fax 916-913-0951 www.coyotedatacom.com TABLE OF CONTENTS General Information and

More information

DMR818 Catalogue

DMR818 Catalogue Catalogue 1. Descriptions... 3 2. Features... 3 3. Application... 4 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Typical Schematic Circuit:... 5 7. Functions descriptions:... 5 1) Voice

More information

Catalogue

Catalogue - 1 - Catalogue 1. Description...- 3-2. Features...- 3-3. Application...- 3-4. Block Diagram...- 4-5. Typical Schematic Circuit...- 4-6. Electrical Characteristics... - 5-7. Interface specification...-

More information

XTR VF 2.4 HP/V, XTR VF 2.4 HP/H User guide

XTR VF 2.4 HP/V, XTR VF 2.4 HP/H User guide XTR VF 2.4 HP/V XTR VF 2.4 HP/H Figure 1: mechanical dimensions (rear view) and photo General description: Long range transceiver XTR VF 2.4 HP/V, XTR VF 2.4 HP/H is pin-to-pin compatible with previous

More information

SmartRadio Transmitter / Receiver

SmartRadio Transmitter / Receiver Easy to use Radio Transmitter & Receivers AM Radio Hybrid Technology Supports Data or Telemetry communications Simple CMOS/TTL Data Interface Automatic data encryption / decryption Host Interface up to

More information

Radio Module for MHz. Band RMCx4-1 ; RMCx9-1

Radio Module for MHz. Band RMCx4-1 ; RMCx9-1 General Information The Radio Modules RMCx 4-1 and RMCx 9-1 are transceivers designed for very low power and very low voltage wireless applications. The circuit is mainly intended for the ISM (Industrial,

More information

Catalog

Catalog - 1 - Catalog 1. Description...- 3-2. Features...- 3-3. Application...- 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 4-6. Operation... - 4-1) Power on Reset...- 4-2) Setting Mode... - 5-3)

More information

RM24100A. *Maximum transmit power output levels and local radio frequency regulator bodies must be obeyed in the country of operation.

RM24100A. *Maximum transmit power output levels and local radio frequency regulator bodies must be obeyed in the country of operation. RM24100A 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE 802.15.4 compliant) Operating Manual English 1.02 Introduction The RM24100A radio modem acts as a wireless serial cable replacement and

More information

Arduino Arduino RF Shield. Zulu 2km Radio Link.

Arduino Arduino RF Shield. Zulu 2km Radio Link. Arduino Arduino RF Shield RF Zulu 2km Radio Link Features RF serial Data upto 2KM Range Serial Data Interface with Handshake Host Data Rates up to 38,400 Baud RF Data Rates to 56Kbps 5 User Selectable

More information

USB-UART RADIO MODULE(WM11TR_ L_02_USB)

USB-UART RADIO MODULE(WM11TR_ L_02_USB) Documents Version: 2.05 Document No. 2012-0046-E Copyright is reserved by Rping Group Limited (2008-2015) USB-UART RADIO MODULE(WM11TR_ L_02_USB) USER GUIDE 82469790 Index Documents Version: 2.05... 1

More information

Radio Module HG 75430

Radio Module HG 75430 System Description HG 75430 Radio Module HG 75430 Revision A (English) Developed by: A.K. / T.N. Date: 23.10.1997 Author: RAD / H.B. / SCH D-31275 Lehrte/Röddensen (Germany), Tel.: +49 (0) 51 36 / 80 96-0

More information

RM24100D. Introduction. Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1.

RM24100D. Introduction. Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1. RM24100D 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE 802.15.4 compliant) Operating Manual English 1.09 Introduction The RM24100D radio modem acts as a wireless serial cable replacement and

More information

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

RF4432PRO wireless transceiver module

RF4432PRO wireless transceiver module wireless transceiver module RF4432PRO 1. Description RF4432PRO adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

AUR.EL RTX-MID-868-OOK DESCRIPTION. MECHANICAL DIMENSIONS and PIN-OUT. Absolute maximum values

AUR.EL RTX-MID-868-OOK DESCRIPTION. MECHANICAL DIMENSIONS and PIN-OUT. Absolute maximum values DESCRIPTION RTX-MID-868 is RF digital transceiver working at 868,3MHz with FSK and OOK modulation. The main features are: 10 mw Maximum of effective irradiated power, - 108 dbm of sensitivity in FSK and

More information

Single Chip Low Cost / Low Power RF Transceiver

Single Chip Low Cost / Low Power RF Transceiver Single Chip Low Cost / Low Power RF Transceiver Model : Sub. 1GHz RF Module Part No : Version : V2.1 Date : 2013.11.2 Function Description The is a low-cost sub-1 GHz transceiver designed for very low-power

More information

VT-DTMSA5-433M RF Transceiver Module User s guide

VT-DTMSA5-433M RF Transceiver Module User s guide RF Transceiver Module User s guide V-Chip Microsystems, Inc Add:6 floor, Longtang Building, Nan Shan Cloud Valley Innovation Industrial Park, No.1183, Liuxian Road, Nanshan District, Shenzhen city Tel:86-755-88844812

More information

RF4463F30 High Power wireless transceiver module

RF4463F30 High Power wireless transceiver module RF4463F30 High Power wireless transceiver module 1. Description RF4463F30 adopts Silicon Lab Si4463 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity

More information

HumDT TM Series RF Transceiver Module Data Guide

HumDT TM Series RF Transceiver Module Data Guide HumDT TM Series RF Transceiver Module Data Guide ! Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery or devices that can

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module 1. Description www.nicerf.com RF4432 RF4432 wireless transceiver module RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity

More information

868MHz HumDT TM Series RF Transceiver Module Data Guide

868MHz HumDT TM Series RF Transceiver Module Data Guide 868MHz HumDT TM Series RF Transceiver Module Data Guide ! Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery or devices

More information

10 Gigabit XENPAK 40km Transceiver

10 Gigabit XENPAK 40km Transceiver 10 Gigabit XENPAK 40km Transceiver FEATURES XAUI Electrical Interface: 4 Lanes @ 3.125Gbit/s Cooled 1550nm EML TOSA Hot Z-Pluggable SC-Duplex Optical Receptacle MDIO, DOM Support Pin Photo-detector Power

More information

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0 RF1212 Ultra-low Power ISM Transceiver Module V2.0 Application: Features: Home automation Security alarm Telemetry Automatic meter reading Contactless access Wireless data logger Remote motor control Wireless

More information

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications AT-XTR-7020A-4 Multi-Channel Micro Embedded Transceiver Module The AT-XTR-7020A-4 radio data transceiver represents a simple and economical solution to wireless data communications. The employment of an

More information

ZigBee OEM Module. ProBee-ZE20S. Datasheet

ZigBee OEM Module. ProBee-ZE20S. Datasheet 1 ZigBee OEM Module ProBee-ZE20S Datasheet Sena Technologies, Inc. Rev 1.0.0 2 ProBee-ZE20S Datasheet Copyright Copyright 2011 Sena Technologies, Inc. All rights reserved. Sena Technologies reserves the

More information

G3P-R232. User Manual. Release. 2.06

G3P-R232. User Manual. Release. 2.06 G3P-R232 User Manual Release. 2.06 1 INDEX 1. RELEASE HISTORY... 3 1.1. Release 1.01... 3 1.2. Release 2.01... 3 1.3. Release 2.02... 3 1.4. Release 2.03... 3 1.5. Release 2.04... 3 1.6. Release 2.05...

More information

FLD00042 I 2 C Digital Ambient Light Sensor

FLD00042 I 2 C Digital Ambient Light Sensor FLD00042 I 2 C Digital Ambient Light Sensor Features Built-in temperature compensation circuit Operating temperature: -30 C to 70 C Supply voltage range: 2.4V to 3.6V I 2 C serial port communication: Fast

More information

Single Chip High Performance low Power RF Transceiver (Narrow band solution)

Single Chip High Performance low Power RF Transceiver (Narrow band solution) Single Chip High Performance low Power RF Transceiver (Narrow band solution) Model : Sub. 1GHz RF Module Part No : TC1200TCXO-PTIx-N Version : V1.2 Date : 2013.11.11 Function Description The TC1200TCXO-PTIx-N

More information

GAUSS High Power UHF Radio

GAUSS High Power UHF Radio [] Table of contents Table of contents... 1 1. Introduction... 3 Features... 4 Block Diagram... 6 2. Pinouts... 7 3. Absolute Maximum Ratings... 9 4. General Recommended Operating Conditions... 10 5. RF

More information

Mercury technical manual

Mercury technical manual v.1 Mercury technical manual September 2017 1 Mercury technical manual v.1 Mercury technical manual 1. Introduction 2. Connection details 2.1 Pin assignments 2.2 Connecting multiple units 2.3 Mercury Link

More information

DR7000-EV MHz. Transceiver Evaluation Module

DR7000-EV MHz. Transceiver Evaluation Module Designed for Short-Range Wireless Data Communications Supports RF Data Transmission Rates Up to 115.2 kbps 3 V, Low Current Operation plus Sleep Mode Up to 10 mw Transmitter Power The DR7000-EV hybrid

More information

BK2 Series. STE KSOLUTIONS BK2x DATA SHEET. TABLE 1 PERFORMANCE DATA BK2x RECEIVER SECTION 80 to 650 MHz / 842 to 916 MHz¹ 2FSK GFSK RCFSK 3FSK 4FSK

BK2 Series. STE KSOLUTIONS BK2x DATA SHEET. TABLE 1 PERFORMANCE DATA BK2x RECEIVER SECTION 80 to 650 MHz / 842 to 916 MHz¹ 2FSK GFSK RCFSK 3FSK 4FSK BKx BK Series Module Dimensions 33 mm x 5 mm The BKxx series of modules offers a wide choice of frequency band selection: 69 MHz, 35 or 434 MHz, 868 or 95 MHz. The modules are NBFM (Narrow Band Frequency

More information

Catalog

Catalog Catalog 1. Description... - 3-2. Features... - 3-3. Application... - 3-4. Electrical specifications...- 4-5. Schematic... - 4-6. Pin Configuration... - 5-7. Antenna... - 6-8. Mechanical Dimension(Unit:

More information

DRF4432D20 20dBm ISM RF Transceiver Module V1.21

DRF4432D20 20dBm ISM RF Transceiver Module V1.21 DRF4432D dbm ISM RF Transceiver Module V1.21 Features GFSK transceiver Module ISM frequency bands 19.2K bps data rate Multiple channels dbm Max. output power Baud rate configurable 256 bytes data buffer

More information

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

More information

RM24100A. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1.

RM24100A. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1. RM24100A 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE 802.15.4 compliant) Operating Manual English 1.03 Introduction The RM24100A radio modem acts as a wireless serial cable replacement and

More information

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Built-in Chip Antenna - 250 kbps RF Data Rate

More information

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual Carbon Dioxide (Tiny CO2) Gas Sensor Rev. 1.2 TG400 User Manual The TG400 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high

More information

XGX D 10 Gigabit X2 Transceiver

XGX D 10 Gigabit X2 Transceiver XGX2-1596-40D 10 Gigabit X2 Transceiver FEATURES XAUI Electrical Interface: 4 Lanes @ 3.125Gbit/s Cooled 1550nm EML Hot Z-Pluggable SC-Duplex Optical Receptacle MDIO, DOM Support Pin Photo-detector Compliant

More information

RF NiceRF Wireless Technology Co., Ltd. Rev

RF NiceRF Wireless Technology Co., Ltd. Rev - 1 - Catalog 1. Description...- 3-2. Features...- 3-3. Application...- 3-4. Electrical Specifications...- 4-5. Schematic...- 4-6. Pin Configuration...- 5-7. Antenna... - 6-8. Mechanical dimensions(unit:

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM products are now Murata Products 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Low Cost Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed Operation

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM Products are now Murata products. 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Built-In Antenna Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed

More information

Catalog

Catalog - 1 - Catalog 1. Overview...- 3-2. Feature... - 3-3. Application...- 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 4-6. Operation... - 4-1) Power on Reset... - 4-2) Sleep mode... - 4-3) Working

More information

Catalog

Catalog - 1 - Catalog 1. Overview... - 3-2. Feature...- 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 4-1) Power on Reset... - 4-2) Sleep mode...- 4-3) Working

More information

RF1276 Long Distance Transceiver module V2.0

RF1276 Long Distance Transceiver module V2.0 1. General RF1276 series is a low cost, ultra-low power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed

More information

X2-10GB-SR-TP 10 Gigabit X2 Transceiver

X2-10GB-SR-TP 10 Gigabit X2 Transceiver FEATURES X2-10GB-SR-TP 10 Gigabit X2 Transceiver XAUI Electrical Interface: 4 Lanes @ 3.125Gbit/s 850nm VSCEL and PIN receiver Hot Z-Pluggable SC-Duplex Optical Receptacle MDIO, DOM Support Power dissipation

More information

RM24100D. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1.

RM24100D. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1. RM24100D 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE 802.15.4 compliant) Operating Manual English 1.03 Introduction The RM24100D radio modem acts as a wireless serial cable replacement and

More information

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data outputs Outputs, Momentary

More information

I2C Encoder. HW v1.2

I2C Encoder. HW v1.2 I2C Encoder HW v1.2 Revision History Revision Date Author(s) Description 1.0 22.11.17 Simone Initial version 1 Contents 1 Device Overview 3 1.1 Electrical characteristics..........................................

More information

GBS-9280-CXX0 5V / CWDM / Gb/s Single-Mode Gigabit Interface Converter (GBIC)

GBS-9280-CXX0 5V / CWDM / Gb/s Single-Mode Gigabit Interface Converter (GBIC) **** 5V / CWDM / 2.125 Gb/s Single-Mode Gigabit Interface Converter (GBIC) ** FEATURES l 18-Wavelength CWDM GBIC Transceivers l 2.5 Gbps Bi-directional Data Links l Compliant with 1X / 2X Fibre Channel

More information

HumPRO TM Series Evaluation Module Data Guide

HumPRO TM Series Evaluation Module Data Guide HumPRO TM Series Evaluation Module Data Guide ! Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery or devices that can cause

More information

CFORTH-X2-10GB-CX4 Specifications Rev. D00A

CFORTH-X2-10GB-CX4 Specifications Rev. D00A CFORTH-X2-10GB-CX4 Specifications Rev. D00A Preliminary DATA SHEET CFORTH-X2-10GB-CX4 10GBASE-CX4 X2 Transceiver CFORTH-X2-10GB-CX4 Overview CFORTH-X2-10GB-CX4 10GBd X2 Electrical transceivers are designed

More information

Catalogue

Catalogue - 1 - Catalogue 1. Description... - 3-2. Features... - 3-3. Applications...- 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 5 - Power on Reset... - 5 - Working mode... -

More information

XFP BIDI Series JB1330-XFP-LC.S60. Features. Applications. Ordering information. Regulatory Compliance

XFP BIDI Series JB1330-XFP-LC.S60. Features. Applications. Ordering information. Regulatory Compliance JB1330-XFP-LC.S60 XFP BIDI Series Tx: 1330nm/Rx: 1270nm BIDI XFP Transceiver for 10GbE/10FC RoHS 6 Compliant Features Supports 9.95Gb/s to 10.5Gb/s data rates Power budget 21dB at least 1330nm DFB Transmitter/

More information

Datasheet LT1110 Wireless Module. Version 3.1

Datasheet LT1110 Wireless Module. Version 3.1 A Version 3.1 REVISION HISTORY Version Date Notes Approver 3.0 13 Jan 2014 Separated into two separate docs: Hardware Integration Guide and User Guide. Marked as Rev 3.0 to match User Guide. Sue White

More information

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O 2.4 GHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1 to 63 mw RF Data Rate Configurable

More information

KAPPA M. Radio Modem Module. Features. Applications

KAPPA M. Radio Modem Module. Features. Applications KAPPA M Radio Modem Module Features Intelligent RF modem module Serial data interface with handshake Host data rates up to 57,600 baud RF Data Rates to 115Kbps Range up to 500m Minimal external components

More information

802.11g Wireless Sensor Network Modules

802.11g Wireless Sensor Network Modules RFMProducts are now Murata Products Small Size, Integral Antenna, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital,

More information

RFD900x Radio Modem Data Sheet MHz frequency band

RFD900x Radio Modem Data Sheet MHz frequency band RFD900x Radio Modem Data Sheet 902-928MHz frequency band Product Specifications and Performance Flash Programmer User Manual Features Out of the box RF communications. Air data rate speeds of up to 750kbps

More information

SV-MESH Mesh network series Catalogue

SV-MESH Mesh network series Catalogue Catalogue 1. Description... 3 2. Features... 3 3. Applications... 3 4. Block Diagram... 4 5. Electrical Characteristics... 5 6. Operation... 5 Power on Reset... 5 Working mode... 6 Router mode... 8 Setting

More information

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer.

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com PmodIA Reference Manual Revised April 15, 2016 This manual applies to the PmodIA rev. A Overview The PmodIA is an impedance analyzer

More information

TARVOS-III REFERENCE MANUAL

TARVOS-III REFERENCE MANUAL TARVOS-III REFERENCE MANUAL AMB8826 / 2609011X8100X VERSION 2.1 NOVEMBER 7, 2018 Revision history Manual version 1.1 FW version 1.0.0-2.0.0 HW version Notes Date 2.2 Initial version January 2017 2.0 2.1.0

More information

LoRa1278 Wireless Transceiver Module

LoRa1278 Wireless Transceiver Module LoRa1278 Wireless Transceiver Module 1. Description LoRa1278 adopts Semtech RF transceiver chip SX1278, which adopts LoRa TM Spread Spectrum modulation frequency hopping technique. The features of long

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Wireless M-Bus High power N Mode RF Transceiver Module EN 13757-4:2013) Product Description The RC1701HP-MBUS is part of a compact surface-mounted Wireless M-Bus module family that measures only 12.7 x

More information

Multi-Channel RS-232 Serial RF Transceiver

Multi-Channel RS-232 Serial RF Transceiver RF-232 Multi-Channel RS-232 Serial RF Transceiver The RF-232 subassembly is a multi-channel serial radio transceiver. This device accepts and outputs standard serial data at one of three selectable data

More information

A RF44 UART TTL modules

A RF44 UART TTL modules A RF44 UART TTL modules User Guide Ref. 08-07-V5-lmn p. 1 No part of this document may be reproduced or transmitted (in electronic or paper version, photocopy) without Adeunis RF consent. This document

More information

Product Specification. 10Gb/s DWDM 80km XFP Optical Transceiver FTRX xx

Product Specification. 10Gb/s DWDM 80km XFP Optical Transceiver FTRX xx Product Specification 10Gb/s DWDM 80km XFP Optical Transceiver FTRX-3811-3xx PRODUCT FEATURES Supports 9.95Gb/s to 10.7Gb/s bit rates Hot-pluggable XFP footprint Maximum link length of 80km Temperature-stabilized

More information

LORA1278F30 Catalogue

LORA1278F30 Catalogue Catalogue 1. Overview... 3 2. Feature... 3 3. Application... 3 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Schematic... 5 7. Speed rate correlation table... 6 8. Pin definition... 6 9.

More information

LORA1276F30 Catalogue

LORA1276F30 Catalogue Catalogue 1. Overview... 3 2. Feature... 3 3. Application... 3 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Schematic... 5 7. Speed rate correlation table... 6 8. Pin definition... 6 9.

More information

10GBase LR/LW X2 Optical Transceivers WST-X2-LR-C

10GBase LR/LW X2 Optical Transceivers WST-X2-LR-C DataSheet Features: XAUIElectrical Interface: 4 Lanes @ 3.125Gbit/sData 1310nm DFB LASER Industry-standard,protocol-independent XFI interface Transmission distance up to 10KM SC-Duplex Optical Receptacle

More information

Wireless M-Bus Multi-Mode RF Transceiver Module (EN :2005)

Wireless M-Bus Multi-Mode RF Transceiver Module (EN :2005) Wireless M-Bus Multi-Mode RF Transceiver Module (EN 13757-4:2005) Product Description The RF Transceiver Module is a compact surface-mounted high performance module with embedded Wireless M-Bus protocol.

More information

OEM 100. User Manual. Figure 1: OEM 100 Module with HG Rectangular Antenna Board

OEM 100. User Manual. Figure 1: OEM 100 Module with HG Rectangular Antenna Board OEM 100 User Manual Figure 1: OEM 100 Module with HG Rectangular Antenna Board Revision History Revision History Release Version Date Revision Description Authors Version 1.0 07/20/09 Initial Release Bryan

More information

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18 Product specification Dec. 2012 V0.a ByVac Page 1 of 18 SV3 Relay Controller BV4111 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial interface...4 3.2. Motor Connector...4

More information

Ultra Compact IQ Modulator Bias Controller MBC-IQ-03

Ultra Compact IQ Modulator Bias Controller MBC-IQ-03 Ultra Compact IQ Modulator Bias Controller MBC-IQ-03 Figure 1. Top View Figure 2. Bottom View Feature Provides three biases for IQ modulators Modulation format independent: QPSK, QAM, OFDM, SSB verified

More information

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Quick Parameter List: 0x00: Device Number 0x01: Required Channels 0x02: Ignored Channels 0x03: Reversed Channels 0x04: Parabolic

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz. RF Chip Rate 11 Mcps RF Data Rates 1, 2, 5.

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz. RF Chip Rate 11 Mcps RF Data Rates 1, 2, 5. RFM Products are now Murata products. Small Size, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital, Serial and

More information

Stensat Radio Beacon

Stensat Radio Beacon Stensat Radio Beacon Stensat Group LLC Introduction The Stensat radio beacon is a small FM transmitter capable of generating AX.25 Unnumbered Information (UI) packets at 1200 bps AFSK and 9600 bps FSK.

More information

E70-433MS14 Datasheet v1.1

E70-433MS14 Datasheet v1.1 E70-433MS14 Datasheet v1.1 Contents 1. Introduction... 2 2. Features... 3 3. E70 Series... 3 4. Electrical Parameter... 4 5. UART Functional description (default)... 5 5.1 Fixed transmission... 5 5.2 Broadcast

More information

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0 CoolEx User Manual Revision 1.0 2 CoolEx User Manual Table of Contents Foreword 0 Part I Overview 3 Part II Configuration and Setup 4 1 Terminals Layout... 4 2 Modbus Address... Switch 4 Part III Functional

More information

BRAVO. SmartRadio Telemetry Module

BRAVO. SmartRadio Telemetry Module BRAVO SmartRadio Telemetry Module Features 8 Channel transceiver module Range up to 1,000 metres 8 Digital input/outputs Receiver outputs mirror transmitter inputs Minimal external components Secure data

More information

DRF4463D20 Medium Power ISM RF Transceiver Module V1.21

DRF4463D20 Medium Power ISM RF Transceiver Module V1.21 DRF4463D20 Medium Power ISM RF Transceiver Module V1.21 Features GFSK transceiver Module 433Mhz ISM frequency band 40Kbps RF data rate Multiple channels 20dBm Max. output power -121dBm sensitivity @1k

More information

SNIOT702 Specification. Version number:v 1.0.1

SNIOT702 Specification. Version number:v 1.0.1 Version number:v 1.0.1 Catelog 1 Product introduction... 1 1.1 Product introduction... 1 1.2 Product application... 1 1.3 Main characteristics... 2 1.4 Product advantage... 3 2 Technical specifications...

More information

XFP CWDM BIDI Series Preliminary

XFP CWDM BIDI Series Preliminary EOLX-BI1696-S-9XPL Series CWDM Single-Mode Pigtail with LC/APC Connector for 10GbE/10FC Bi-directional XFP Transceiver with same wavelength of TX/RX RoHS 6 Compliant Features Supports 9.95Gb/s to 11.3Gb/s

More information

DRF2018A113 Low Power Audio FM Transmitter Module V1.00

DRF2018A113 Low Power Audio FM Transmitter Module V1.00 DRF2018A113 Low Power Audio FM Transmitter Module V1.00 Features Audio PLL transmitter module 433/868/915Mhz ISM frequency band 13dBm Max. output power Phase noise: -94dBc/Hz Multiple channels Audio response:55~22khz

More information

DNT90MC DNT90MP. Low Cost 900 MHz FHSS Transceiver Modules with I/O

DNT90MC DNT90MP. Low Cost 900 MHz FHSS Transceiver Modules with I/O - 900 MHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter Power Configurable to 40 or 158 mw - 100 kbps RF Data Rate - Serial Port Data Rate

More information

Analog & Digital I/O Wireless Bridge USERS MANUAL R02

Analog & Digital I/O Wireless Bridge USERS MANUAL R02 Analog & Digital I/O Wireless Bridge USERS MANUAL R02 Contents Overview... 3 Specifications... 3 Absolute Maximum Ratings... 3 Recommended Operating Conditions... 3 Performance... 4 Power Requirements...

More information

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O - 900 MHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter Power Configurable to 40 or 158 mw - Built-in 0 dbi Chip Antenna - 100 kbps RF Data

More information

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version RF Transceiver or Intelligent Modem Versions Host Data Rate upto 19,200 Baud Data Rates to 20 K baud. 2 Selectable RF Channels Narrowband Crystal Controlled Optimal Range 200m Supply Voltage 3-5V Very

More information

Features Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ

Features Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ Ÿ FTLAB DESCRIPTION Features Solid state sensor : sensitive PIN Photodiode 10pc Sensitivity : 12cpm/μSv/h Measurement Range : 0.01 ~ 200μSv/h Linearity error : ±5% up to 100μSv/h Calibration free Supply

More information