Brokkr watches the stream of data from the sensor and writes to a Pi-attached drive. The sensor also writes data. So, we have two places where data can be found. Typically:
- The sensor drive is smaller than the Pi drive
- The sensor drive does not buffer, so under high flash rates might drop triggers.
We want to:
This will catch any case where brokkr fails to write data. Note that we don't need to worry about the converse.
If it fills, the sensor goes into a reboot cycle. This can happen near daily, depending on the size of the USB drive.
Brokkr watches the stream of data from the sensor and writes to a Pi-attached drive. The sensor also writes data. So, we have two places where data can be found. Typically:
We want to:
This will catch any case where
brokkrfails to write data. Note that we don't need to worry about the converse.If it fills, the sensor goes into a reboot cycle. This can happen near daily, depending on the size of the USB drive.