4.01.2010

Configuring Your Wireless Network

Setting up a wireless network used to be very complicated and beyond most non technical people. Today, however, as long as you have the right tools, setting up and configuring your wireless network is a breeze.

Plugging everything in is an important part of setting up your wireless network, but believe it or not, that's not the end of it. The next step in the process is configuring your wireless network, and sometimes that can be easier said than done. There are a number of things that can stand in your way, so let's discuss some of them, and when the time comes, you should be able to move past them with relative ease.

First of all there are the wireless network drivers. A wireless network installation is going to require drivers, so if your wireless network PC card did not come with those drivers, you will need to search the internet. Luckily you won't have to look very far, because for the most part the original manufacturer's website will have these drivers. The only time that this will not be true is in the event that you somehow have a legacy network card and the original manufacturer has discontinued both the hardware and the drivers. In this case you will have to dig a bit deeper. For example you might need to seek out a third party driver website. Either way you should be able to find what you need so long as you look hard enough.

If you want to connect more than one network, then you might consider using a wireless network bridge so that you can see the other network and share files with it. This will come in handy if for some reason you have decided to set up a print server on another network. You can probably already see the potential benefits of this, so it would be wise to begin researching the way in which your current operating system handles bridges.

If you want to take full advantage of your wireless network, then a wireless network PC card would be a great idea. There are many laptops that have a card built in, but sometimes these cards do not live up to their name. It would be best to have a PCMCIA card in your laptop because these types of cards typically have a much longer range and transmit a more powerful signal to the router. These are normally much preferred over USB cards, but in time, providing that USB cards become more powerful, the PCMCIA card may fade into the past like the floppy drive and zip drive before it.

Wireless network configuration does not have to be difficult, and as long as you have all the right wireless network tools and equipment, you should find that the process is relatively painless, even to the computer novice. So go forth and find a way to set up your wireless network. Soon enough you will be surfing the net and sharing your files faster and easier than ever before.

Wireless Sensor Network Topologies and Mesh Networking

The NI Wireless Sensor Network (WSN) system is built on an IEEE 802.15.4 wireless mesh network. The 802.15.4 radio in each NI WSN device provides for low-power communication of measurement data across a large network of devices. NI-WSN software builds on top of that to provide network configuration and reliable communication from the host PC or Programmable Automation Controller (PAC) to the NI WSN-32xx node devices.



  1. Wireless Sensor Network Components
  2. Mesh Networking
  3. Configuring Your NI WSN System
  4. Additional Information

Wireless Sensor Network Components

A wireless sensor network (WSN) is a wireless network consisting of spatially distributed autonomous devices that use sensors to monitor physical or environmental conditions. These autonomous devices, known as routers and end nodes, combine with a gateway to create a typical WSN system. The distributed measurement nodes communicate wirelessly to a central gateway, which acts as the network coordinator in charge of node authentication, message buffering, and bridging from the IEEE 802.15.4 wireless network to the wired Ethernet network. where you can collect, process, analyze, and present your measurement data. Figure 1 shows a typical NI Wireless Sensor Network, in which the three WSN measurement nodes are configured as end nodes.
Figure 1.  Basic WSN System with End Nodes, Ethernet Gateway, and Host PC

End Nodes vs. Routers

NI WSN measurement nodes can be configured to act as end nodes or routers using the NI Measurement & Automation Explorer (MAX) utility.  In both configurations, the nodes can collect measurement data from sensors, control their DIO channels, or be programmed using LabVIEW WSN for more advanced capabilities.  One trade-off to consider when configuring nodes is power consumption. To preserve battery power, an end node will reside in a low-power sleep mode most of the time (depending on its user-defined sample interval), waking up only to sample and transmit data, along with other housekeeping information.  A router node, however, is always awake and can relay data from other nodes back to the gateway.  This allows you to extend distance and reliability in your wireless sensor network.  Because they are always transmitting data, router nodes are designed to use external power at all times to send, receive, and buffer messages to and from end nodes.

Mesh Networking

