Giter Site home page Giter Site logo

network-character-lcd's Introduction

Network Character LCD

Make your own network connected standalone LCD module with the help of character LCD and ESP8266 which can then be used in other electronics projects or from anywhere you can send an HTTP request.

Prerequisites

  • ESP8266 Development board
  • An I2C Character LCD
  • Breadboard and few jumper wires
  • Wi-Fi Router for network connectivity
  • Visual Studio Code with Platform IO extension

Hardware Connections

Connect the pin mentioned in first column with second column for that row with help of jumper wires and breadboard.

ESP Developement board I2C LCD
VIN VCC
GND GND
D1 SCL
D2 SDA

Getting Started

Open the project in Visual Studio Code using Platform IO home. Enter your WiFi username and password in main.cpp file. Build the project and it should download all the required dependencies. Connect the ESP8266 Development board and upload the code to it. The LCD should display the IP address when network is successfully connected.

Display text on LCD

Send an HTTP POST request to http://{ip_address_of_esp}/display with content type of application/json.

{
	"data": [
		{"text": "Line 1", "align":1},
		{"text": "This should appear on Line 2 of character lcd."}
	],
	"scroll":1
}

Check out this blog post for more details.

Logs

Open serial monitor from bottom Platform IO bar in VS Code to see logs.

Dependencies

network-character-lcd's People

Contributors

dsdilpreet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.