04-11-2019 09:55 PM - edited 04-11-2019 11:33 PM
Executed all the steps from Integration Guidelines for Arduino platforms.pdf. the library seems to be properly installed, the examples can be compiled without warnings and downloladed to the target platform. However, all the examples in form BSEC folder display the following error message after loading:
BSEC Error code -2
Any ideas?
What is strange that example from Bme680_Data folder basic_data_logging.ino works fine
Solved! Go to Solution.
04-12-2019 01:30 AM
This is the error "BSEC_E_DOSTEPS_VALUELIMITS" which means the value of the input (physical) sensor signal passed to bsec_do_steps() is not in the valid range.
Did you make any changes to the Arduino example or not?
04-12-2019 10:38 AM
Its strange beacuse with 3rd party libraries sensor work and give correct values
I have only added "Wire.begin(21, 22);" ,but this one nothing changes
04-13-2019 01:26 AM
Can you print out the physical sensor data and put it here for double check?
04-13-2019 02:16 PM
Did you apply my patch?
(Make sure you have latest software version from repository)