The gateways and nodes work together to form a mesh network. The gateway maintains a list of nodes (by serial number) that have been authorized for network access. When a node powers up, it scans for available networks, locates either a gateway or router, and attempts to join it. If the gateway has the node in its list, the node joins the network, downloads the latest configuration from the gateway, and begins its normal operation of acquiring measurement data and controlling DIO.
Since each node joins a network instead of a particular router or gateway, it can find a new path back to the gateway in the event that the signal is lost or blocked to its existing network route. In this way, the mesh network is inherently self-forming and self-healing. However, this may also cause network throughput to decrease, as there is no way to force a router or end node to join to a particular device in the network. Each time a node joins through a router, the overall throughput of that node is halved, due to the fact that the node must hop to get its messages back to the gateway. Figure 2 shows an example of one possible mesh configuration.
Figure 2.  Mesh Configuration #1 with Router Nodes and Gateway
In this configuration, R1 (a router) and R2 (a router) both communicate directly with the gateway. Measurements taken by both devices can directly reach the gateway without having to hop through another node. However, the configuration above does not always mesh in the same way. Figure 3 shows another possible configuration for the same network.
Figure 3.  Mesh Configuration #2 with Router Nodes and Gateway
In this configuration, R1 can still communicate with the gateway, but R2 is now connected through R1. This means that all measurements taken by R2 must hop through R1 before making it back to the gateway. In addition, R1 is now not only responsible for sending its own measurement data, but also the R2 data. This configuration is considered a worst case 1-hop system, as R2 and R1 both have the possibility of meshing through a router that is connected to the gateway. NI recommends configuring your system for no more than three hops. Configuring multiple nodes as routers and placing them within close proximity introduces the possibility that your system could mesh inefficiently. Figure 4 shows how a system could mesh efficiently, yet also have the possibility of meshing inefficiently.
Figure 4.  Same Topology - Two Ways to Mesh (Inefficient vs. Efficient)
This network can be improved with two separate techniques:
  1. Convert some routers to end nodes.
  2. Set up the network to prevent the routers from being in range of each other (spatially separated by distance, or introducing objects that increase radio interference such as buildings).
Another advantage of the mesh network is the ability to extend the distance of the end measurement from the wired gateway. By placing mesh routers throughout the space where you wish to acquire signals, you can expand the area and distance across which measurement data can be acquired and sent. In an outdoor environment with line of sight, a single communication hop can extend up to 300m.  NI recommends no more than three hops from any device to the gateway, meaning you can extend your measurements up to 900m from the gateway.
Figure 5.  Using Router Nodes to Extend Network Distance

Configuring Your NI WSN System

As discussed in the Mesh Networking section, creating a reliable and efficient wireless sensor network requires an understanding of the physical environment the network will reside in, as well as an understanding of the expected meshing configuration. Additionally, the following consideration needs to be taken into account: parent devices (routers and gateways) can only have a maximum of eight end nodes connected to them at a given time.  This means that to achieve the maximum density of 36 nodes per gateway, you must include router nodes in your topology.  
If you wish to implement a star topology, in which no routers are utilized, you can only connect eight end nodes to your gateway, as seen in Figure 6.
Figure 6.  Maximum of Eight End Nodes in a Star Topology
To achieve the 36-node limit for WSN gateways, you can introduce router nodes into your system.  Architecting your system will depend on your application, but the two most common 36-node mesh topologies can be seen below.  In the topology illustrated by Figure 7, measurement points can be scattered among a large area that is only 2 hops from the gateway.
Figure 7.  High-Density, Medium-Distance Mesh Topology Example
If distance is more important than measurement density in your application, you can architect a topology in which end nodes are three hops from the gateway, as seen in Figure 8.
Figure 8.  Medium-Density, High-Distance Mesh Topology Example
Keep in mind, however, that the 8:1 end node to parent ratio limit introduces a potential issue known as the stranded node problem. The stranded node problem exists when a node configured as an end node has the possibility of not being able to join a device. Figure 9 shows a network consisting of one gateway, two routers, and nine end nodes. 
Figure 9.  Mesh Topology Without Stranded Node
In this case, all nodes have properly meshed, and all nodes can communicate with the gateway. However, this network could potentially strand end nodes. Figure 10 shows another possible mesh of the same network.
Figure 10.  Mesh Topology With Stranded Node
In this mesh configuration, eight end nodes in range of both R1 and R2 join with R1. This leaves one end node stranded from the network. This can be corrected in the following two ways:
  1. Move the set of 8 end nodes to where they can only communicate with R2. This prevents them from
    possibly joining R1.
  2. Add an additional router that is in range of the single end node. This introduces the possibility of
    creating additional hops in the network, but also guarantees coverage of all end nodes.

Additional Information

Wireless Sensor Networks are an exciting technology that can solve a variety of applications.  To get started with NI Wireless Sensor Networks, purchase an NI WSN Starter Kit.  Or to learn more, visit the NI WSN homepage.  

