Design of the distributed data server using PIC_SERVER v3.7

Size: px
Start display at page:

Download "Design of the distributed data server using PIC_SERVER v3.7"

Transcription

1 Author: Che-Chang Yang ( ); recommend: Yeh-Liang Hsu ( ). This document describes the design of the distributed data server (DDS) using PIC_SERVER v3.7. The DDS consists of two parts: the PIC_SERVER v3.7 module and the application board. A ZigBee RF transceiver module that enables wireless sensor network (WSN) capability for DDS is also presented. 1. PIC_SERVER v3.7 The PIC_SERVER v3.7 module is the core of the DDS. It comprises the minimum number of components that are required for basic operation as an embedded system. This module has reserved sockets to provide connectivity to external devices (e.g., the application board in this study). The size of PIC_SERVER v3.7 module is also small to maximize portability for a variety of applications. PIC_SERVER v3.7 module consists of three main components: a PIC microcontroller (PIC18LF6722, Microchip Co.), an EEPROM (24LC256, Microchip Co.), and an Ethernet interface controller (RTL8019AS, RealTek). The functional structure of PIC_SERVER v3.7 module is defined in Table 3.1 which lists the pin assignment of the PIC18LF6722. In general, the PIC_SERVER v3.7 module features the following main capabilities: (1) Analog-to-digital conversion and digital input/output (I/O) The PIC18LF6722 offers 10-bit analog-to-digital conversion (A/D converter) at the sampling rate up to around 800Hz. Two A/D converter channels (Pin RA0, RA5) are reserved on PIC_SERVER v3.7 module. A third A/D conversion channel (Pin RA1) is reserved for a switch. The PIC_SERVER v3.7 module also provides 7 channels of digital I/O (Pin RB0 to RB2 and Pin RB4 to RB7) for general logistic control. There are another 2 digital inputs (Pin RG3, RG4) reserved for switches to configure time setting of the real-time clock on the DDS. 1

2 (2) Serial data communications The PIC_SERVER v3.7 module provides two serial RS-232 channels that are commonly used for communication with PCs or external devices. The PIC_SERVER v3.7 module also provides serial I 2 C connectivity for internal communication between the microcontroller and electronic components. (3) Data processing The PIC18LF6722 provides fundamental signal processing capability at maximum clock rate of 40MHz. It has 128kbyte flash program memory and 3936byte SRAM. (4) Data logging and storage The PIC_SERVER v3.7module uses a MMC memory card for data storage. Data can be recorded in text files (*.txt) in FAT16 format. (5) Internet communication An Ethernet controller (RTL8019AS) is used for enabling TCP/UDP connectivity with static IP address and MAC address. This Internet connectivity of the PIC_SERVER v3.7 module is the most important capability among ordinary embedded system-based devices. Table 1. Pin assignment of the PIC18LF6722 for PIC_SERVER v3.7 module Function Pin Address A/D converter RA0 Analog(0) RA5 Analog(5), TTL RB0 Digital_1 RB1 Digital_2 RB2 Digital_3 Digital I/O RB4 Digital_4 RB5 Digital_5 RB6 Digital_6 RB7 Digital_7 Time set RG3 Digital_8, D/I RG4 Digital_9, D/I Switch RA1 Analog(1) RS-232 A RC6 RS-232_TX1 (D/O) RC7 RS232_RX1 (D/I) RS-232 B RG1 RS-232_TX2(D/O) RG2 RS232_RX2D/I) 2

3 RC3 I2C_SCL1 I 2 C RC4 I2C_DA1 RC0 RTC_SCLK Real-time clock RC1 RTC_IO (for DS1302) RC2 RTC_RST RB3 MMC_DOUT (TTL) Data storage medium RF0 MMC_DIN (MMC) RF1 MMC_CLK RF2 MMEC_SEL RF3 LCD_EN (D/O) RA2 LCD_RS RA3 LCD_RW LCD text display RF4 LCD_DATA4 RF5 LCD_DATA5 RF6 LCD_DATA6 RF7 LCD_DATA7 RG0 LCD backlight RD0 to RD7 NIC_CODE DATA RE0 NIC_IOR Ethernet interface RE1 NIC_IOW (for RTL8019AS) RE2 NIC_RESET (D/O) RE3 to RE7 NIC_ADDRESS System LED RA4 SYS_LED (D/O), ICP Beeper RC5 BEEP(D/O) Figure 1 and Figure 2 show the schematic design of PIC_SERVER v3.7 module. Figure 3 shows two 2.54-pitch dual-inline pin connectors to which external application circuitry or devices can be connected. Figure 4 shows the PCB layout of the PIC_SERVER v3.7 module that measures 60mm 50mm in size. All the components are in SMD footprints in order to save PCB layout space. The PCB uses a dual-layer circuit routes to interconnect all the components placed on the top layer. The PIC_SERVER v3.7 module can be fixed and secured to external objects via the four through holes at the corners of the PCB. Figure 5 shows the physical assembly of the PIC_SERVER v3.7 module. 3

