We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272e908 commit eef3143Copy full SHA for eef3143
1 file changed
Wearable_BLE_Temperature_Monitor/ble_temp_monitor.ino
@@ -36,7 +36,7 @@ float temp_offset = 0.5;
36
// Sensor read timeout, in minutes
37
// NOTE: Measuring your armpit temperature for a minimum
38
// of 12 minutes is equivalent to measuring your core body temperature.
39
-const long interval = 1;
+const long interval = 6;
40
41
// BLE Service
42
BLEDfu bledfu; // OTA DFU service
@@ -103,7 +103,6 @@ void setup() {
103
104
// set all pixel colors to 'off'
105
pixels.clear();
106
-
107
}
108
109
void loop() {
@@ -142,7 +141,6 @@ void loop() {
142
141
bleuart.write(buffer);
143
144
// shutdown MSP9808 - power consumption ~0.1 mikro Ampere
145
- // stops temperature sampling
146
Serial.println("Shutting down MCP9808");
147
tempsensor.shutdown_wake(1);
148
0 commit comments