Use OpenLog Artemis with a non autodetected QWIIC sensor

Hi @MaxFreedman,

Adding new sensors is “straight forward”. I think that’s the best way to describe it…! But you do need to be familiar with Arduino and C and you do need to have all of the sensor Arduino Libraries plus SdFat installed. Details are here:

https://github.com/sparkfun/OpenLog_Art … SENSORS.md

The code itself is here:

https://github.com/sparkfun/OpenLog_Art … og_Artemis

The library list is included in the code:

https://github.com/sparkfun/OpenLog_Art … #L285-L312

Please note:

https://github.com/sparkfun/OpenLog_Art … is.ino#L14

Just FYI, we will be releasing a new framework early next year which will make it much easier to add new devices. The BME680 is already included and we will be adding support for the SEN54 particle + VOC sensor.

I hope this helps,

Paul