4 Figure 1. Schematic of the PIC_SERVER v3.7 module (I): PIC18LF6722 4

5 Figure 2. Schematic of the PIC_SERVER v3.7 module (I): RTL8019AS & 24LC512 5

6 Figure 3. Schematic of the PIC_SERVER v3.7 module (III): Connectors Figure 4. The PCB layout of the PIC_SERVER v3.7 module (left: the component placement; right: dual-layer circuitry) 6

7 Figure 5. The physical assembly of PIC_SERVER v3.7 module 2. Design of the application board 2.1 Schematic design Figure 6 to Figure 10 show the schematics of the application board. In Figure 6, two DC+5V regulators (M2940, National Semiconductors) and a DC+3.3V regulator (LM3940, National Semiconductors) are used to regulate input power up to DC36V from an AC-DC adapter (typical input voltage DC9V-12V). The D1 LED indicates the presence of the input power and the D2 LED can be an optional user-defined status indicator. Figure 6. Schematic design of the application board (1): Power supply Figure 7 shows the connectors and switches on the application board. J2 and J3 are sockets for connecting the PIC_SERVER v3.7 module. All the reserved digital I/O ports, 7

8 analog channels and DC power are reserved in the connector J4 for connecting to sensors, switches or a LCD text display. The S1 and S2 switches are for RESET and inner chip programmer (ICP) mode control of the PIC_SERVER v3.7 module. S3 is a user-defined switch for logic (on/off status) control. Figure 8 shows the RS-232 circuit and interface in the application board. A Dual EIA-232 driver/receiver IC (MAX232 or HIN232) is used to regulate the RS-232 interface voltage level. The PIC_SERVER v3.7 offers two RS-232 channels (RS-232A/B). The RS-232A is for communicating with PCs and the RS-232B is for connecting with any external RS-232 compatible devices. Figure 7. Schematic of the application board (2): Connectors and switches Figure 8. Schematic of the application board (3): RS-232 interface Figure 9 shows the schematics of the MMC sockets, the RJ45 Internet cable connector, and the real-time clock. Note that the MMC socket used on the DDS does not support the 8

9 MMC-plus memory card that features a faster R/W speed. The footprint of the RJ-45 connector (P65-P01-11A9, SpeedTech) is compatible with an old version P A9 which does not have the LEDs indicating the Internet TX/RX status. The real-time clock serves as a timer that provides time information for the system. A CR2032 3V lithium battery (BT1) is used as a backup power source to reserve time information in the absence of the supply power. The system can retrieve accurate time information with a properly selected crystal oscillator (Y1) and its two coupling capacitors (C10, C11). Figure 9. Schematic of the application board (4): MMC (left), RJ-45 connector (right), real-time clock (below) The DDS has a built-in RF receiver circuit that provides a basic RF data forwarding and remote control from compatible RF devices. Figure 10 shows the built-in RF receiver circuit on the application board. U9 is a RF receiver (RWS-530, Wenshing Electronics) coupled with a SMA antenna set (E1). The RWS-530 receives MHz RF signals in ASK modulation. The decoder (U8, PT2272, Princeton Technology Corp.) decodes the received RF signals into a 6-bit binary sequence in which the 6 bits of D0 to D5 are connected to the digital input pin of RB6, RB7 RB2, RB1, RB4, and RB0, respectively. The ID address can be configured by the 6-bit DIP switch S4 for to identify paired RF devices. The PT2272 decoder can only recognize RF data sent with the same ID address at the transmitter. Note that the RF receiver circuit is an optional function for the DDS. If this 9

10 circuit is in use, the RBx pins reading the status of the PT2272 decoder outputs are hence not available in the connector J4. Figure 10. Schematic of the application board (5): On-board wireless RF circuitry 2.2 PCB layout and DDS assembly Figure 11 shows the component placement and circuit layout of the PCB of the application board. The PCB size is mm and all components are pin-through-hole (PTH) type because the sizes and number of the components does not greatly affect the overall PCB layout and electrical characteristics. It will be also more convenient to use PTH components if further circuit modifications are needed. The RS-232B connector is put in the front panel so that external devices can be easily connected to the DDS. The button switch (S3) is put next to that RS-232B connector for the consideration of applications that need a switch as a functional trigger. The reserved I/O ports (J4) of the DDS depicted in Figure 12 is also put in the front panel of the DDS. Figure 12 shows the DDS and with its case assembly. 10

11 Figure 11. Component placement (above), and PCB layout (below) of the application board 11

12 GND RC3 PW +5V EXT +3.3V RG4 RG3 RB7 RB6 RB5 RB4 RB2 RB1 RB0 RC4 RA1 RA5 RA0 RG0 RF7 RF6 RF5 RF4 RA3 RA2 RF3 MCLR Figure 12. The reserved I/O ports of the DDS Figure 13. The DDS (left) with its case assembly (right) 3. Design of the ZigBee RF transceiver module Although the application board has a built-in RF receiver circuit that operates via ASK MHz radio band, several capability constraints have to be taken into consideration. First, the DDS with such built-in RF circuit can only receive data that is transmitted from other devices. In other words, the DDS is unable to transmit data to other devices within a network. Secondly, the fact that data must be in the protocol of a short binary sequence limits the usability in applications that require transmitting multiple raw signals or sensor readings. Third, the data rate is low, and intensive data transmission via such low frequency radio band as MHz might not be reliable enough. Therefore, an upgrade is needed to advance the capability of RF data transmission in addition to a simple radio utility. 12

