<?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>Sending Atmospheric Data from the MSP430 and Wi-Fi CC3100 BoosterPack to Plot.ly</title><link>/technologies/internet-of-things/b/blog/posts/sending-atmospheric-data-from-the-msp430-and-wi-fi-cc3100-boosterpack-to-plot-ly</link><description>Figure 1. Terminal screen displaying live data being transmitted and demo Plot.ly graph For a while now I have been thinking about the ability to remotely monitor what is going on environmentally in a location. I have thought about this with reg...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Sending Atmospheric Data from the MSP430 and Wi-Fi CC3100 BoosterPack to Plot.ly</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/sending-atmospheric-data-from-the-msp430-and-wi-fi-cc3100-boosterpack-to-plot-ly</link><pubDate>Wed, 21 Oct 2015 05:11:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e08f25c-aa13-45dc-b3ba-29d8be367640</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m not having much luck getting the data to Plot..&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looking at &lt;a class="jive-link-external-small" href="https://plot.ly/streaming/" rel="nofollow ugc noopener" target="_blank" title="https://plot.ly/streaming/"&gt;https://plot.ly/streaming&lt;/a&gt; , it seems a username / apikey is needed, but I don&amp;#39;t see where that&amp;#39;s done in the code.&amp;nbsp; For example, a socket connection is made to IP 0x6b15d6c7 (via BsdTcpClient), where the &lt;span&gt;socketIDD is returned.&amp;nbsp;&amp;nbsp; However, &lt;/span&gt;shouldn&amp;#39;t the POST to /clientresp&amp;nbsp; (in order to create an empty graph w/token), be done beforehand?&amp;nbsp;&amp;nbsp;&amp;nbsp; It seems to be made afterwards, and it&amp;#39;s commented out!&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;The only (uncommented) &amp;#39;POST&amp;#39; appears after the socket connection, and doesn&amp;#39;t send the /clientresp nor username/apikey:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/1468x135/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0e08f25c-aa13-45dc-b3ba-29d8be367640/contentimage_5F00_180659.png:1468:135]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are the three buffers (PLOTLY[], initPlotly[], initStream[]) meant to be uncommented and sent?&amp;nbsp;&amp;nbsp; Something like :&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/1418x656/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0e08f25c-aa13-45dc-b3ba-29d8be367640/contentimage_5F00_180660.png:1418:656]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I think my hardware is ok, since a couple TI SDK examples work fine (&lt;span&gt;getting_started_with_wlan_station, http_client, http_server, and &lt;/span&gt;tcp_socket).&amp;nbsp;&amp;nbsp; But perhaps the Plot.ly API has since changed?&lt;/p&gt;&lt;p&gt;I&amp;#39;m using an MSP430-EXP430F5529LP Rev1.6 with a CC3100BOOST Rev.4.0 (flashed with SP 1.0.0.10-2.5.99.2-Beta), and compiling with CCSv6.1.0.00104 .&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18627&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sending Atmospheric Data from the MSP430 and Wi-Fi CC3100 BoosterPack to Plot.ly</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/sending-atmospheric-data-from-the-msp430-and-wi-fi-cc3100-boosterpack-to-plot-ly</link><pubDate>Fri, 14 Aug 2015 05:26:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e08f25c-aa13-45dc-b3ba-29d8be367640</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very cool! &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m just starting to learn programming (got my arudino less than a month ago!), and plotting sensor data (from my worm farm) to the net is EXACTLY what I&amp;#39;m hoping to do!&amp;nbsp; Do you think this can work with an arudino and a CC3100 shield?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just to see if I understand the overall concept, is the idea that the microcontroller establishes a connection to the plot.ly servers (similar to temboo?), after that it&amp;#39;s a matter of how fast you can post sensor data to plot.ly, is that correct?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve read that using udp (instead of tcp) is best for maximizing data transfer..&amp;nbsp; does this use udp or tcp?&amp;nbsp; What&amp;#39;s the fastest you&amp;#39;ve been able to send data?&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Ben&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18627&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sending Atmospheric Data from the MSP430 and Wi-Fi CC3100 BoosterPack to Plot.ly</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/sending-atmospheric-data-from-the-msp430-and-wi-fi-cc3100-boosterpack-to-plot-ly</link><pubDate>Thu, 20 Nov 2014 01:30:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e08f25c-aa13-45dc-b3ba-29d8be367640</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Wow, great project, and very detailed!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had missed this reading this, but just noticed the link to it in your CC3100/3200 review!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18627&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sending Atmospheric Data from the MSP430 and Wi-Fi CC3100 BoosterPack to Plot.ly</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/sending-atmospheric-data-from-the-msp430-and-wi-fi-cc3100-boosterpack-to-plot-ly</link><pubDate>Sun, 14 Sep 2014 19:27:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e08f25c-aa13-45dc-b3ba-29d8be367640</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very good post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You provide a lot of useful information that I hope I can use in my own applications.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18627&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>