OPEnSLab-OSU/Loom

Test Loom_TSL2561 - Winnie

Closed this issue · 4 comments

TSL2561 failed to initialize

[Device] Adding Module: Analog
[TSL2561] Initialize failed
[Device] Cannot add inactive module

Works with Adafruit library but not with Loom

The TSL 2561 is discontinued and no longer available to purchase anyways. We should retire this option in the code base.

I would disagree about removing this sensor module (or other working code not causing any harm). Even if it can't be purchased directly anymore, any existing hardware should still work just fine. Additionally, as an open source project, there may (perhaps unlikely) be people using the module still. It doesn't hurt to leave the sensor support code in the code base, other than perhaps compiled code size, but based on the nRF + sensor compile issues seen, the granularity of module enable sets should probably be reevaluated - e.g. perhaps add a deprecated sensor factory option.

We'll be removing this from the library, so no need to worry about this anymore.