General use of the DEV-15164 with Arduino

I have some general questions about using this device.

  1. Sometimes the default log will show up and sometimes it won’t.

  2. In order the write to a new file I have to use the append command, if I just to another function it does not want to work.

  3. What does the myLog.syncFile(); do? If I don’t do this, it will not append any new data.

1 - https://learn.sparkfun.com/tutorials/qw … leshooting What’s happening when it does NOT show up?

2 - Try using ‘Openlog::create’ instead? Are you are only using the default log file/name? https://github.com/sparkfun/SparkFun_Qw … ibrary.cpp

3 - It checks to see the i2c address of the file if there is one https://github.com/sparkfun/SparkFun_Qw … ibrary.cpp