Wireless-N shocker! Cisco announces E-Series line of home routers





If we know you, you're about ready to bathe your place of residence in some of those 802.11n waves you've been hearing so much about. Well, you're in luck -- the cats at Cisco have announces the Linksys E-Series line of routers for your home, flat, or small business. All of these bad boys feature the all new Cisco Connect software (with exhaustive parental control and a separate password-protected guest network). Priced between $80 and $180, select models include Gigabit Ethernet, UPnP AV Media Server, external storage via USB, Linux, and more. Available now at Amazon, Staples, and Linksys. For the whole sordid tale, peep the PR after the break.

Set up the Xbox 360 Wireless N Networking Adapter

Xbox 360 Wireless Network Adapter A/B/G & N Networks
To install the software for a Wireless N Networking Adapter
1. If an Xbox 360 Wireless N Networking Adapter is connecting to your device, unplug it.
2. Put in the installation CD integrated with the Xbox 360 Wireless N Networking Adaptor into your Xbox 360 device.
3. Turn off the device.

4. Turn the device back on. The software update should start automatically. If the update does not start automatically, the software may already be installed.
5. When you are prompted to install the software, pick Yes, update now.
6. If a network cable is connecting in to the back of your device, disconnect it.
7. Once the installation is over, connect the Xbox 360 Wireless N Networking Adaptor into the USB port.
8. Remove the installation CD from the disc drive.
9. Turn off your device and after that turn it on again.

Freeing the iPad from AT&T



AT&T isn't the only company hoping to cash in on wireless service for Apple's iPad.
In the runup to the Apr. 3 U.S. release of Apple's (AAPL) highly anticipated tablet computer, Wi-Fi service providers and cellular carriers are angling to sell consumers and small businesses that buy iPads add-on wireless data services. The services would be alternatives to monthly 3G cellular plans from AT&T (T), which is Apple's chosen data-plan provider for the iPad.
Boingo Wireless, which sells Wi-Fi access in airports, convention centers, and other public places, on Mar. 29 announced it would begin selling $2-an-hour access to more than 125,000 Wi-Fi hotspots for iPad users. Consumers can purchase the access directly through Apple's iTunes online store. Boingo Chief Executive Dave Hagan says he expects especially strong demand in New York and San Francisco, where AT&T's cellular network has suffered from congestion. "If it's not working very well, Wi-Fi is there," he says. The iPad "is going to be a very big opportunity for companies like ours."
Other wireless service providers see a market, too. Sprint Nextel (S), the third-largest U.S. cellular carrier, plans to market to iPad owners its Overdrive mobile Wi-Fi hotspot, which for a $60-a-month subscription lets users connect as many as five mobile computing devices to its next-generation 4G cellular network. "In our view the iPad will make a very compelling 4G device," says Sprint spokesman Scott Sloat. Sprint says its 4G network offers download speeds that are as much as 10 times as fast as AT&T's 3G network.
Customers of Verizon's (VZ) FiOS Internet access service already receive free, Verizon-branded access to Boingo's hotspots and could use the service with their iPads as well, according to Boingo's Hagan. Verizon Wireless declined to comment.

"LOOKING OUTSIDE OF AT&T"

Analysts estimate that Apple could sell anywhere from 2 million to 6 million iPads this year. One million to 2 million buyers "will be looking outside of AT&T" for wireless service, estimates independent wireless industry consultant Chetan Sharma.
The iPad will let users interact with a touchscreen to browse the Web, use e-mail, view photos and videos, and perform other tasks. Apple plans initially to sell three models, starting at $499, with built-in support for Wi-Fi wireless networking. Three additional models that can communicate over high-speed 3G wireless networks will go on sale later in April, and start at $629.
The iPad will ship configured to readily purchase data plans from AT&T. Buyers of the 3G-enabled iPads will be able to access AT&T's cellular network for $15 or $30 per month depending on how much data they plan to consume. Those plans will also include access to AT&T's more than 20,000 Wi-Fi hotspots in the U.S. AT&T typically charges users who don't subscribe to its data plans, such as those for the iPad and iPhone, $4 per session or $20 per month to use its hotspots.
"One thing that will attract people is our great pricing," says AT&T spokesperson Mark Siegel. "It's all prepaid, done on the device itself, and charged to your credit card."

PRICE PRESSURE