13 3.1 Wireless sensor network and ZigBee Wireless sensor network (WSN) technology has been widely used in a variety of personal area network (PAN) applications. A WSN consists of a number of spatially distributed sensors that cooperatively monitor physical or environment conditions over a range of space. A common and typical industrial application using WSN technology is temperature and humidity monitoring. ZigBee has been the mainstream RF protocol for wireless PAN (WPAN)-based WSN applications in the industries. It bases on IEEE standard that specifies operation in unlicensed 868MHz, 915MHz or 2.4GHz industrial, scientific and medical (ISM) radio bands. The 2.4GHz radio band is the mainstream ZigBee specification due to its highest data rate up to 250kbps. ZigBee is targeted at RF applications that require low data rate, long battery life, and autonomous networking capabilities. A typical ZigBee network consists of one coordinator and one or more routers and/or end devices. Figure 14 illustrates an example of typical ZigBee PAN network topology. A PAN-ID is required for a coordinator to initiate a valid network that allows other routers and/or end devices with the same PAN-ID to join. When a router or end device joins a PAN, it receives a 16-bit network address from the coordinator and can transmit data to or receive data from other devices in the PAN. Routers and the coordinator can allow other devices to join the PAN, and can assist in sending data through the network to ensure data is routed correctly to the intended recipient device. Note that end devices in a PAN can transmit or receive data but cannot route data from one node to another, nor can they allow devices to join the PAN. End devices must always communicate directly with their parent routers or the coordinator they joined to. The parent router or coordinator can route data on behalf of an end device to ensure that it reaches the correct destination. End devices can be battery-powered so as to support the operation in low power modes (sleep mode), while routers and the coordinator must be mains-powered because the routers and coordinator must be always on for receiving or routing data between the nodes. In sum, ZigBee RF protocol provides WSN-based systems with an advanced networking topology that offers more efficient ways in data transmission at low power operations. 13

14 C R E Coordinator - Necessary and only one per PAN - Mains-powered Router -Optional - Can be multiple in a PAN - Mains-powered End device - Can be multiple in a PAN - Can be battery-driven E C R R R E E E Figure 14. Example of typical ZigBee PAN network topology The ZigBee RF transceiver module designed for the DDS uses the XBee Series 2 OEM RF module (Digi International) as shown in Figure 15. The XBee Series 2 OEM RF module is an integrated RF transceiver measures mm in size (without antenna) and it operates in accordance with ZigBee protocol in 2.4GHz radio band. The maximal data rate is 250kbps with line-of-sight transmission ranges of up to 120m (outdoors) and 40m (indoors). It can be supplied with low voltage power from 2.1V to 3.6V that is suitable for battery-driven applications. The XBee Series OEM RF module supports point-to-point, point-to-multipoint, and peer-to-peer topologies with self-routing and mesh networking. External devices, such as PCs or microprocessors can communicate with the XBee Series 2 OEM RF module using serial RS-232 (TX/RX) interface. The XBee Series 2 OEM RF module has dual in-line pins for direct connecting to a PCB without the need of soldering. 14

15 Figure 15. The XBee Series 2 OEM RF module 3.2 Schematic and PCB design The ZigBee RF transceiver module for the DDS is simple and uses only a few components. As the schematic and PCB layout shown in the Figure 16, the JP1 socket is for connecting the RF transceiver module to the DDS so as to provide power for the ZigBee RF transceiver module. A Dual EIA-232 MAX232 driver/receiver IC (U1, or compatible items, e.g., HIN232) is used as a serial communication interface for regulating RS-232 voltage levels between the XBee Series 2 OEM RF module and the DDS. A 3-wired cable from the J1 connector of the ZigBee RF transceiver module is connected to the RS-232B connector of the DDS. Figure 17 shows the DDS equipped with the ZigBee RF transceiver module. Finally the bill of material list of the DDS is shown in the Appendix. Figure 16. The schematic design and PCB layout of the RF transceiver module 15

16 Figure 17. The DDS equipped with the ZigBee RF transceiver module Appendix: Bill of material list of the DDS Table A1. PIC_SERVER v3.7 module Designator Part/item General footprint Note U1 RTL8019AS 100-pin QFP U2 PIC18LF pin TQFP U3 24LC512 8-pin SOIC D1 LED 0805 CN1 Socket (F) IDC24 CN2 IDC26 C1-C6, C9-C10 0.1uF (104) Capacitors 0805 C7-C8 22pF Y1 20MHz XTAL HC-49 Y2 10MHz R1-R3, R5 2.2kΩ R4, R6, R7 4.7kΩ Resistors 0805 R8 120Ω R9 10kΩ Table A2. Application board Designator Part/item General footprint Note U1-U2 LM2940 U3 LM3940 TO-220H U5 MAX232 DIP16 HIN232 compatible U6 DS1302 DIP8 U7 MMC socket 7-pin, MMC-plus not compatible U8 PT2272 DIP18 U9 RWS

