3 Wire LCD on Linkit ONE

by BharathRam in Circuits > Microcontrollers

893 Views, 5 Favorites, 0 Comments

3 Wire LCD on Linkit ONE

C360_2015-10-27-15-21-19-255.jpg

Hi

I'm gonna show your how to interface lcd with Linkit ONE that too using only 3 wires....
actually I have made arduino as a LCD driver and the interfaced Arduino and Linkit ONE using Serial communication

Components Required

displays.jpg
F17BM7OIFYBFCA0.jpeg
lcd-shield-arduino.jpg
  1. Linkit ONE
  2. Arduino
  3. 16*2 LCD
  4. connecting wires

Connections

IMG_20151027_120055.jpg
C360_2015-10-27-15-45-15-285.jpg
  1. connect Linkit ONE Arduino
    TX---------------------------RX
    RX---------------------------TX
    GND------------------------GND
  2. Insert 16*2 lcd in Arduino using arduino lcd driver

Coding

C360_2015-10-27-15-17-38-036.jpg
C360_2015-10-27-15-21-19-255.jpg

Arduino code

In Arduino IDE select board to Arduino UNO and port to Arduino comport

click the below link to download arduino code

arduino as lcd shield
Linkit ONE code

In Arduino IDE select board to Linkit ONE and port to Linkit one debug port

click the below link to download Linkit ONE code

LCD linkitone