This project simulate a cloud with leds and cotton to show forecast weather. When boot the system, the cloud connect to an API and get current forecast and show with LEDs to simulating this states:
- Thunderstorm. LEDs blinking a lot
- Rain. LEDs blinking less
- Clouds. Just 3 LEDs on
- Few Clouds. All LEDs on
- Clear (All LEDs off, but I am thinking in a better way to represent this state)
There are two implementations:
The app just control cloud state using Firebase RealtimeDatabase. Just for tests and showcase.