17 J1 DC jack J2 IDC24 J3 Sockets (F) IDC26 J4 IDC30 J5 DSUB-9-F D-sub 9 J6 DSUB-9-M J7 RJ-45 P65-P01-11A9 J8 J9 Sockets (M) CON2 Jumpers C1, C3 0.47uF C2, C4 RB 47uF/100uF C5 33uF Capacitors C6-C9, C13 0.1uF (104) C10, C11 RAD0.1 22pF C12 1uF (105) R1, R2, R19 2.2kΩ R3 200Ω R4, R6, 10kΩ R8,R10 Resistors AXIAL0.3 R5, R7, R9 20kΩ R11-R16 1kΩ (2.2kΩ) R17 820kΩ R18 100kΩ LS1 Beeper D1, D2 LED 90 LED set S1, S2 90 S3 switches S4 DIP12 BT1 CR 2032 battery set Y1 XTAL kHz E1 Antenna 433MHz Table A3. ZigBee RF transceiver module Designator Part/item General footprint Note U1 MAX232 DIP16 HIN232 compatible U2 XBee Seris 2 OEM RF 2.0-pitch pin socket (F) module JP1 Socket IDC30 J1 Socket CON3 C1-C4 Capacitors uF 17

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

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

MY-ZB010C UART to ZigBee Module

MY-ZB010C UART to ZigBee Module MY-ZB010C UART to ZigBee Module Product Overview The MY-ZB010C is an industrial UART to ZigBee module designed by MYIR for applications which require low cost, low power, high reliability and far distance

More information

Preliminary. 4-Channel RTD/4-20 ma Wireless Sensor Node SN24R420-4

Preliminary. 4-Channel RTD/4-20 ma Wireless Sensor Node SN24R420-4 Preliminary - 4 Analog Channel, Battery Powered Wireless Sensor Node - 2 RTD Inputs and 2 4-20 ma Inputs Plus 2 Switch Inputs - Supports 2- and 3-Wire 100 ohm Platinum RTDs - Switch State and Change-of-State

More information

PICee Development System

PICee Development System PICee Development System a PICF-based single-board computer by Reinhardt Weber, DCZM weber.reinhardt@t-online.de This single-board computer, using the popular low-cost PICF microcontroller, has been developed

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

AcuMesh Wireless RS485 Network. User's Manual SOLUTION

AcuMesh Wireless RS485 Network. User's Manual SOLUTION AcuMesh Wireless RS485 Network User's Manual AN SOLUTION ACUMESH - WIRELESS METERING SYSTEM COPYRIGHT 2015 V1.2 This manual may not be altered or reproduced in whole or in part by any means without the

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz DEVELOPMENT KIT (Info Click here) 2.4 GHz ZigBee Transceiver Module Small Size, Light Weight, +18 dbm Transmitter Power Sleep Current less than 3 µa FCC and ETSI Certified for Unlicensed Operation The

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

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

Ethernet to 900 MHz RF Modem

Ethernet to 900 MHz RF Modem MLB-Z4001 Ethernet to 900 MHz RF Modem USER MANUAL MLB-Z4001 Terminal User Guide 1 Rev 1.0 Information provided by Schmidt & Co., (HK) Ltd, (herein known as the company ), is believed to be accurate and

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

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

Complete 2.4 GHz RF Transceiver Module with Built-In RFDP8 Application Protocol Part Numbers RFD21733, RFD21735, RFD21737, RFD21738, RFD21739

Complete 2.4 GHz RF Transceiver Module with Built-In RFDP8 Application Protocol Part Numbers RFD21733, RFD21735, RFD21737, RFD21738, RFD21739 Complete 2.4 GHz RF Transceiver Module with Built-In Application Protocol Part Numbers,,,, Optional Configuration For use with External Antenna 15mm x 15mm (0.600 inch x 0.600 inch) / is a complete, READY-TO-USE

More information

Frequency 434=434MHz 868=868MHz 915=915MHz

Frequency 434=434MHz 868=868MHz 915=915MHz Ultra Low Power sub GHz Multichannels Transceiver The module is based on Texas Instruments CC0F component. This device combines a flexible, very low power RF transceiver with a powerful MHz Cortex M microcontroller

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

More information

The Guitar Chord Learning System

The Guitar Chord Learning System The Guitar Chord Learning System Calvin A. Sessions Hardware Description April 19, 2005 Western Washington University Electronics Engineering Technology ETEC 474, Professor Morton INTRODUCTION The Guitar

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

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

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

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

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

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

CMU232 User Manual Last Revised October 21, 2002

CMU232 User Manual Last Revised October 21, 2002 CMU232 User Manual Last Revised October 21, 2002 Overview CMU232 is a new low-cost, low-power serial smart switch for serial data communications. It is intended for use by hobbyists to control multiple

