<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><description>In 2014 might have started a revolution in the Internet of Things. New ESP8266 Wi-Fi modules are tiny, cost less than 5 USD and take care about Wi-Fi connection and encription in Access Point mode and in client mode. Communication to the module...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Thu, 23 Jul 2015 14:27:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="p1"&gt;Hello &lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;I’m quite new to arduino and esp8266. Currently I’m trying a simple thing – connect arduino UNO to wifi network using ESP8266 and read a webpage from the internet. &lt;/p&gt;&lt;p class="p1"&gt;I’m using the AT firmware on ESP8266. I can connect it to wifi and open a TCP connection to web server, pass the URL I want to receive, but I have the following problem: &lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;while (Serial.available()){ &lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp; char c = Serial.read(); &lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp; dbgSerial.write(c); &lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp; strReceived+=c; &lt;/p&gt;&lt;p class="p1"&gt;} &lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;This gives me exactly what I need to my debug console – the whole HTTP response together with the content. The moment I comment out the debug output to soft serial, I only get very little data from the server. When I add a delayMicroseconds(50) after Serial.read(), I get a little more data to strReceived, but never as much as when I use the serial debug. &lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;any advice? &lt;/p&gt;&lt;p class="p1"&gt;AT+GMR output: &lt;/p&gt;&lt;p class="p1"&gt;AT version:0.21.0.0 &lt;/p&gt;&lt;p class="p1"&gt;SDK version:0.9.5 &lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p2"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;thank you very much&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Tue, 26 May 2015 08:12:44 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;You are the first person to mention controlling the esp8266 ch_pd power up/down via an Arduino digital port;&amp;nbsp; excuse my ignorance,but how is this done?&amp;nbsp; just by a direct connection to one of the digital ports and setting the port high/low? or do I need a pullup resistor to Vcc as well?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Mon, 18 May 2015 02:52:44 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>rudraxx</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Great article.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am struggling with reading the last value of a channel with ThingSpeak and ESP8266. Have you been able to do that using the Arduino? I could really use some help.&lt;/p&gt;&lt;p&gt;I can access the last val using my browser on my laptop, but havent been able to do that with arduino.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you please help me out with the code for that?&lt;/p&gt;&lt;p&gt;I asked on the thingspeak forum but no success.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://community.thingspeak.com/forum/thingspeak-api/help-with-get-command-arduino-thingspeak-esp8266/" rel="nofollow ugc noopener" target="_blank" title="http://community.thingspeak.com/forum/thingspeak-api/help-with-get-command-arduino-thingspeak-esp8266/"&gt;http://community.thingspeak.com/forum/thingspeak-api/help-with-get-command-arduino-thingspeak-esp8266/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;p&gt;Abhi&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Mon, 23 Feb 2015 10:06:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;According to the Espressif datasheet, at least for the EX model, the inputs are NOT 5V tolerant.&amp;nbsp; Max listed is 3.6V.&amp;nbsp; Where did you see that 5V was okay?&amp;nbsp; I&amp;#39;m a little confused as to whether that is what&amp;#39;s messing up my ESP8266, as I&amp;#39;m trying to communicate directly from an Arduino&amp;#39;s TX and RX lines without success, although it had worked in the past.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Fri, 05 Dec 2014 18:45:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>BigG</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Like your Thingspeak write up and the demo charts. Been looking at this too, but debating whether to try out &lt;a class="jive-link-external-small" href="https://www.grovestreams.com/" rel="nofollow ugc noopener" target="_blank" title="https://www.grovestreams.com/"&gt;https://www.grovestreams.com/&lt;/a&gt; as alternative to Xively as had same problem.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Wondered about pros and cons of grovestreams vs. thingspeak etc. Would love to hear any views. &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Fri, 21 Nov 2014 13:10:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>camuyano</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Very cool, nice work!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESP8266 Wi-Fi  + Arduino upload to Xively and ThingsSpeak</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/esp8266-wi-fi-arduino-upload-to-xively-and-thingsspeak</link><pubDate>Wed, 19 Nov 2014 20:42:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9a3ae1db-9c33-4f8b-8c7a-f84e1f6d0ad3</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice post.&lt;/p&gt;&lt;p&gt;How much power do the little RF chips use?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19235&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>