Post topics, source code that relate to the Arduino Platform

User avatar
By varind
#48371 I've been working on a program to pull data from the internet and display it on an LCD.  I use a 20x4 character display but this will work on a 16x2 as well.  I've tried to make this program easily adaptable to many different kinds of data.  The working version has examples for weather, news, amateur (ham) radio and stocks.

Data is easily pulled from the web and displayed on the LCD with a few simple parameters. The data is then passed to the Arduino (yes, i know this would work without the Arduino but it makes it easier to hook up the LCD and maybe someday add more sensors/knobs/etc.)

The code is posted on GitHub:

https://github.com/varind/Web-To-LCD

I'm still toying with ideas for enclosures and for now I have two working prototypes pictured below.  One on a protoboard using a Nano and one self-contained unit using a Pro Mini.

Here are some examples of the display:

Weather:
Image

Weather in a big font:
Image

Terrestrial-solar conditions for amateur radio:
Image

Amateur radio band conditions:
Image

News:
Image

Stocks:
Image

Stocks (big font):
Image


First build on protoboard:

Image

Second build:
Image
Another view of the second build:
Image
User avatar
By varind
#52805 Hello! I made a new version of this project/code that skips the Arduino. Still uses Arduino IDE but the LCD is hooked up straight to an ESP8266.

New features include mDNS httpUpdate and you can tell the ESP to join any network through a browser!

See the project on GitHub:
https://github.com/varind/ESP8266-Web-To-LCD

or my website:
http://www.variableindustries.com/web-to-lcd-2/