<?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>MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><description>This is a follow on from an earlier posting: http://www.element14.com/community/people/neilk/blog/2014/07/18/app-inventor-and-arduino-part-2--send-data-from-arduino-to-android-app I have written this in response to a request from kennethbuenavent...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Fri, 27 Jan 2017 11:11:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>neilk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Now that I have looked at your I can see that you are sending a lot of data to the serial monitor and also accepting keyboard commands.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To transfer ALL of that data via Bluetooth and display on an Android device using AppInventor could become a significant, but far from impossible, project.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A very simple approach would be to connect your HC-05 to the Rx &amp;amp; Tx pins of the Arduino , remembering to use a potential divider on the Arduino Tx to HC-05 Rx line, to drop the voltage seen by the HC-05 input to about 3V.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would then be very straight forward to read the Bluetooth input on AppInventor and display each data set received from the Arduino by setting the text value of a label. Of course, you should still see the same data displayed in the Serial Monitor.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See other comments in this blog and in my other blogs on Arduino/AppInventor data transfer via Bluetooth and make sure that you are confident that you have Bluetooth working by reproducing one of the simple examples I have used..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, if you want to interpret the data within AppInventor and do something with it, the task becomes quite a bit more complicated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can I suggest that you &amp;quot;have a go&amp;quot; and see how far you can get. If you get completely stuck, then it would be a good idea to post what you have done as a NEW question in the Arduino group.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope this helps&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neil&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Thu, 26 Jan 2017 17:34:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>jhek2017</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;a class="jive-link-external-small" href="https://mail.google.com/mail/u/0/#inbox/159dbcc3a87c2800" rel="nofollow ugc noopener" target="_blank"&gt;https://mail.google.com/mail/u/0/#inbox/159dbcc3a87c2800&lt;/a&gt;&lt;span&gt;[View:/resized-image/__size/620x304/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-aeabdc49-c4b6-4b3c-b6d8-939b35430cc8/2308.contentimage_5F00_178234.png:620:304]&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;This is the schematic diagram we use and the link for our arduino code . Thanks sir I hope you would help&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Thu, 26 Jan 2017 06:25:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>jhek2017</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;hi it is posssible to receive data using a color sensor in mit app thanks i badly neede for a response&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Sat, 13 Feb 2016 12:01:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;if i am getting ldr data from a0,a1,a2,a3,a4,a5.. what would be the right thing to do add a1 pin 2000? then add a2 pin 4000? ty..&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Mon, 08 Feb 2016 21:31:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hello, I have been trying for almost 2 weeks to transmit data from arduino with 2 analog sensors but still couldn&amp;#39;t receive any data to my android phone. My Bluetooth module blinks and I am a bit confused because I placed order for hc-06 but when I powered it up my phone displays it as hc-05, is there any problem regarding that! Please let me know!! I&amp;#39;m very eager to make my first app Controlled hardware.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Sat, 02 Jan 2016 08:22:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi &lt;/p&gt;&lt;p&gt;I am working on arduino uno. I am trying to capture pulse and transfer the pulse value from arduino to android application via bluetooth. But w&lt;/p&gt;&lt;p&gt;hen i am sending the pulse value i am receiving garbage value on my application. Please can anyone help me get out of this problem. &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Fri, 24 Jul 2015 16:21:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>alacosta</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Neil, Hope you can help / advise me. I have an Arduino program reading 5 different temperature settings as a csv file&amp;nbsp;&amp;nbsp; this is set as csv to be monitored in a Windows PC program.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;set as :-&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; // prints values to serial port&amp;nbsp; / PC Graphics Program&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (water);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (&amp;quot;,&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (WavMinn);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (&amp;quot;,&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (panel);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (&amp;quot;,&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (PavMinn);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (&amp;quot;,&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.print (air);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial.println (&amp;quot;&amp;quot;);&lt;/p&gt;&lt;p&gt; I am new to App inventor , have mastered Bluetooth connection but now at a total loss of how to display&amp;nbsp; this data&amp;nbsp; on my phone (Android ) the more I try to find a way the more I get confused !!!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;what I would like is to be displayed as :-&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt; Solar Temperature&amp;nbsp; Monitor &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any advice on the App Inventor&amp;nbsp; reading a csv&amp;nbsp; data, setup or sample program would be greatly appreciated&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;John&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Sat, 23 May 2015 06:25:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;i want to ask...i want to read oxygen level and also heart beat..what is the block suggestion should i make?&lt;/p&gt;&lt;p&gt;i have this block...but i wonder is the (get global name) will show one of the reading either oxygen level or heart beat...&lt;span&gt;[View:/resized-image/__size/620x247/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-aeabdc49-c4b6-4b3c-b6d8-939b35430cc8/8468.contentimage_5F00_178231.jpg:620:247]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MIT App Inventor and Arduino Part 4 - send more than 1 data item from Arduino to Android and display</title><link>https://community.element14.com/members-area/personalblogs/b/blog/posts/mit-app-inventor-and-arduino-part-4---send-more-than-1-data-item-from-arduino-to-android-and-display</link><pubDate>Fri, 06 Feb 2015 15:41:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aeabdc49-c4b6-4b3c-b6d8-939b35430cc8</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;thank you very much i solved my problem &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-aeabdc49-c4b6-4b3c-b6d8-939b35430cc8/contentimage_5F00_1.png:16:16]&lt;/span&gt; thanks&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=19809&amp;AppID=293&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>