- What is the name of the service we used to send text messages from our Raspberry Pi?
A. Twilio
- True/false? We use a PIR sensor to read temperature and humidity values?
A. False
- How do you create a dashboard in ThingsBoard?
A. You create a dashboard from a deviceʼs telemetry data
- True/false? We built our enhanced security dashboard by using a sensory dashboard?
A. True
- What is the name of the library we use to read temperature and humidity sensory data?
A. Adafruit_DHT
- True/false? The library that we require to send text messages comes pre-installed with Raspbian?
A. False
- When naming classes in our code what do we try to do?
A. Name them after what they represent
- True/false? In order to change our environment from the test to live in our enhanced home security dashboard we have to re-write the entire code?
A. False
- True/false? The account_sid...