Yet 3G-enabled iPads could conceivably work on other carriers' networks, including that of T-Mobile USA, which uses similar network technology as AT&T. There are no technical limitations that would preclude that, says Apple spokesperson Natalie Kerris. She wouldn't comment on whether Apple is in discussions with other U.S. carriers to offer iPad service plans. T-Mobile didn't return a request for comment.
The push by wireless service providers to grab a piece of the iPad service pie from AT&T could benefit consumers by pushing down prices for wireless access, analysts say. "I'd be surprised if, before [the iPad's launch], one other player doesn't come in with Wi-Fi presence," says Richard Doherty, research director of tech industry consultant The Envisioneering Group.
Wireless service providers are hoping that competitive prices and a choice of hotspots may be enough to peel some customers away from AT&T's fold.

Cisco CRS-3 Router To Make Internet Faster

Do you already have the fastest internet in your area?  Can you imagine being able to download the entire printed collection of the Library of Congress in just over ONE second?  Things like steaming the newest released movies to your computer or television can be done in just 4 minutes.  That is where Cisco’s new router comes in.
Today, Cisco announced a next generation router that will revolutionize the internet by increasing downloadsto unheard of speeds.  Since the internet is largely becoming the place for downloaded videos and live streaming events, Cisco is certainly on the right track with their technology.  One issue remains though and that is when the heck are we going to be able to take full advantage of this wonderful advancement?
Apparently, AT&T has been discussing the deployment trials with the CRS-3 and will hopefully be getting the internet to their users faster within the next calendar year.
What would this mean for the average internet user? Well, average Joe isn’t going to be making a big deal about it, but there are plenty of college kids that use the internet as entertainment and might like getting a streaming movie to their desktop a bit faster.  Companies like Netflix, that allow users to stream live from over 12,000 titles, will benefit from technology like this without any doubt.  Apple’s iTunes will also benefit from this allowing them to get files to their users even faster.
Keep an eye out for this to become reality, the only bad thing is that ISP’s will have to upgrade and for some, it might not be worth it.

Cisco Intends to Simplify Home Wireless Networking with its Wireless Router Lines

Cisco introduced its two latest 802.11n wireless router lines: the Valet and Valet Plus. The target of the company is to make home wireless networking more accessible with the help of these two router lines.
The Valet which has a price tag of $100 is considered to be a wireless networking newcomer. If you do not want to configure a large number of settings by means of a complicated Web-based interface, it is possible to use the Cisco Connect software which is added to the Easy Setup Key USB flash drive. Due to it you are able to take advantage of a secure wireless network along with Internet access within five minutes.
As for the Valet Plus, it has similar functionality, but it also has 4 Gigabit Ethernet ports as well as an additional antenna that improves wireless coverage. Moreover, the Valet product line offers the Valet Connector which is regarded to be a USB Wi-Fi dongle. In fact, it is used for older PCs which lack a Wi-Fi networking ability.
Furthermore, apart from basic network setup, the Cisco Connect software spots a couple of additional features. Users are able to set content- and time-based access limitations in order to avert children and teenagers as well from getting access to mature content. Also there are Safe Browsing security features due to which you will be warned about possible viruses and malware.
The four new Linksys E-Series routers are designed for more advanced users. All of them come with the Cisco Connect software that simplifies the process of setup. There are no extras on the entry-level Linksys E1000, the device has four 10/100 Ethernet ports used for wired networking. The E2000 offers dual-band functionality which means that one can use the 2.4GHz or 5GHz spectrum. As for the high-end E3000, it has a USB port and UPnP media server.

ZigBee radio chips could allow remote use of home electronics

The wireless networking technology, which uses far less power than Bluetooth and Wi- Fi, is likely to show up first in smart meters and the remote controls of high-end TVs. 


You probably have a mobile phone with a Bluetooth radio in it, and you may have a Wi-Fi network as well. Soon, you could be using a third wireless networking technology in your house.



It's called ZigBee, and it eventually might find its way into more devices than Wi-Fi and Bluetooth combined.

In the near term, you're likely to see it show up in the smart meters that utilities have begun to use and in the remote controls of high-end televisions. In the not-too-distant future, you could be using ZigBee networking to control the lights in your home, monitor your elderly parent's health or turn off your air conditioner during periods of peak energy use when no one's home.

"ZigBee is regarded as a fairly robust, good technology for many applications," said Sam Lucero, an industry analyst at ABI Research, a technology research firm.