More information

Wireless LAN network. Wireless USB network

Wireless LAN network. Wireless USB network Wireless data loggers for humidity and temperature Wireless systems Wireless Data Logger for Humidity and Temperature Probes. HygroClip2 probes for humidity and temperature measurement Wireless frequency:

More information

Receiver 10-5 BER -100 dbm Transmitter RF Output Power 1 10 or 63 mw mw Antenna Impedance 50 Ω

Receiver 10-5 BER -100 dbm Transmitter RF Output Power 1 10 or 63 mw mw Antenna Impedance 50 Ω - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Transmitter EIRP 15.8 mw or 100 mw with 2 dbi

More information

LBI-39061A. Installation Manual. DTMF Encoder 344A4209P23 (MHDE5U) ericssonz

LBI-39061A. Installation Manual. DTMF Encoder 344A4209P23 (MHDE5U) ericssonz LBI-39061A Installation Manual DTMF Encoder 344A4209P23 (MHDE5U) ericssonz TABLE OF CONTENTS Page INTRODUCTION...3 GENERAL DESCRIPTION...3 PROGRAMMING...3 THEORY OF OPERATION...3 INSTALLATION AND ALIGNMENT...4

More information

FEATURES DESCRIPTION BENEFITS APPLICATIONS. Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver

FEATURES DESCRIPTION BENEFITS APPLICATIONS. Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver Preliminary PT4501 Sub-1 GHz Wideband FSK Transceiver DESCRIPTION The PT4501 is a highly integrated wideband FSK multi-channel half-duplex transceiver operating in sub-1 GHz license-free ISM bands. The

More information

HAMRADIOINDIA. Volume

HAMRADIOINDIA. Volume Volume HAMRADIOINDIA Direct Digital Synthesizer for Amateur Bands DDS VFO for Amateur Bands HAMRADIOINDIA contact@hamradioindia.org www.hamradioindia.org Chapter Direct Digital Synthesizer VFO for Amateur

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz DEVELOPMENT KIT (Info Click here) 2.4 GHz ZigBee Transceiver Module Small Size, Light Weight, Low Cost Sleep Current less than 3 µa FCC and ETSI Certified for Unlicensed Operation The ZMN2405 2.4 GHz transceiver

More information

Handy dandy little circuit #17 #17

Handy dandy little circuit #17 #17 Handy dandy little circuit #17 #17 Download # 17 in PDF There are a lot of alarm systems on the market but you might be inclined to build your own. This little project can be put together using inexpensive

More information

TD_485 Transceiver Modules Application Guide 2017

TD_485 Transceiver Modules Application Guide 2017 TD_485 Transceiver Modules Application Guide 2017 1. RS485 basic knowledge... 2 1.1. RS485 BUS basic Characteristics... 2 1.2. RS485 Transmission Distance... 2 1.3. RS485 bus connection and termination

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

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding Advanced Laser Trimmed Ceramic Module AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary

More information

Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University of Technology Guangzhou,

Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University of Technology Guangzhou, Contents lists available at Journal homepage: http://twasp.info/journal/home Ahmad Faraz Hussain 1, Polash Kumar Das *1, Prabhat Ranjan 1 1 School of Electronic and information, South China University

More information

RFID Door Unlocking System

RFID Door Unlocking System RFID Door Unlocking System Evan VanMersbergen Project Description ETEC 471 Professor Todd Morton December 7, 2005-1- Introduction In this age of rapid technological advancement, radio frequency (or RF)

More information

AO-1505-THM ZigBee Temperature and Humidity Sensor

AO-1505-THM ZigBee Temperature and Humidity Sensor Features Reliable wireless transceiver module. Compatible with Peer to Peer, Star, Tree, or Mesh network configurations. AO-50 with on board PCB ANT with 50M range (LOS). AO-50A with external Antenna.

More information

RF Wireless Serial Device Server

RF Wireless Serial Device Server RF-SDS RF Wireless Serial Device Server The RF-SDS subassembly is a radio transceiver acting as a Serial Device Server, which externally connects a remote serial RF transceiver to an Ethernet network (TCP/IP).

More information

4 CHANNEL TWISTED PAIR CABLE Rs485 BASED REMOTE CONTROLLER

4 CHANNEL TWISTED PAIR CABLE Rs485 BASED REMOTE CONTROLLER 4 CHANNEL TWISTED PAIR CABLE Rs485 BASED REMOTE CONTROLLER 4 Channel 2 core twisted pair remote controller built using PT2262, PT2272-M4 IC from Princeton technology and MAX485 IC from Maxim. PT2262 is

More information

nrf905-evboard nrf905 Evaluation board PRODUCT SPECIFICATION GENERAL DESCRIPTION

nrf905-evboard nrf905 Evaluation board PRODUCT SPECIFICATION GENERAL DESCRIPTION nrf905 Evaluation board nrf905-evboard GENERAL DESCRIPTION This document describes the nrf905-evboard and its use with the Nordic Semiconductor nrf905 Single Chip 433/868/915MHz RF Transceiver. nrf905-

