3 Wire LCD on Linkit ONE
by BharathRam in Circuits > Microcontrollers
893 Views, 5 Favorites, 0 Comments
3 Wire LCD on Linkit ONE
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
- Linkit ONE
- Arduino
- 16*2 LCD
- connecting wires
Connections
- connect Linkit ONE Arduino
TX---------------------------RX
RX---------------------------TX
GND------------------------GND - Insert 16*2 lcd in Arduino using arduino lcd driver
Coding
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