#Weather Cloud
Visualize the weather condition as you asked.
Weather Cloud is an awesome project for ReSpeaker. This cool build turns a ReSpeaker into a Weather Cloud, which is able to show you the whether with vivid light and sounds.
In this project, Openwrt is in charge of getting realtime weather information from the Internet, making voice interaction and audio output, while Arduino is responsible for controlling the colorful RGB LEDs.
###Getting started
git clone https://github.com/jerryyip/WeatherCloud.git
on ReSpeaker, download the repository- Download ReSpeaker Arduino Library in your computer
- Upload pixels_pattern.ino in ReSpeaker Arduino Library to ReSpeaker's Arduino
- Get OpenWeatherMap appid from here and copy it to
appID = ""
inmain.py
, don't forget to add your city incity=""
- Stop mopidy service on OpenWrt before using SPI bridge
/etc/init.d/mopidy stop
- Run
python main.py
and say "ReSpeaker, what is the weather like?" to ReSpeaker. - For more details about how to make a Weather Could, please click here.