More information

Brief Manual of HERA Application Board. with MiDAS Family. V2.0 March 2006

Brief Manual of HERA Application Board. with MiDAS Family. V2.0 March 2006 MiDAS HERA Family BM-HERA-V2. Brief Manual of HERA Application Board with MiDAS Family V2. March 26 CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements,

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

DNT900. Low Cost 900 MHz FHSS Transceiver Module with I/O

DNT900. Low Cost 900 MHz FHSS Transceiver Module with I/O DEVELOPMENT KIT (Info Click here) 900 MHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1

More information

REMOTE TRACKING SOLUTION CS-P00C-RS-1B-Rev.A This document provides the technical specification of REMOTE TRACKING SOLUTION.

REMOTE TRACKING SOLUTION CS-P00C-RS-1B-Rev.A This document provides the technical specification of REMOTE TRACKING SOLUTION. REMOTE TRACKING SOLUTION CS-P00C-RS-1B-Rev.A This document provides the technical specification of REMOTE TRACKING SOLUTION. User Manual Name Document number UHF LoRa Transceiver Module Ionos D2 SX1276

More information

Connecting a Neuron 5000 Processor to an External Transceiver

Connecting a Neuron 5000 Processor to an External Transceiver @ Connecting a Neuron 5000 Processor to an External Transceiver March 00 LonWorks Engineering Bulletin The Echelon Neuron 5000 Processor provides a media-independent communications port that can be configured

More information

EL7302. Hardware Design Guide

EL7302. Hardware Design Guide Hardware Design Guide Version: Preliminary 0.0 Date: January. 2005 Approval: Etron technology, Inc P.O. Box 19-54 No.6 Technology Road V. Science-based Industrial Park, Hsinchu,30077 Taiwan, R.O.C. Tel:

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart CONTENTS. Saab TransponderTech AB. Appendices. Project designation. Document title

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart CONTENTS. Saab TransponderTech AB. Appendices. Project designation. Document title Appendices 1 (10) Project designation R5 RIC Document title CONTENTS 1 Installation... 2 1.1 Connectors... 2 1.1.1 Power... 2 1.1.2 Video... 2 1.1.3 Sync... 3 1.1.4 RS232/ARP/ACP... 3 1.1.5 Radar data...

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

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

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

Ocean Controls KT-5221 Modbus IO Module

Ocean Controls KT-5221 Modbus IO Module Ocean Controls Modbus IO Module 8 Relay Outputs 4 Opto-Isolated Inputs 2 Analog Inputs (10 bit) 1 PWM Output (10 bit) 4 Input Counters Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs,

More information

DS1307/DS X 8 Serial Real Time Clock

DS1307/DS X 8 Serial Real Time Clock DS1307/DS1308 64 X 8 Serial Real Time Clock www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid

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

Specification Sym Notes Minimum Typical Maximum Units 900 MHz Operating Frequency Range MHz

Specification Sym Notes Minimum Typical Maximum Units 900 MHz Operating Frequency Range MHz 900 MHz FHSS DNT90/Ethernet Gateway Optional 128-Bit AES Encryption Point-to-point, Point-to-multipoint or Store and Forward Operation 158 mw EIRP 900 MHz Transmitter Power 10/100Base-T Auto-sensing Ethernet

More information

(DC)TR-76D. Data Sheet. Transceiver Module MICRORISC s.r.o. Datasheet_TR-76D_ Page 1

(DC)TR-76D. Data Sheet. Transceiver Module MICRORISC s.r.o.  Datasheet_TR-76D_ Page 1 (DC)TR-76D Transceiver Module Data Sheet 2016 MICRORISC s.r.o. www.iqrf.org Datasheet_TR-76D_160118 Page 1 Description (DC)TR-76D is a family of IQRF transceiver modules operating in the 868 MHz and 916

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

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

Wireless LAN network. Wireless USB network

Wireless LAN network. Wireless USB network Wireless data loggers for humidity and temperature Wireless systems Wireless Data Logger for Humidity and Temperature Probes. HygroClip 2 Probes for humidity and temperature measurement Wireless frequency:

More information

Wireless systems.

Wireless systems. Wireless data loggers for humidity and temperature Wireless systems Wireless Data Logger for Humidity and Temperature Probes. HygroClip 2 Probes for humidity and temperature measurement Wireless frequency:

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

RFID Integrated Teacher Monitoring

RFID Integrated Teacher Monitoring RFID Integrated Teacher Monitoring Introduction Article by Adewopo Adeniyi M.Sc, Texila American University, Nigeria Email: preciousadewopon@yahoo.com Radio Frequency Identification (RFID) is a generic

More information

About LC Meter This is one of the most accurate and simplest LC inductance / capacitance Meters that one can find, yet one that you can easily build y

