Home » Communications » Wireless serial connection network wireless signal transmission
Jul
07
 






INTRODUCTION:


Data collection, serial communication and wireless signal transmission are a common applications in industrial, medical and scientific area. Sensors data or even the machine control command are used serial communication protocol to transmit to other machines. The user has to carry around an RS232 cable as the communication media.


 


UART-Link is a low cost, user friendly,  plug and play, wireless network module which is ideal for these applications. It combines 2.4GHz RF (Radio Frequency) chip and MCU with the communication stack with the PCB antenna which provide small size module for different applications.


 


UART-Link is a RF module based on UART (serial) Protocol. It consists of one ZigBee RFIC and one MCU containing communication stack which allow two ways serial communication.


 


It provides two ways point-to-point, one-to-many network topologies and 16 Direct Sequence software selectable frequency channels.



Up to 57600bps Baud Rate, the UART-Link provides faster serial communication.


FEATURES:














UART-LINK is interference-free from other wireless devices in the 2.4GHz ISM band such as W-LAN and Bluetooth.


One-to-Many wireless communication between different UART-Link modules providing broadcasting communication.

UART-Link uses Direct Sequence Spread Spectrum and provides 16 frequency channels for user to set the transmission frequency and receive frequency.
The communication distance the UART-Link modules are from 10m to 25m.

 


UART-Link Network

SPECIFICATION:



















































Performance


Indoor/Urban Range

10m


Outdoor RF line-of-sight Range


25m


Transmit Power Output


0dBm (typical)


Data Rate


10kbps


Receiver Sensitivity


-91dBm (typical, 1.0% PER)


Transmission type


2 ways, Half Duplex


Power Requirement


Operating Voltage


3.5V – 12V


Transmit Current (typical)


49.5mA (@5V)


Idle / Receive Current (typical)


48.5mA (@5V)


General


Frequency


ISM 2.4 GHz


Dimensions


( 26.5cm x 31.5cm)


Operating Temperature Range


-20°C – +80°C


Networking and Security


Supported Network Topologies


Point-to-Point, Peer-to-Peer Point-to-Multipoint


Number of Channels


16 Direct Sequence Channels (software selectable)


UART requirement


Baud Rate


57600bps


Data Format


