<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Connecting XBee Wireless Networks to ThingSpeak via the ConnectPort X2 running XIG	</title>
	<atom:link href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig/feed" rel="self" type="application/rss+xml" />
	<link>https://nothans.com</link>
	<description>Life, Comedy, Games, Tech, Marketing, and Community</description>
	<lastBuildDate>Wed, 17 Sep 2014 15:25:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Steve		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1297</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Wed, 17 Sep 2014 15:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1297</guid>

					<description><![CDATA[Hey everyone. Can anyone help me with my capstone project involving wireless communication over Xbee radios through ConnectPort X4? I do not know how to configure the ConnectPort or have the Xbees send traffic through it. Thank you!]]></description>
			<content:encoded><![CDATA[<p>Hey everyone. Can anyone help me with my capstone project involving wireless communication over Xbee radios through ConnectPort X4? I do not know how to configure the ConnectPort or have the Xbees send traffic through it. Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1296</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sat, 29 Mar 2014 15:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1296</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1295&quot;&gt;Paul&lt;/a&gt;.

By bad... You can send data from Arduino through Xbee zigbee to Windows Gateway... this test script works fine.
    if(Serial.available() &#062; 0 ){
        String s = &quot;http://api.thingspeak.com/update?key=keyNumber&#038;fieldNumber=&quot;
        + String(adjustedLightLevel);
        Serial.println(s);
        delay(60000);
    }]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1295">Paul</a>.</p>
<p>By bad&#8230; You can send data from Arduino through Xbee zigbee to Windows Gateway&#8230; this test script works fine.<br />
    if(Serial.available() &gt; 0 ){<br />
        String s = &#8220;http://api.thingspeak.com/update?key=keyNumber&amp;fieldNumber=&#8221;<br />
        + String(adjustedLightLevel);<br />
        Serial.println(s);<br />
        delay(60000);<br />
    }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1295</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 25 Mar 2014 23:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1295</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1289&quot;&gt;Tom Collins&lt;/a&gt;.

On issue with the Internet Gateway is you cannot send http through this Gateway it seems...
My gateway is working fine but I cannot update my ThingSpeak channel. I&#039;ve ordered an X2 to hopefully solve the problem.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1289">Tom Collins</a>.</p>
<p>On issue with the Internet Gateway is you cannot send http through this Gateway it seems&#8230;<br />
My gateway is working fine but I cannot update my ThingSpeak channel. I&#8217;ve ordered an X2 to hopefully solve the problem.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1294</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 11 Mar 2014 01:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1294</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1293&quot;&gt;Ali Haider&lt;/a&gt;.

Have you downloaded xig for windows? https://code.google.com/p/xig/downloads/detail?name=xig-windows-1.5.1b19.zip
Install instructions here.
https://code.google.com/p/xig/wiki/Windows_Installation
You&#039;ll also need a account for Device Cloud. If you are just doing testing you can get a developer account. http://www.etherios.com/products/devicecloud/developerzone
If you get stuck let me know...  Just went though this. I&#039;m now connected via web, desktop and android.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1293">Ali Haider</a>.</p>
<p>Have you downloaded xig for windows? <a href="https://code.google.com/p/xig/downloads/detail?name=xig-windows-1.5.1b19.zip" rel="nofollow ugc">https://code.google.com/p/xig/downloads/detail?name=xig-windows-1.5.1b19.zip</a><br />
Install instructions here.<br />
<a href="https://code.google.com/p/xig/wiki/Windows_Installation" rel="nofollow ugc">https://code.google.com/p/xig/wiki/Windows_Installation</a><br />
You&#8217;ll also need a account for Device Cloud. If you are just doing testing you can get a developer account. <a href="http://www.etherios.com/products/devicecloud/developerzone" rel="nofollow ugc">http://www.etherios.com/products/devicecloud/developerzone</a><br />
If you get stuck let me know&#8230;  Just went though this. I&#8217;m now connected via web, desktop and android.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ali Haider		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1293</link>

		<dc:creator><![CDATA[Ali Haider]]></dc:creator>
		<pubDate>Wed, 05 Mar 2014 18:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1293</guid>

					<description><![CDATA[Hello,
I am doing a small arduino based project using a eHealth shield made by the folks at Cooking-Hacks.
I am using a ZB Series 2 Pro radio on the main device (Arduino+ eHealth Shield + ZB S2 Pro + ZB shield) and a ConnectPort X4 as gateway.
After struggling for 3 weeks, I finally stumbled upon XIG and I feel like I may just pull it off. However I would also like to have back-up.
How can I use an Zigbee + USB adapter board with XIG? . And is it the same as the interface board  (apologies for the numerous questions, I am REALLY struggling here).
Any sort of help will be greatly appreciated,
Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I am doing a small arduino based project using a eHealth shield made by the folks at Cooking-Hacks.<br />
I am using a ZB Series 2 Pro radio on the main device (Arduino+ eHealth Shield + ZB S2 Pro + ZB shield) and a ConnectPort X4 as gateway.<br />
After struggling for 3 weeks, I finally stumbled upon XIG and I feel like I may just pull it off. However I would also like to have back-up.<br />
How can I use an Zigbee + USB adapter board with XIG? . And is it the same as the interface board  (apologies for the numerous questions, I am REALLY struggling here).<br />
Any sort of help will be greatly appreciated,<br />
Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: stonebits		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1291</link>

		<dc:creator><![CDATA[stonebits]]></dc:creator>
		<pubDate>Wed, 15 May 2013 01:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1291</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1290&quot;&gt;LARRY&lt;/a&gt;.

I don&#039;t think you need XIG to do this
If you send a
/ws/DataStream
to your X2 via the divi API explorer, you&#039;ll get and XML packet will all of your data.
I used this technique to replicate the data being returned from the &quot;Simple Sensor Network&quot; example in Faludi&#039;s book.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1290">LARRY</a>.</p>
<p>I don&#8217;t think you need XIG to do this<br />
If you send a<br />
/ws/DataStream<br />
to your X2 via the divi API explorer, you&#8217;ll get and XML packet will all of your data.<br />
I used this technique to replicate the data being returned from the &#8220;Simple Sensor Network&#8221; example in Faludi&#8217;s book.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LARRY		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1290</link>

		<dc:creator><![CDATA[LARRY]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 15:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1290</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1283&quot;&gt;Siegfried&lt;/a&gt;.

Hi,
Did you  find out how to use XIG on  “standalone” xbees as Sensors?
&quot;What I’d like to do is use standard xbee modules as temperature/light sensors through the house. To keep things standard, I thought simply building them the same way as the “LTH Sensor” that is provided in the Digi starter kit.&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1283">Siegfried</a>.</p>
<p>Hi,<br />
Did you  find out how to use XIG on  “standalone” xbees as Sensors?<br />
&#8220;What I’d like to do is use standard xbee modules as temperature/light sensors through the house. To keep things standard, I thought simply building them the same way as the “LTH Sensor” that is provided in the Digi starter kit.&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Collins		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1289</link>

		<dc:creator><![CDATA[Tom Collins]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 16:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1289</guid>

					<description><![CDATA[By the way, the current version of the XBee Internet Gateway (XIG) can run on a standard PC (Windows, Mac, *nix) with an XStick or XBee in a USB/serial adapter.  So you don&#039;t need to buy a dedicated ConnectPort X2 if you already have a computer that&#039;s on all of the time (like a file server).
http://code.google.com/p/xig/]]></description>
			<content:encoded><![CDATA[<p>By the way, the current version of the XBee Internet Gateway (XIG) can run on a standard PC (Windows, Mac, *nix) with an XStick or XBee in a USB/serial adapter.  So you don&#8217;t need to buy a dedicated ConnectPort X2 if you already have a computer that&#8217;s on all of the time (like a file server).<br />
<a href="http://code.google.com/p/xig/" rel="nofollow ugc">http://code.google.com/p/xig/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thingspeak		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1288</link>

		<dc:creator><![CDATA[thingspeak]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 17:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1288</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1286&quot;&gt;trappier hall&lt;/a&gt;.

When you edit the Channel settings, you can turn on / off fields in the channel. If they are all off, the feed will not display. Charts also only show numeric data. First, see if the field is enabled, and second if there is data in your channel.
http://api.thingspeak.com/channels/(Your Channel ID)/field/1/last.txt
Replace (Your Channel ID)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1286">trappier hall</a>.</p>
<p>When you edit the Channel settings, you can turn on / off fields in the channel. If they are all off, the feed will not display. Charts also only show numeric data. First, see if the field is enabled, and second if there is data in your channel.<br />
<a href="http://api.thingspeak.com/channels/(Your" rel="nofollow ugc">http://api.thingspeak.com/channels/(Your</a> Channel ID)/field/1/last.txt<br />
Replace (Your Channel ID)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Faludi		</title>
		<link>https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1287</link>

		<dc:creator><![CDATA[Rob Faludi]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 15:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=698#comment-1287</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1283&quot;&gt;Siegfried&lt;/a&gt;.

The latest version of the XIG software now handles IO samples, by passing them to a URL as configured on the gateway side. It&#039;s actually a pretty slick, flexible solution. Check item &quot;E. I/O Sample HTTP Trigger&quot; on this page: &lt;a href=&quot;http://code.google.com/p/xig/wiki/UserDocumentation&quot; rel=&quot;nofollow ugc&quot;&gt;http://code.google.com/p/xig/wiki/UserDocumentation&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig#comment-1283">Siegfried</a>.</p>
<p>The latest version of the XIG software now handles IO samples, by passing them to a URL as configured on the gateway side. It&#8217;s actually a pretty slick, flexible solution. Check item &#8220;E. I/O Sample HTTP Trigger&#8221; on this page: <a href="http://code.google.com/p/xig/wiki/UserDocumentation" rel="nofollow ugc">http://code.google.com/p/xig/wiki/UserDocumentation</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