About LC Meter This is one of the most accurate and simplest LC inductance / capacitance Meters that one can find, yet one that you can easily build y Home Electronic Store Electronic Blog Electronic Schematics Tutorials Downloads Lin Very Accurate LC Meter based on PIC16F84A IC. LC Meter Part's List: 2x 1K 2x 6.8K 1x 47K 3x 100K 1x 10K POT 2x 10pF 1x

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Operational Description

Operational Description Operational Description Wallterminal WT2000 ISO Tagit The Wallterminal WT2000 consists of the two components control unit and reader unit. The control unit is usually mounted in a save area inside the

More information

UN2 - Universal controller Building automation s missing link

UN2 - Universal controller Building automation s missing link Building automation s missing link Introduction A flexible line of controllers that allows facility managers, contrac - tors and OEM manufacturers to deploy integrated solutions for HVAC, lighting, and

More information

Frequency Synthesizer Project ECE145B Winter 2011

Frequency Synthesizer Project ECE145B Winter 2011 Frequency Synthesizer Project ECE145B Winter 2011 The goal of this last project is to develop a frequency synthesized local oscillator using your VCO from Lab 2. The VCO will be locked to a stable crystal

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

School of Engineering Science Burnaby, BC V5A 1S6. November 2, 2009

School of Engineering Science Burnaby, BC V5A 1S6. November 2, 2009 November 2, 2009 Dr. John Bird School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Dear: Dr. Bird and Mr. Whitmore, The attached document presents the design specification

More information

AN-1370 APPLICATION NOTE

AN-1370 APPLICATION NOTE 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 Design Implementation of the ADF7242 Pmod Evaluation Board Using the

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary or Latching & Serial Data. Direct

More information

Power and ground is applied to the nrf401 Loop Module via connector footprint J1. Voltage range on this input must be restricted to +2.7V to +5.25V.

Power and ground is applied to the nrf401 Loop Module via connector footprint J1. Voltage range on this input must be restricted to +2.7V to +5.25V. nrf401-loopkit 1. Introduction The Loop Kit for the nrf401 Single chip 433MHz RF transceiver has been developed to enable customers to get hands-on experience with the functionality of the device combined

More information

AAØZZ Control Board for Si570 Daughtercard

AAØZZ Control Board for Si570 Daughtercard AAØZZ Control Board for Si570 Daughtercard Complete Signal Generator for 10 to 157 MHz By Craig Johnson, AAØZZ AAØZZ@CBJOHN.COM www.cbjohn.com/aaøzz TABLE OF CONTENTS 1 Introduction... 2 2 Hardware Description...

More information

Main Features. Highlights

Main Features. Highlights Highlights For portable use or continuos system; Multi-position measuring system using wireless communication from MASTER to SLAVE units; N.4 analog inputs, n.1 digital inputs; Inputs extension using MASTER/SLAVE

More information

DS275S. Line-Powered RS-232 Transceiver Chip PIN ASSIGNMENT FEATURES ORDERING INFORMATION

DS275S. Line-Powered RS-232 Transceiver Chip PIN ASSIGNMENT FEATURES ORDERING INFORMATION Line-Powered RS-232 Transceiver Chip FEATURES Low power serial transmitter/receiver for battery-backed systems Transmitter steals power from receive signal line to save power Ultra low static current,

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Advanced RTK GPS / Compass module with 100x100 mm ground plane and 32-bit MCU

Advanced RTK GPS / Compass module with 100x100 mm ground plane and 32-bit MCU TGM100 Advanced RTK GPS / Compass module with 100x100 mm ground plane and 32-bit MCU Data Sheet Revision: 0.3 Date of Last Revision: 18 April 2017 True Flight Technology, Inc. ( TFT ) reserves the right

More information

RN-41-SM. Class 1 Bluetooth Socket Module. Features. Applications. Description. Block Diagram. rn-41sm-ds 9/9/2009

RN-41-SM. Class 1 Bluetooth Socket Module. Features. Applications. Description. Block Diagram.   rn-41sm-ds 9/9/2009 RN-41-SM www.rovingnetworks.com rn-41sm-ds 9/9/2009 Class 1 Bluetooth Socket Module Features Socket module 3/5V DC TTL I/O Fully qualified Bluetooth 2.1/2.0/1.2/1.1 module Bluetooth v2.0+edr support Low

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

HumPRC TM Series Evaluation Module Data Guide

HumPRC TM Series Evaluation Module Data Guide HumPRC 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

LR1276 Module Datasheet V1.0

LR1276 Module Datasheet V1.0 LR1276 Module Datasheet V1.0 Features LoRaTM Modem 168 db maximum link budget +20 dbm - 100 mw constant RF output vs. V supply +14 dbm high efficiency PA Programmable bit rate up to 300 kbps High sensitivity:

More information

DRF5150S Wireless Sensor Transmitter Module V1.30

DRF5150S Wireless Sensor Transmitter Module V1.30 DRF5150S Wireless Sensor Transmitter Module V1.30 Features GFSK Transmitter module ISM frequency bands 81K bps data rate 10dBm output power Baud rate configurable 256 bytes data buffer Standby current

More information

4 Channel RF Remote Controller with Momentary Outputs

