maokh:
What sort of range did you see with the lower end 1mW Zigbee module?
I didn’t try the line of sight tests, only non-line of sight.
RF engineering: the 60mW XBeePro are 18dBmTx power. The 1mW XBee modules are, of course, 0dBm. So there’s an 18dB difference in the link budgets. Each 3dB is twice power. Thus, the difference is profound.
For the few dollars’ difference, the higher power modules are preferred, unless the low power modules are in a mesh with inter-node distances of say 50 ft. The higher power nodes have far greater range in a less dense mesh, or in a longer point to point link.
Battery life is an issue with the higher power modules, if you plan to use battery power. With just a few transmissions per day, this is a non-issue. Otherwise, that’s the reason for meshing with the lower power modules.
i used the 60 mw and the 1 mw. The 60mW is better for sure. But with concrete, metals, the range is less that the radiotronix one. But is probably better in some configuration.
All the IEEE 802.15.4 / ZigBee modules I’ve used can interface using a serial port link from the module to a PC or microprocessor. The module can run in a transparent modem mode, as if it were a Hayes modem. So you just send/receive data on the serial port just like it was a modem. The choice of the far end is merely an AT command to set the desired destination module’s address. The scheme of “+++” break to configuration mode is the same idea as a modem. Conceptually, the destination address is like a MAC layer address in ethernet.
The modules can also run in a binary mode rather than in the transparent modem mode. Here, you create data frames with checksums and send them out the port.
This is point to point operation.
If you use the ZigBee capability in the modules, you can arrange for automatic mesh formation. In this mode, you address the destination using a network address, much like an IP address. MaxStream’s modules even have a symbolic network address name like a mini-DNS.