<?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: Building the Internet of Things with the ESP8266 Wi-Fi Module and ThingSpeak	</title>
	<atom:link href="https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak/feed" rel="self" type="application/rss+xml" />
	<link>https://nothans.com</link>
	<description>Life, Comedy, Games, Tech, Marketing, and Community</description>
	<lastBuildDate>Wed, 03 Apr 2024 18:03:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Hans Scharler		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-3026</link>

		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Wed, 03 Apr 2024 18:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-3026</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-3025&quot;&gt;Haniel&lt;/a&gt;.

Yes, you have two choices. One use TimeControl+MATLAB or TimeControl+ThingHTTP. I recommend that MATLAB pathway. You would write some MATLAB code that interacts with the Firebase API and then schedule it to run on a regular basis using TimeControl. Here&#039;s a link to the Firebase Realtime Database API: &lt;a href=&quot;https://firebase.google.com/docs/database/rest/auth&quot; rel=&quot;nofollow ugc&quot;&gt;https://firebase.google.com/docs/database/rest/auth&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-3025">Haniel</a>.</p>
<p>Yes, you have two choices. One use TimeControl+MATLAB or TimeControl+ThingHTTP. I recommend that MATLAB pathway. You would write some MATLAB code that interacts with the Firebase API and then schedule it to run on a regular basis using TimeControl. Here&#8217;s a link to the Firebase Realtime Database API: <a href="https://firebase.google.com/docs/database/rest/auth" rel="nofollow ugc">https://firebase.google.com/docs/database/rest/auth</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Haniel		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-3025</link>

		<dc:creator><![CDATA[Haniel]]></dc:creator>
		<pubDate>Wed, 03 Apr 2024 16:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-3025</guid>

					<description><![CDATA[hi hans, if can the thingspeak get data from google realtime database?. and how can i find the tutorial?
thanks a lot.]]></description>
			<content:encoded><![CDATA[<p>hi hans, if can the thingspeak get data from google realtime database?. and how can i find the tutorial?<br />
thanks a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans Scharler		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1823</link>

		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Wed, 12 Oct 2022 15:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1822&quot;&gt;michele mule&#039;&lt;/a&gt;.

I think you can use the &quot;bulk_update&quot; API endpoint. The &quot;created_at&quot; parameter will allow you to specify the times that you want. There are examples in the ThingSpeak documentation: https://www.mathworks.com/help/thingspeak/bulkwritejsondata.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1822">michele mule&#8217;</a>.</p>
<p>I think you can use the &#8220;bulk_update&#8221; API endpoint. The &#8220;created_at&#8221; parameter will allow you to specify the times that you want. There are examples in the ThingSpeak documentation: <a href="https://www.mathworks.com/help/thingspeak/bulkwritejsondata.html" rel="nofollow ugc">https://www.mathworks.com/help/thingspeak/bulkwritejsondata.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: michele mule'		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1822</link>

		<dc:creator><![CDATA[michele mule']]></dc:creator>
		<pubDate>Tue, 11 Oct 2022 08:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1822</guid>

					<description><![CDATA[Hi Hans,
I collect data every hour, and i send all collected data once at all, every 24 hours, to minimize battery consumption.
How can i set things to &#039;mark&#039; values with MY timestamps on ThingsTalk?
 If i send all data all at once, i will have all data marked with sending timestamp! is it right?

Can you suggest me a workaround please?
Thank you]]></description>
			<content:encoded><![CDATA[<p>Hi Hans,<br />
I collect data every hour, and i send all collected data once at all, every 24 hours, to minimize battery consumption.<br />
How can i set things to &#8216;mark&#8217; values with MY timestamps on ThingsTalk?<br />
 If i send all data all at once, i will have all data marked with sending timestamp! is it right?</p>
<p>Can you suggest me a workaround please?<br />
Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1346</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 16:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1346</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1341&quot;&gt;dharani&lt;/a&gt;.

Here&#039;s the example code: https://github.com/nothans/ESP8266/blob/master/examples/RSSI_to_ThingSpeak.ino]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1341">dharani</a>.</p>
<p>Here&#8217;s the example code: <a href="https://github.com/nothans/ESP8266/blob/master/examples/RSSI_to_ThingSpeak.ino" rel="nofollow ugc">https://github.com/nothans/ESP8266/blob/master/examples/RSSI_to_ThingSpeak.ino</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1345</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 16:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1345</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1344&quot;&gt;Essam Atta&lt;/a&gt;.

Almost. You can upload a CSV file for ThingSpeak analyze with MATLAB. Here is the doc: https://www.mathworks.com/help/thingspeak/channel-settings.html#import]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1344">Essam Atta</a>.</p>
<p>Almost. You can upload a CSV file for ThingSpeak analyze with MATLAB. Here is the doc: <a href="https://www.mathworks.com/help/thingspeak/channel-settings.html#import" rel="nofollow ugc">https://www.mathworks.com/help/thingspeak/channel-settings.html#import</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Essam Atta		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1344</link>

		<dc:creator><![CDATA[Essam Atta]]></dc:creator>
		<pubDate>Mon, 29 Jan 2018 19:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1344</guid>

					<description><![CDATA[Is it possible to analyze (.log) file on Thingsspeak
Like to to send a bulky (.log) to Thingsspeak and let it analyzed
Thnx in advance]]></description>
			<content:encoded><![CDATA[<p>Is it possible to analyze (.log) file on Thingsspeak<br />
Like to to send a bulky (.log) to Thingsspeak and let it analyzed<br />
Thnx in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sandip		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1342</link>

		<dc:creator><![CDATA[sandip]]></dc:creator>
		<pubDate>Thu, 11 Jan 2018 07:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1342</guid>

					<description><![CDATA[how to interface ESP8266 with LPC2148]]></description>
			<content:encoded><![CDATA[<p>how to interface ESP8266 with LPC2148</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dharani		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1341</link>

		<dc:creator><![CDATA[dharani]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 06:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1341</guid>

					<description><![CDATA[hi hans thanks foe the reply,but can u get me the code to send data to thingspeak channel via esp 8266 and arduino uno...waiting for ur reply ....thanks]]></description>
			<content:encoded><![CDATA[<p>hi hans thanks foe the reply,but can u get me the code to send data to thingspeak channel via esp 8266 and arduino uno&#8230;waiting for ur reply &#8230;.thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1340</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Thu, 14 Dec 2017 19:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/?page_id=1406#comment-1340</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1339&quot;&gt;dharani&lt;/a&gt;.

Here&#039;s a tutorial to help you get started: http://nothans.com/measure-wi-fi-signal-levels-with-the-esp8266-and-thingspeak]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/esp8266/building-the-internet-of-things-with-the-esp8266-wi-fi-module-and-thingspeak#comment-1339">dharani</a>.</p>
<p>Here&#8217;s a tutorial to help you get started: <a href="http://nothans.com/measure-wi-fi-signal-levels-with-the-esp8266-and-thingspeak" rel="ugc">http://nothans.com/measure-wi-fi-signal-levels-with-the-esp8266-and-thingspeak</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