4 Channel RF Remote Controller with Momentary Outputs 4 Channel RF Remote Controller with Momentary Outputs 4 Channel RF remote built using PT2262 and PT2272 IC from Princeton technology. PT2262 used as Encoder (Transmitter) and PT2262 Decoder (Receiver)

More information

DS1307ZN. 64 X 8 Serial Real Time Clock

DS1307ZN. 64 X 8 Serial Real Time Clock 64 X 8 Serial Real Time Clock www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100 56

More information

Revision WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL

Revision WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL Revision 1.0.3 WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL RADIOTRONIX, INC. WI.232FHSS-25-FCC-R/ RK-WI.232FHSS-25-FCC-R USER S MANUAL Radiotronix 905 Messenger Lane Moore, Oklahoma 73160

More information

16 Bit Micro Experimenter Assembly and Check out Instructions

16 Bit Micro Experimenter Assembly and Check out Instructions 16 Bit Micro Experimenter Assembly and Check out Instructions The kit you purchased that includes PCB, schematic, complete parts list and these assembly instructions. A top picture of the complete assembly

More information

SonoLab Echo-I User Manual

SonoLab Echo-I User Manual SonoLab Echo-I User Manual Overview: SonoLab Echo-I is a single board digital ultrasound pulse-echo solution. The system has a built in 50 volt high voltage generation circuit, a bipolar pulser, a transmit/receive

More information

JOINT STOCK COMPANY. MULTICHANNEL RECEIVER RI-4010M (version RM ) User guide

JOINT STOCK COMPANY. MULTICHANNEL RECEIVER RI-4010M (version RM ) User guide JOINT STOCK COMPANY MULTICHANNEL RECEIVER RI-4010M (version RM1-60619) User guide Safety requirements Before using the multichannel receiver RI-4010M read this user guide and follows safety requirements!

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

DN-90 Series. 900 MHz Wireless Serial Modems

DN-90 Series. 900 MHz Wireless Serial Modems - 900 MHz RS-232C and RS-232C/RS-485 Serial Modems - Optional 128-Bit AES Encryption - Point-to-point,Point-to-multipoint, Peer-to-peer and Store & Forward Capabilities - Frequency Hopping Spread Spectrum

More information

The Skiidometer. Hardware Description By: Adam Lee ; Etec474; Prof. Morton; WWU

The Skiidometer. Hardware Description By: Adam Lee ; Etec474; Prof. Morton; WWU The Skiidometer Hardware Description By: Adam Lee 04.26.2003; Etec474; Prof. Morton; WWU General Description The Skiidometer is a portable meter which serves as a digital companion on the ski slopes. By

More information

R-Log Radio data logger

R-Log Radio data logger > data loggers R-Log Radio data logger Highlights For portable use or continuos system; Multi-position measuring system using wireless communication from MASTER to SLAVE units; N.4 analog inputs, n.1 digital

More information

LMS485 5V Low Power RS-485 / RS-422 Differential Bus Transceiver

LMS485 5V Low Power RS-485 / RS-422 Differential Bus Transceiver 5V Low Power RS-485 / RS-422 Differential Bus Transceiver General Description The LMS485 is a low power differential bus/line transceiver designed for high speed bidirectional data communication on multipoint

More information

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS SHAIK NASREEN 1, H.SOMASEKHAR 2 1 Shaik Nasreen, M-Tech Student, Dept Of ECE, Kottam College of Engineering, Chinna tekur, Kallur mandal,

More information

QUASAR PROJECT KIT # /24 HOUR GIANT CLOCK

QUASAR PROJECT KIT # /24 HOUR GIANT CLOCK This project was originally published in the electronics magazine, Silicon Chip, a few years ago. It is issued here as a kit with permission. Some modifications to the original published circuit and software

More information

(DC)TR-72D. Data Sheet. Transceiver Module MICRORISC s.r.o. Datasheet_TR-72D_ Page 1

(DC)TR-72D. Data Sheet. Transceiver Module MICRORISC s.r.o.  Datasheet_TR-72D_ Page 1 (DC)TR-72D Transceiver Module Data Sheet 2015 MICRORISC s.r.o. www.iqrf.org Datasheet_TR-72D_151005 Page 1 Description (DC)TR-72D is a family of IQRF transceiver modules operating in the 868 MHz and 916

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

Ten Tec DDS Board Assembly Procedure

Ten Tec DDS Board Assembly Procedure 05 May 2014 Ten Tec DDS Board Assembly Procedure You will find a photo of a completed board at the end of these instructions. Refer it whenever clarification is required. 1. AD9835 Attachment If you purchased

More information

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION *M.Raga Divya, ** Y.Ratna Babu *Department of Electronics and Communication VIGNAN S Lara Institute of Technology and Sciences,

More information

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI

Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI Maxim > Design Support > Technical Documents > Application Notes > Wireless and RF > APP 4929 Keywords: ISM, RF, transmitter, short-range, RFIC, switching power amplifier, ETSI APPLICATION NOTE 4929 Adapting

More information