XML/RSS/HTML to LCD for Weather/News/Ham Radio/Stocks etc.
Posted: Wed Jun 01, 2016 3:04 am
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:
Weather in a big font:
Terrestrial-solar conditions for amateur radio:
Amateur radio band conditions:
News:
Stocks:
Stocks (big font):
First build on protoboard:
Second build:
Another view of the second build:
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:
Weather in a big font:
Terrestrial-solar conditions for amateur radio:
Amateur radio band conditions:
News:
Stocks:
Stocks (big font):
First build on protoboard:
Second build:
Another view of the second build: