-
Notifications
You must be signed in to change notification settings - Fork 19
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
Not working with BSEC enabled #2
Comments
Update of 03/07/21, still same error also pulling new code :( |
There is get_data defined but no get_bsec_data ` bme = BME68X(cnst.BME68X_I2C_ADDR_LOW, bsec.BSEC_ENABLE) print(dir(bme)) ['class', 'delattr', 'dir', 'doc', 'eq', 'format', 'ge', 'getattribute', 'gt', 'hash', 'init', 'init_subclass', 'le', 'lt', 'ne', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'bme68x', 'conf', 'data', 'del_period', 'get_data', 'heatr_conf', 'linux_device_handle', 'n_fields', 'op_mode', 'rslt', 'sample_count', 'set_conf', 'set_heatr_conf', 'set_temp_offset', 'temp_offset', 'time_ms', 'use_bsec'] ` |
Somehow I had a previous installed version 1.0.4 (??) Tested with this piece of code (on 0x76): (pip3 freeze|grep bme) /bme68x-python-library $ pip3 uninstall bme68x |
Hi, I have a problem while running the sample script forced_mode.py (and other scripts) with BSEC enabled, here the error:
Unfortunately I didn't found out what's wrong. Do you have any advice?
The text was updated successfully, but these errors were encountered: