Add assets for Plotting Offline Data guide
This commit is contained in:
parent
d2abcbff2e
commit
0107361db8
2 changed files with 8068 additions and 0 deletions
8007
Plotting_Offline_Data/Offline_Data.ipynb
Normal file
8007
Plotting_Offline_Data/Offline_Data.ipynb
Normal file
File diff suppressed because one or more lines are too long
61
Plotting_Offline_Data/config.json
Normal file
61
Plotting_Offline_Data/config.json
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"exportedFromDevice": {
|
||||
"referenceVoltage": 3.3,
|
||||
"totalGPIOPins": 32,
|
||||
"totalAnalogPins": 6,
|
||||
"sd_cs_pin": 17,
|
||||
"rtc": "PCF8523",
|
||||
"statusLEDBrightness": 0.1
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"name": "mcp9808",
|
||||
"componentAPI": "i2c",
|
||||
"i2cDeviceName": "mcp9808",
|
||||
"period": 30,
|
||||
"i2cDeviceAddress": "0x18",
|
||||
"i2cDeviceSensorTypes": [
|
||||
{"type": "ambient-temp-fahrenheit"},
|
||||
{"type": "ambient-temp"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"componentAPI": "ds18x20",
|
||||
"name": "DS18B20: Temperature Sensor",
|
||||
"sensorTypeCount": 2,
|
||||
"sensorType1": "object-temp-fahrenheit",
|
||||
"sensorType2": "object-temp",
|
||||
"pinName": "D13",
|
||||
"sensorResolution": 12,
|
||||
"period": 30
|
||||
},
|
||||
{
|
||||
"componentAPI": "ds18x20",
|
||||
"name": "DS18B20: Temperature Sensor",
|
||||
"sensorTypeCount": 2,
|
||||
"sensorType1": "object-temp-fahrenheit",
|
||||
"sensorType2": "object-temp",
|
||||
"pinName": "D14",
|
||||
"sensorResolution": 12,
|
||||
"period": 30
|
||||
},
|
||||
{
|
||||
"name": "Weatherproof SHT30",
|
||||
"componentAPI": "i2c",
|
||||
"i2cDeviceName": "sht30_mesh",
|
||||
"period": 30,
|
||||
"i2cDeviceAddress": "0x44",
|
||||
"i2cDeviceSensorTypes": [
|
||||
{
|
||||
"type": "ambient-temp"
|
||||
},
|
||||
{
|
||||
"type": "ambient-temp-fahrenheit"
|
||||
},
|
||||
{
|
||||
"type": "relative-humidity"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue