[Original] Analyse of Low-rate Wireless
Network
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
By KuangJunBin
KuangJunBin: If you take interest in this project or have any problem, please contact me with E-mail.
My E-mail address: geforcefat@gmail.com
Part 1.Overview of IEEE 802 Standards
IEEE 802 refers to a family of IEEE standards dealing with local area networks and metropolitan area networks. The services and protocols specified in IEEE 802 map to the lower two layers (Data Link and Physical) of the seven-layer OSI networking reference model.
Let’s see The IEEE 802 family of standards(table) :
IEEE 802 Standards | Working Group | Rate |
IEEE 802.3 | Ethernet | 10Mb/s—10Gb/s |
IEEE 802.11 | Wireless LAN & mesh | 11Mbits—54Mbit/s |
IEEE 802.15.1 | Bluetooth | 1Mb/s |
IEEE 802.15.4 | ZigBee | 20kbit/s—250kbit/s |
IEEE 802.16 | WiMAX | >1.5Mbit/s |
IEEE 802.20 | Mobile Broadband Wireless Access | 1 Mbit/s |
IEEE 802.22 | Wireless Regional Area Network | 6 Mbit/s |
Specialty of Bluetooth、ZigBee and MBWA:
Bluetooth
i. designed for low power consumption, with a short range (power-class-dependent: 1 meter, 10 meters, 100 meters) based on low-cost transceiver microchips in each device.
ii. Version 1.2 : 1 Mbit/s ; Version 2.0 + EDR : 3 Mbit/s ; WiMedia Alliance (proposed) : 53 - 480 Mbit/s
iii. globally unlicensed Industrial, Scientific, and Medical (ISM) 2.4 GHz short-range radio frequency bandwidth.
iv. Limits : high price of microchip , only no more than 7 nodes of a Piconet(one master不能超过seven slaves)
ZigBee(recommended)
i. offer the fundamental lower network layers of a type of wireless personal area network (WPAN) which focuses on low-cost, low-speed ubiquitous communication between devices
ii. a 10-meter communications area with a transfer rate of 250 kbit/s. Tradeoffs are possible to favor more radically embedded devices with even lower power requirements. Lower transfer rates of 20 and 40 kbit/s were initially defined, with the 100 kbit/s rate being added in the current revision.
iii. unlicensed frequency bands : 868-868.8 MHz、902-928 MHz and 2400-2483.5 MHz.
iv. capacity : up to 254 nodes in a master-slave network
v. The technology and protocol is intended to be simpler and cheaper than other WPANs such as Bluetooth. Chip vendors also offer the ZigBee software stack
MBWA
i. IP roaming & handoff (at more than 1 Mbit/s)
ii. New MAC and PHY with IP and adaptive antennas
iii. Optimized for full mobility up to vehicular speeds of <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />250 km/h
iv. Operates in Licensed Bands (below 3.5 GHz)
v. Utilizes Packet Architecture
vi. Low Latency
vii. Limits : not mature and not popularized
There are other protocols Outside IEEE (table) :
Standard | Working Group | Frequency | Rate | Note |
MiWi | IEEE802.15.1 | 2.4GHz | 250kbps | By Microchip |
SMAC | Proprietary | 2.4GHz | 250kbps | By Freescale |
Smart Dust | Proprietary | 2.4GHz | 250kbps | TinyOS |
Part 2.SoC solution for 802.15.4
Here is two popular and powerful ZigBee-Compliant platform, with low power Transceiver plus Microcontroller(table) :
| TI(Chipcon) | Freescale |
Model | CC2430 | MC1321x |
RF | 2.4GHz(250 kbps) | 2.4GHz(250 kbps) |
MCU | 8051 family at 32MHz | HCS08 family at 40MHz |
Flash memory | Up to 128KB | Up to 60KB |
RAM | Up to 8KB | Up to 4KB |
Protocol Stack | F8 Wireless Z-Stack | Freescale 802.15.4 MAC / F8 Wireless Z-Stack |
Operating Voltage | 2V-3.6V | 2V-3.4V |
Another solution MRF24J40 is provided by Microchip using ZigBee or MiWi protocol.But MRF24J40 must work with a external MCU like PIC family.
KuangJunBin: If you take interest in this project or have any problem, please contact me with E-mail.
My E-mail address: geforcefat@gmail.com
文章评论(0条评论)
登录后参与讨论