@@ -127,4 +127,42 @@ The following table outlines the sensors and data encoding used by the IoT Node
127
127
|| CIEx| CIE_X || double|
128
128
|| CIEy | CIE_Y || double|
129
129
|| CIET | CCT || double|
130
+ | RV8803 RTC|||||
131
+ || Epoch| Epoch|| uint32|
132
+ | SCD40 CO2 Sensor|||||
133
+ || CO2 (PPM)| CO2_U32 || uint32|
134
+ || Temperature (C) | TempC || float|
135
+ || Humidity (%RH) | Humidity_F || float|
136
+ | SGP30 Air Quality Sensor|||||
137
+ || CO2 (PPM)| CO2_U32 || uint32|
138
+ || TVOC (PPB) | TVOC_U32 || uint32|
139
+ || H2 (PPM)| H2 || uint32|
140
+ || Ethanol (PPM)| ETOH_U32 || uint32|
141
+ | SGP40 Air Quality Sensor|||||
142
+ || TVOC (PPB) | TVOC_U32 || uint32|
143
+ | SHTC3 Humidity and Temperature Sensor|||||
144
+ || Temperature (F) | TempF || float|
145
+ || Temperature (C) | TempC || float|
146
+ || Humidity (%RH) | Humidity_F || float|
147
+ | STC31 CO2 Sensor|||||
148
+ || CO2 (%) | CO2_F || float|
149
+ || Temperature (C) | TempC || float|
150
+ | Human Presence Sensor|||||
151
+ || Presence (cm^-1) | Presence || int16|
152
+ || Motion (LSB) | Motion || int16|
153
+ | TMP117 Precision Temperature Sensor|||||
154
+ || Temperature (C)| TempC || float|
155
+ | VCNL4040 Proximity Sensor|||||
156
+ || Proximity | Proximity || uint16|
157
+ || Lux | LUX_U16 || uint16|
158
+ | VEML6075 UV Sensor|||||
159
+ || UVA Level | UVAIndex || float|
160
+ || UVB Level | UVBIndex || float|
161
+ || UV Index | UVIndex || float|
162
+ | VEML7700 Ambient Light Sensor|||||
163
+ || Ambient Light Level | AmbientLight || uint32|
164
+ || White Level | WhiteLight || uint32|
165
+ || Lux| LUX_F || float|
166
+ | VL53L1X Distance Sensor|||||
167
+ || Distance (mm)| Distance || unit32|
130
168
0 commit comments