ZigBee operates over the same 2.4-GHz frequency range as Wi-Fi and Bluetooth. Unlike those technologies, though, ZigBee transmits at much lower data rates. It's made for sending simple commands, such as turning on a TV, or small bits of data, such as whether a door is locked.

Thanks to the low data rate, ZigBee tends to use far less power than other networking technologies. The battery life of a ZigBee device can often be measured in years, rather than hours in the case of Wi-Fi or days with Bluetooth.

Also, ZigBee's standard utilizes mesh networking, which allows ZigBee devices to automatically connect with and transmit data through one another without having to go through a central gateway like a router.

ZigBee has been around for about seven years. It's primarily been used in commercial and industrial settings in alarm and monitoring systems and in expensive houses for custom-installed home-automation systems. But the technology's backers -- and analysts who follow the industry -- think it's about to hit the mainstream.

The number of ZigBee radio chips shipped has been doubling every year in recent years, hitting 20 million last year, said Bob Heile, chairman of the ZigBee Alliance, a nonprofit standards body that helps oversee and promote the technology. The group, whose members include Intel Corp., Marvell Technology Group and Cypress Semiconductor Corp., expects 100 million ZigBee chips to be shipped this year.

Part of that expected growth is driven by power companies. To better track and potentially regulate in-home energy use, PG&E Corp. and other utilities are installing millions of smart meters in California and around the country.

The National Institute of Standards and Technology has recommended that the technology be included in such meters nationwide.

That agency and other ZigBee backers envision it being used to create home-area networks. Such a network might link a thermostat, major appliances and outlets to the smart meter, allowing consumers to monitor and control the energy use of particular devices. It could also allow a power company to turn down the air conditioning in many of its customers' homes to help prevent a power outage.

ZigBee "has a good chance to be one of the primary technologies in the home for smart-energy management," said Lisa Arrowsmith, a market analyst with IMS Research, which focuses on the electronics industry. "There's a lot of enthusiasm among utilities in the U.S. to proceed down the ZigBee route."

But ZigBee is also likely to start making its way into consumers' homes via their televisions. TV and other consumer electronics manufacturers are developing remote controls that use ZigBee and other radio-frequency, or RF, technologies in place of infrared emitters and sensors.

Infrared is a line-of-sight technology that doesn't work if someone or something is in the way, or if you have your remote pointed in the wrong direction. In contrast, an RF remote will work in any direction and even from another room. 

The advantage of using ZigBee over other RF technologies is that it uses so little power that you may need to replace your television before you would have to swap out the batteries in your remote, said Cees Links, who helped develop the Wi-Fi standard and is now chief executive of Green Peak, which designs ZigBee chips.

What's more, ZigBee technology could eventually lead to a universal device to control not only your TV but also such things as your automatic window blinds and your thermostat -- and monitor how much energy you're using.

Links and other industry figures expect the first ZigBee remotes to hit the market later this year, probably as a premium feature of higher-end televisions.

Cisco M20 Valet Plus 802.11n Wireless Router: Simple Networking for Home Users

http://www.washingtonpost.com/wp-dyn/content/article/2010/03/31/AR2010033103198.html


Cisco's new Valet Plus wireless router doesn't promise a whole bunch of fancy features or apps. What it does promise is that you can set it up and have a secure, working wireless Internet connection going in minutes. That's why, when you first open the box, you see a USB thumb drive and a device that looks like a cross behind a Honda Civic and an Apple AirPort Extreme Base Station--and nothing else.
Once you take the Valet Plus out of the box, of course, you'll find the ethernet cable and a power cord. Instead of a manual, you get a small, fold-out pamphlet that shows off all the things you can do with your new wireless router (share files). No complicated instructions, no lengthy disclaimers--it tells you on the inside flap just to stick the USB drive in your PC (or Mac) and go.
The Valet Plus is the higher-end cousin of Cisco's Valet router; the main difference between the $100 Valet and the $150 Valet Plus (prices as of March 31, 2010) is the latter's extra radio antenna and gigabit ethernet ports, which make for a stronger signal and faster wired-networking speeds. Otherwise, the features, the setup process, and the software are identical.

3.30.2010

Cisco-Linksys WUSB300N Wireless-N USB Network Adapter

