Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>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.</p> <p>Here is a <a href="http://www.digi.com/products/wireless-wired-embedded-solutions/zigbee-rf-modules/point-multipoint-rfmodules/xbee-wi-fi#overview" rel="nofollow">link to the XBee WiFi</a>.</p> <p>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:</p> <p>[ Web Site/Smart Phone ] - - - (Device Cloud) - - - [XBee Gateway] - - - [ XBee or ZigBee Device ]</p> <p>The XBee Gateway can be a device like an <a href="http://www.digi.com/products/wireless-routers-gateways/gateways/connectportx2gateways#overview" rel="nofollow">Digi ConnectPort X</a> 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".</p> <p>A Device Cloud is a site such as <a href="http://www.thingspeak.com" rel="nofollow">ThingSpeak</a> or the <a href="http://www.idigi.com" rel="nofollow">iDigi Device Cloud</a> 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.</p> <p>Using this pattern you can speak to your XBee or ZigBee devices no matter where they are in the world.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload