3

I'm working on some software to manage a device that communicates with a remote control via ZigBee. We would like the device to be able to communicate with a web server and/or smartphone via Wi-Fi, so that our software can interact with it. The ZigBee remote is clunky and we are trying to replace and automate some of the functionality.

I'm wondering if something like this: Sparkfun WiFly Module or this: Digi Xbee WiFi might be able to help me achieve this.

Forgive me if this is a silly question; I'm pretty unfamiliar with ZigBee and its related hardware. Any help would be appreciated.

EDIT: To clarify, what I want to do is swap the current remote for an iPad. The board has an XBee Pro module and there is another one located in the current remote.

I'm thinking it would be best to swap the XBee Pro with one of the Wi-Fi modules mentioned above, and reprogram the board to communicate with an iPad via an ad-hoc network.

user1032657
  • 2,451
  • 6
  • 28
  • 38

3 Answers3

3

If you have a hardware design that has an XBee 20-pin socket on it you absolutely can change it out for an XBee WiFi module and then communicate with your device via an iPad or a web-server.

Here is a link to the XBee WiFi.

If, on the other hand, you want to be able to communicate with your XBee ZB/ZigBee device from a smart phone or from an external web application you can use the following solutions pattern:

[ Web Site/Smart Phone ] - - - (Device Cloud) - - - [XBee Gateway] - - - [ XBee or ZigBee Device ]

The XBee Gateway can be a device like an Digi ConnectPort X gateway or something of your own design that can speak TCP/IP and ZigBee simultaneously. The gateway then creates a TCP/IP connection out to a "Device Cloud".

A Device Cloud is a site such as ThingSpeak or the iDigi Device Cloud which are free services that allow two-way communications with remote devices (even through firewalls). Your website or smartphone then speaks to the Device Cloud using simple web-services which in turn speaks to the XBee Gateway and all of your XBee or ZigBee devices.

Using this pattern you can speak to your XBee or ZigBee devices no matter where they are in the world.

Jordan
  • 986
  • 9
  • 13
  • Maybe I post a question later, but you could point me to a tutorial or so, where I can find how to use a Four Faith Zigbee (8914 E) and a Four Faith Router (F8434 Which is capable to communicate with Zigbee devices) to control a device through a Java app. – Elber CM Apr 01 '16 at 23:06
1

What you are trying to achieve is a little unclear. One very important thing to remember is that WiFi uses a lot more power than ZigBee. If you need a mobile device (like a remote control) to operate for months or years on set of AAA batteries then WiFi is not a good choice.

If you clarify your setup I can provide you with a more detailed answer.

jdesbonnet
  • 251
  • 3
  • 7
  • Sorry for the late response; I edited my original question to (hopefully) give some clarification as to what I want. – user1032657 Feb 01 '12 at 16:31
1

Try doing do a board for this, using two Digi rf modules: a Wifi communicating with a XBee.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Marcelo
  • 11
  • 1