top | item 16903878

Displaying Weather on a 32x16 LED Matrix

41 points| cheerio | 8 years ago |medium.com

11 comments

order
[+] leggomylibro|8 years ago|reply
Oh cool, 'weather widgets' are a fun first project for small screens and LED displays.

I like showing people how to hook up ESP8266s to the OpenWeatherMap API[1] - it's a quick and useful example and it seems to get people thinking about home automation. One fun way to display the results very cheaply is to use just a few of those colored LEDs for things like temperature ('blue->yellow->red') and conditions (yellow for sunny, grey for overcast, blue for rain, etc.)

[1]: https://openweathermap.org/api

[+] olskool|8 years ago|reply
By "west coast" OP probably means CA. Despite popular belief there are other states on the west coast of North America. The weather in OR, WA and AK is much more variable.
[+] craftyguy|8 years ago|reply
Until this weekend, the weather in OR has unvariably been: rain. It'll probably be back to that by the end of the week.

I once considered doing a project similar to this one, using an esp8266, but decided against it since it would be too depressing.

[+] FireBeyond|8 years ago|reply
Well, definitely CA:

> Additionally, since it rains so rarely, if it’s going to rain, people are usually talking about it at least a day in advance.

Was odd that such prevalence was placed on the coasts by the author.

[+] wyldfire|8 years ago|reply
> On the East coast you can be caught off guard by rain, snow, or really cold, windy weather. I’ve been caught a few times in the bad weather, to the point where I’ve started looking up the weather forecast before leaving the house.

It's pretty humorous to read this perspective. The west coast must truly be as fantastic as advertised.

> how do you debug hardware? One way is by using a multimeter.

:(

> A friend at the Recurse Center let me borrow Saleae’s logic analyzer

Phew! Multimeter is not the way to go unless you really have no other option.

[+] kiddico|8 years ago|reply
Are there any good low cost logic analyzers you know of?

I've never had a big enough, or time dependent enough project to require anything more than a multimeter and patience, so I've not put the cash forward for a logic analyzer, or oscilloscope, or whatever. Not entirely sure what the difference is anyways...

[+] nategri|8 years ago|reply
I'd love to see the same thing done with an Arduino Mega and a wi-fi shield. It would be a much cleaner build since most arduino boards are 5V standard.

But then I'm sure you'd pay for it in the hairiness of the aruduino/led board interface, haha.