-
Notifications
You must be signed in to change notification settings - Fork 39
The GAS values is slow to update and is not accurate #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Probably related to #11 |
Also on SPI no improvement ... :-( |
not surprising, the SPI is still reading the same data. you could try to compare what the arduino or espruino is sending for commands and let us know if you see any differences in data? |
Someone correct me if I'm wrong, but it looks like the gas heating duration isn't being set. Adafruit_CircuitPython_BME680/adafruit_bme680.py Lines 107 to 108 in f1b9e6c
If I understand _write() correctly, the above is just writing [0x73, 0x64, 0x65] into incrementing registers 0x5A to 0x5C and not setting the heating duration. It should be changed to something like:
|
Hi, the latest update of adafruit_bme680.py (release 3.1.3) on CircuitPython 5.0 and Bundle 20200307 works perfectly! Tested via i2c on:
THANK YOU VERY MUCH |
https://forums.adafruit.com/viewtopic.php?f=60&t=132231
[mod edit - removed key word highlighting from url]
The text was updated successfully, but these errors were encountered: