kike-canaries / canairio_sensorlib

Particle sensor manager for multiple sensors: Honeywell, Plantower, Panasonic, Sensirion, etc. This is sensors layer of CanAirIO project too.
https://canair.io/docs/sensorlib.html
GNU General Public License v3.0
37 stars 12 forks source link

AM2320 in M5Atom/M5CoreInk isn't detected when it is alone, with other sensor works #124

Closed hpsaturn closed 1 year ago

hpsaturn commented 2 years ago

Summary

This issue it is relation with this thread:

https://github.com/RobTillaart/AM232X/issues/19

In a brief, the sensor when it's alone is not recognized for the library, but when is joined in the same I2C port with another different kind of sensor, it works. On TTGO-TDisplay and TTGO-T7 boards works alone but in M5CoreInk and M5Atom don't

Reproduce

  1. Connect the sensor alone in M5 device
  2. Check the log
  3. Connect another sensor, in M5CoreInk one GCJA5 in M5Atom for example BME680
  4. Check the log
  5. The sensor works.