License: MIT
Node | Description |
---|---|
01-example-internal-sensors | Patch to demonstrate the use of the environmental sensors inside the Sense CAP Indicator. Data can be viewed in a serial monitor. |
02-example-grove-i2c | Patch to demonstrate using an I2C device attached to the grove connector. Use a serial monitor (such as the one available in the Arduino IDE) to view output. |
03-example-log-sd | Patch to demonstrate logging data using the Sense CAP Indicator's micro SD card module. |
04-example-play-melody | Patch to demonstrate how the buzzer can be used to play a melody. |
05-example-co2-alarm | Patch to sound an alarm when CO2 concentration in the air reaches a user-defined threshold. |
buzzer-play-tone | Use buzzer to play tone. |
power-internal-sensors | Use this node to power internal sensors on or off. |
sd-log-sense-cap-indicator | Appends lines of text to a file on SD card. Possible errors: — Can't open a file — Initialization failed or no SD card — Can't write data to SD card |