How to properly use execution_config.json for STWIN DATALOG1 firmware?
Hi,
I need to use the execution_config to enable autonomous mode for my STWIN, and sample intermittently a couple of sensors. So I put at the root of my SDCARD the two json files (DeviceConfig and execution_config) with the following code supposed to datalog for 1 minute and then pause for 14 minutes. However, It only works the first cycle and then never datalogs again, and I get only one collected data folder in the sdcard
{
"info": {
"version": "1",
"auto_mode": true,
"phases_iteration": 0,
"start_delay_ms": 5000,
"execution_plan": [
"datalog",
"idle"
],
"datalog": {
"timer_ms": 60000
},
"idle": {
"timer_ms": 840000
}
}
}Any idea Why?
thanks,