The Wireless-N USB Network Adapter uses the very latest wireless networking technology, Wireless-N (draft 802.11n). By overlaying the signals of multiple radios, Wireless-N's Multiple In, Multiple Out (MIMO) technology multiplies the effective data rate. Unlike ordinary wireless networking technologies that are confused by signal reflections, MIMO actually uses these reflections to increase the range and reduce Dead Spots in the wireless coverage area. The robust signal travels farther, maintaining wireless connections up to 4 times farther than standard Wireless-G. With Wireless-N, the farther away you are, the more speed advantage you get. It works great with standard Wireless-G and -B equipment, but when both ends of the wireless link are Wireless-N, the throughput can be increased even more by using twice as much radio band, yielding speeds up to 12 times as fast as standard Wireless G. Your wireless connection is protected by industrial-strength 256-bit encryption. The included Setup Wizard will walk you through configuring the adapter to your network's settings, step by step.The Linksys WUSB300N Wireless-N USB Network Adapter lets you access the fastest and most advanced wireless solutions currently available. With this unit enabling your PC or laptop, you can run media-intensive applications at amazing speeds, without the hassle or expense of stringing a lot of wires.
The Linksys Wireless-N USB Network Adapter uses the very latest in wireless networking technology, Wireless-N (draft 802.11n). By overlaying the signals of multiple radios, Wireless-N's Multiple-In, Multiple-Out (MIMO) technology multiplies the effective data rate. Whereas ordinary wireless technologies are confused by signal reflections, MIMO actually makes use of these reflections to increase the range while reducing dead spots in the coverage area. This means the signal travels farther, maintaining wireless connections at up to three times the distance of standard Wireless-G, so the farther away you are, the more speed advantage you get. This Wireless-N adapter is fully backward compatible, so it works great with standard Wireless-G and -B routers, but when both ends of the wireless link are Wireless-N enabled, you can experience increased throughput by using twice as much radio band, which allows speeds up to 15 times that of standard Wireless-G.
To help protect your data and privacy, this wireless adapter can encode all its wireless transmissions with iron-clad, 256-bit Wireless Protected Access (WPA2) encryption. Yet, despite a robust and deep set of features and functionality, configuration is simple and easy with an included web browser-based configuration utility. The incredible speed of Wireless-N networking is ideal for media-centric applications like streaming video, gaming, and voice-over-IP telephony, and gives you plenty of headroom to run multiple media-intense data streams at the same time, without worrying about a degradation in performance.
The Linksys WUSB300N Wireless-N network adapter is easy to use, and can be plugged in to any open USB port. To experience the full advantages of Wireless-N technology, it is highly recommended that you use USB 2.0. This unit is FCC, CE, and IC-03 certified, receives power through its USB connection so it doesn't require an external power supply, and is backed by a manufacturer's limited three-year warranty. Read more

Powerline vs Wireless vs Ethernet Networking (NCIX Tech Tips #52)

1.Wireless Home Networking For Dummies ISBN13: 9780470258897
How to Boost Up the Wireless Bandwidth for Your Wireless Internet Camera I am now regulating DSL Router with 802.11N network.
Tips When Selecting Wireless Services Where do we proceed when selecting the wireless services carrier?

Charting the Networking Market's Rebound - Networking news from Channel Insider

Charting the Networking Market's Rebound - Networking news from Channel Insider

Posted using ShareThis

http://www.marketwatch.com/story/crossbow-japan-introduces-next-generation-rs485-wireless-mesh-network-system-2010-03-28?reflink=MW_news_stmp



Crossbow Japan Introduces Next Generation RS485 Wireless Mesh Network System
 Crossbow Japan Ltd., a subsidiary of Memsic, Inc., along with strategic partner Sumitomo Precision Products Co., Ltd. announced today the availability of the RS485 Wireless Mesh Network System. The System enables users to convert existing wired RS485 systems into wireless networks just by replacing the wired connections to the wireless WS-Z5000A node.
Using leading-edge wireless sensor networking technology the RS485 wireless connection offers versatility for industrial use of 1:1 or 1:N. The WS-Z5000A can be easily configured within the software enabling the user to easily adopt the WS-Z5000A into a wide range of different RS485 wired protocols.
Crossbow Japan, who has been supplying customized wireless energy solutions to the Japanese market for several years, has now expanded the flexibility of its solutions with the introduction of the WS-A5000A for equipment requiring RS485. This system is a cost-effective solution for users in industries faced with wiring costs and line noise problems. The need for a solution that quickly and easily facilitates the multipoint digital system is here. MEMSIC/Crossbow-Japan's expertise in sensing and wireless network solutions have shaped WS-Z5000A and launched an advanced system for smart and effortless industrial links.