lost a few days of data when I couldn’t recover anything from the SD card.
if I daisy-chain another qwiic openlog, will they work in parallel, so if one card/openlog fails, the other might not?
or perhaps I could separately address a qwiic and non-qwiic openlog via the same arduino?
You should be able to, so long as they aren’t the same I2C address. You can modify addresses with Example11_ChangeAddress in the [Hookup Guide.
As for using Qwiic/Non-Qwiic, you very well could if you make logic to the effect of:
if(log1 == fails), then(uselog2());
```](https://learn.sparkfun.com/tutorials/qwiic-openlog-hookup-guide?_ga=2.4774963.1299124625.1583165184-2114068872.1578439588#arduino-sketches)