8 Bit, No Parity, 1 Stop Bit

 

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Related posts:

  1. 4x Serial to Ethernet and Wi-Fi Module – Programmable Ethernet Module FeaturesThe EM1000W combines an EM1000 serial-to Ethernet module with an WA1000 wireless Wi-Fi Module that is mounted piggy-back on top. Programmable Ethernet Module Features High-performance (88 MHz) RISC processor. One 100BaseT Ethernet port with Auto-MDX (detection of straight-through or crossover cable). Standard Ethernet magnetics are not integrated into the Module. Support for UDP(1), TCP(1), ICMP [...]...
  2. Wireless USB Pen Adapter USB2.0, Model: AWU254 Airnet/ Azio 54Mbps Wireless USB Pen Adapter, IEEE 802.11b/g, 2.4GHz, USB2.0, Model: AWU254 The AZiO AWU254 Wireless IEEE 802.11g USB adapter packs all the functions of a wireless G device into the size of a USB flash drive. Instantly go wireless with your desktop or laptop. The pen adapter plugs into any USB1.1 or 2.0 ports and within seconds start sharing files or access hotspots at up to 54Mbps speed. The versatility of USB allows you to plug and play on the fly without having to turn off your computer. Plus, its small enough to fit into any pocket....
  3. A little bit of information about the PC serial portA little bit of information about the PC serial port Jan Axelson http://lvr.com/ has lots of information about RS-232 and RS-485 #rs485 http://sourceforge.net/projects/libserial/ “A collection of C++ classes which allow the serial port on POSIX systems to be accessed like an iostream object. …” Programming Notes For Central Data Serial Ports http://www.cd.com/prog.html has lots of [...]...
  4. serial data communication protocol Monitoring – ADC200/20This experiment demonstrates how a serial data communication protocol can be successfully monitored. Serial data communications represents the fundamental method by which information is transported in our modern world. Convergence between communications and computers has caused all forms of information to be digitized for easy transport in serial format. Unlike analog waveforms such as sine [...]...
  5. iSeries Meter and Controllers – Direct Connection to EthernetiSeries Meter and Controllers – Direct Connection to Ethernet(Each device has own IP Address) EMBEDDED INTERNETThe OMEGA® iSeries devices connect directly to an Ethernet network with a standard RJ-45 connector and can send and receive data in standard TCP/IP packets. (Please specify EI or C4EI option.)The iSeries devices can serve Web pages over an Ethernet [...]...
  6. Controller Area Network (CAN)Controller Area Network (CAN) [What is the endianness of CAN ? ]"CAN we talk? : Distributed systems require protocols for communication between devices. CAN and SPI are two of the most common." article by Niall Murphy 2003-05-14 http://www.embedded.com/story/OEG20030509S0042 ...
  7. serial communications roger stevens downloadSerial Communications”  is a comprehensive advanced level book which details various methods for implementing serial communications between a Microchip PIC (R) microcontroller and an external device. Asynchronous serial communications is covered both by using an on-chip USART and by bit-bang methods. The RS-232 standard is explained. A discussion of synchronous serial communications includes the I2C [...]...
  8. Free Serial Communication Software RS232-RS422-RS485Our new comDebug program lets you communicate with almost any RS232, RS422, RS485 or Modbus serial device. Whats more, its free! Its extensive trouble-shooting capabilities make it ideal for solving comms problems, or for quickly checking that you can communicate with your instrument before starting to automatically acquire data. Features No programming required Free technical [...]...
  9. New Centrino chip to feature city-wide wirelessIntel, the worlds biggest PC chip maker, has launched the next-generation of its Centrino wireless chips for use in laptop computers and other non-PC devices. The chips combine Wi-Fi capability with a newer wireless technology called WiMax, which allows for high-speed data transmission over much bigger distances, such as across entire cities. The WiMax-enabled version [...]...
  10. Serial communication between the Ardunio and ProcessingThis week’s lab focused on exploring the Arduino’s capability to communicate using a Serial connection.  I was very excited to learn how to set up this kind of communication system as it opens up a whole new set of development possibilities.  Being able to interface physical computing components with Processing (or Flash) is just downright [...]...
  11. Serial Ports and Digital I/O4.1 Serial Communication In the factory-default configuration, the TCP/IP Development Board has one RS-232 (3-wire) serial channel, one RS-485 serial channel, and one synchronous CMOS serial channel. The TCP/IP Development Board may be configured for 5-wire RS-232 or two 3-wire RS-232 channels. The exact configuration instructions depend on the version of the TCP/IP Development Board [...]...
  12. serial communications – protocol_considerationsprotocol_considerations If you design a new serial protocol, here are some ideas and suggestions you may want to consider: Say your receiver is busy for a few microseconds and drops a character or two. You might be able to check for a FIFO buffer overrun hardware flag. When you turn on a device, how does [...]...
  13. Serial Communication Under Win32 to program on a PCSerial ports used to be easy to program on a PC. Then they got more complex, then unreachable. Now they can be made to look simple again. Introduction Anyone porting 16-bit serial communication code to 32-bit Windows NT or Windows 95 faces a common problem: the familiar methods of implementing communication are at the very [...]...
  14. Wi-Fi technologyWi-Fi, which stands for wireless fidelity, in a play on the older term Hi-Fi, is a wireless networking technology used across the globe. Wi-Fi refers to any system that uses the 802.11 standard, which was developed by the Institute of Electrical and Electronics Engineers (IEEE) and released in 1997. The term Wi-Fi, which is alternatively [...]...
  15. Serial Communications  “Serial Communications” is a comprehensive book which details various methods for implementing serial communications between a Microchip PIC microcontroller and an external device. Asynchronous serial communications is covered both by using an on-chip USART and by bit-bang methods. The RS-232 standard is explained. A discussion of synchronous serial communications includes the I2C (Philips Semiconductors), SPI [...]...

122 views

Add reply

 3000 characters available