{"id":531,"date":"2017-02-05T23:27:14","date_gmt":"2017-02-05T23:27:14","guid":{"rendered":"https:\/\/zhutarduino.wordpress.com\/?page_id=531"},"modified":"2019-03-24T17:14:44","modified_gmt":"2019-03-24T17:14:44","slug":"how-to-send-text-from-android-to-a-arduino-lcd-screen","status":"publish","type":"page","link":"https:\/\/thezhut.com\/?page_id=531","title":{"rendered":"How To send Text from android to a ARDUINO lcd screen"},"content":{"rendered":"<h1>This tutorial will show you how to send text from a android device to a ARDUINO&#8217;s LCD screen&#8230;<\/h1>\n<p>click on the video below for full tutorial.<\/p>\n<p><iframe loading=\"lazy\" title=\"How To send Text from android to a ARDUINO lcd screen\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/ijRwsuKoas4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<h1><\/h1>\n<h1><span style=\"color: #ff0000;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https:\/\/www.facebook.com\/zarduino\/\">Check us out on Facebook!<\/a><\/span><\/strong><\/span><\/h1>\n<h1><a href=\"https:\/\/zhutarduino.wordpress.com\/arduino-projects\/how-to-set-up-and-use-a-1602-i2c-serial-lcd-with-your-arduino\/\">How to set up and use a 1602 I2C serial LCD with your ARDUINO.<\/a><\/h1>\n<h1>THE APP:<\/h1>\n<p><a href=\"https:\/\/drive.google.com\/open?id=0B0ZYw2jO5Q3DNndlYkc1X0dmblU\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to get the APP.<\/a><\/p>\n<h1>ARDUINO CODE:<\/h1>\n<p>#include &lt;Wire.h&gt;<br \/>\n#include &lt;LiquidCrystal_I2C.h&gt;<br \/>\nLiquidCrystal_I2C lcd(0x3f, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); \/\/ Set the LCD I2C address<br \/>\nString data;<br \/>\nvoid setup() {<br \/>\nSerial.begin(9600);<br \/>\nlcd.begin(16, 2); \/\/ initialize the lcd for 16 chars 2 lines<br \/>\nlcd.clear();<br \/>\n}<\/p>\n<p>void loop() {<\/p>\n<p>while(Serial.available()==0)<br \/>\n{<\/p>\n<p>}<\/p>\n<p>delay(500);<br \/>\ndata = Serial.readString();<\/p>\n<p>lcd.clear();<br \/>\nlcd.setCursor(0,0);<br \/>\nlcd.print(data);<\/p>\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial will show you how to send text from a android device to a ARDUINO&#8217;s LCD screen&#8230; click on the video below for full tutorial. Check us out on Facebook! How to set up and use a 1602 I2C &hellip; <a href=\"https:\/\/thezhut.com\/?page_id=531\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":10,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-531","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/pages\/531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/thezhut.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=531"}],"version-history":[{"count":2,"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/pages\/531\/revisions"}],"predecessor-version":[{"id":1230,"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/pages\/531\/revisions\/1230"}],"up":[{"embeddable":true,"href":"https:\/\/thezhut.com\/index.php?rest_route=\/wp\/v2\/pages\/10"}],"wp:attachment":[{"href":"https:\/\/thezhut.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}