-->
Page 1 of 6

DS1306 based weather display

PostPosted: Sun Jul 12, 2015 1:26 pm
by willfly
Thanks for integrating ESP8266 development tools with Arduino IDE. I built a weather display using 128x64 OLED display.

It uses custom fonts for text and icons.

Code is available at https://github.com/ardyesp/WeatherDisplay
3d part: http://www.thingiverse.com/thing:922428

LandscapeMode.png

PortraitMode.png


The part has a tilt switch to flip display screen from landscape to portrait mode. Use two diodes in series to drop USB 5v output to 3.6v.

Re: DS1306 based weather display

PostPosted: Sun Jul 12, 2015 5:29 pm
by Stoney
haha, awesome. I started a similar device last week which reads data from an MQTT cloud broker.
no sexy graphics yet just big text on the oled.
I will certainly be looking at this one and warming up the 3d printer to boot.

I designed a printable tipping bucket rain gauge last week, interested ?
I am waiting on some reed switches and was going to test if before uploading to thingiverse.

Re: DS1306 based weather display

PostPosted: Sun Jul 12, 2015 5:46 pm
by Stoney
heres my display, lol.

Image

I just looked at openweather for my closest station, gold coast, AU and last night it said it was 12C .. I am inland in horse country, it hit 2.9C last night.
It could be interesting logging the difference between predicted and actual for my region.

I had a quick look through your code, very neat !
again, nice job.

Re: DS1306 based weather display

PostPosted: Sun Jul 12, 2015 11:13 pm
by willfly
Thanks. Still working on refining it.