Lab 24. A Building Monitoring Solution
Expected completion time of this lab: 60 min.
Unlike the other lab, the instructions of this lab are not step-by-step. They should rather be considered as a reference; your instructor will guide the work during this lab.
Goal
Wiring up the reed switch
By convention, let's connect:
- the tilt sensor to GPIO digital_in/D0 (DC9003 pin DP2)
- the reed switch to GPIO digital_in/D1 (DC9003 pin S_MOSI)
Start by building the following circuit:
Through Node-RED, communicate with your mote to:
enable the digital input
enable “on-change” notifications
Verify that you see notifications with different values.
Wiring up the buzzer
By convention, let's connect the buzzer to GPIO digital_out/D4 (DC9003 pin I_MOSI)
Start by building the following circuit:
Through APIExplorer, communicate with your mote to switch the buzzer on/off.