{"id":3256,"date":"2017-04-24T18:00:34","date_gmt":"2017-04-24T15:00:34","guid":{"rendered":"https:\/\/devrearsivi.com\/index.php\/?p=3256"},"modified":"2017-04-24T18:00:34","modified_gmt":"2017-04-24T15:00:34","slug":"arduino-16x2-lcd-baglantisi","status":"publish","type":"post","link":"https:\/\/devrearsivi.com\/arduino-16x2-lcd-baglantisi\/","title":{"rendered":"Arduino 16\u00d72 LCD Ba\u011flant\u0131s\u0131"},"content":{"rendered":"

 <\/p>\n

\"Arduinoya<\/a>
Arduinoya 16\u00d72 LCD Ba\u011flant\u0131s\u0131<\/figcaption><\/figure>\n

 <\/p>\n

Elektronik devre<\/a> yaparken genelde LCD kullan\u0131lan devreleri tercih ederim. Bu yapt\u0131\u011f\u0131m\u0131z devrenin \u00e7al\u0131\u015f\u0131p \u00e7al\u0131\u015fmad\u0131\u011f\u0131n\u0131 g\u00f6rmek i\u00e7in en g\u00fczel yoldur. <\/span>16\u00d72 LCDde 16 karakterden olu\u015fan 2 sat\u0131r vard\u0131r. Piyasada \u00e7ok\u00e7a bulunan LCDler HD44780 lcdleridir. Arduino ile\u00a0yap\u0131labilecek bir \u00e7ok projede kullanaca\u011f\u0131m\u0131z bu LCDleri arduinoya \u015fu \u015fekilde ba\u011flar\u0131z.<\/p>\n

 <\/p>\n

Program\u0131m\u0131z i\u00e7in Gerekli Kodlar<\/p>\n

#include LiquidCrystal.h<\/p>\n

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);<\/p>\n

void setup() {
\nlcd.begin(16, 2);
\nlcd.print(“www.devrearsivi.com”);
\n}<\/p>\n

void loop() {
\nlcd.setCursor(0, 1);
\nlcd.print(millis()\/1000);
\n}<\/p>\n","protected":false},"excerpt":{"rendered":"

    Elektronik devre yaparken genelde LCD kullan\u0131lan devreleri tercih ederim. Bu yapt\u0131\u011f\u0131m\u0131z devrenin \u00e7al\u0131\u015f\u0131p…<\/p>\n","protected":false},"author":1,"featured_media":3257,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1062,467],"tags":[1176,1175,1177,1114],"aioseo_notices":[],"featured_image_urls":{"full":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"thumbnail":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd-150x150.png",150,150,true],"medium":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd-300x183.png",300,183,true],"medium_large":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"large":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"1536x1536":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"2048x2048":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"covernews-slider-full":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"covernews-slider-center":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"covernews-featured":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",624,380,false],"covernews-medium":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",540,329,false],"covernews-medium-square":["https:\/\/devrearsivi.com\/wp-content\/uploads\/2017\/04\/16x2lcd.png",400,244,false]},"author_info":{"display_name":"Ferhat \u00c7elik","author_link":"https:\/\/devrearsivi.com\/author\/94ferhat\/"},"category_info":"Arduino Devreler<\/a> Bitirme Tez Devreler<\/a>","tag_info":"Bitirme Tez Devreler","comment_count":"99","_links":{"self":[{"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/posts\/3256"}],"collection":[{"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/comments?post=3256"}],"version-history":[{"count":4,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/posts\/3256\/revisions"}],"predecessor-version":[{"id":3261,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/posts\/3256\/revisions\/3261"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/media\/3257"}],"wp:attachment":[{"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/media?parent=3256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/categories?post=3256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devrearsivi.com\/wp-json\/wp\/v2\/tags?post=3256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}