This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Make the room demo more interesting #174
Open
Description
Here is a few scenario assuming the following Grove modules:
- OLED
- Piezzo
- Light sensor
- LED
- IR interruption sensor
- Button
- Fan
- The OLED screen in the room lights up and cycles through sensor data and instructions to interact with the room
- Giana presses a button and the fan turns up
- Giana turns off the light in her real living room and the light in the Firebase room turns on
- Giana turns the knob and music starts playing on the piezzo
- Giana opens and closes the door and the music stops and the light turns off.
- Giana notices a message "open in Firebase" w/ a bar code on the OLED screen.
- Giana scan the bar code with her phone and is taken to a demo Firebase
- Giana can see all the sensors data and actuator states in the "Data" section.
- Giana pushes the button in the room and sees a new timestamp being inserted under the 'events' key.
- Giana changes the "light" property to "1" and it turns on the light.
- Giana changes the "light" property to "0" and it turns off the light.