-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
[AE-197] Newly added sensor IDs do not print values to terminal #114
Comments
@aliphys |
Hello @bstbud SensorBSEC Class
SensorBSEC2 Class
SensorBSEC2Collector Class
|
Hi @aliphys |
So in this case:
In which case, it is not straightforward to expect the user to simply change the class name and pass through the new sensor ID. Is this understanding correct? |
hi @aliphys
[zg] additional configuration is not required - i.e., when those additional configuration are not done, you can still get data from both sensors.
[zg] correct
[zg] actually no, CONFIG_BSEC2_USE_DEAULT_HP does not use anything from fw.h
|
Hi @aliphys |
Description of defect
As part of #85 , new sensor IDs have become avaliable for use on the Nicla Sense ME. These include the following:
To test the features, I modified this sketch by @marqdevx as follows:
Test Sketch
In this test sketch, the sample IDs
{112, 113,114, 116, 117, 120, 121, 122, 123, 124}
are called via theSensor
,SensorBSEC
,SensorBSEC2
andSensorBSEC2Collector
classes. In all cases, a null output is given.Full Serial Output
It is expected that some form of output is avaliable to the users. Otherwise, sensor IDs cannot be used as specified in the Nicla Sense ME cheatsheet:
Target(s) affected by this defect ?
Nicla Sense ME.
Toolchain(s) (name and version) displaying this defect ?
Uploaded latest firmware and compiled with library commit 40437b6
What version of Mbed-os are you using (tag or sha) ?
4.0.8
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
How is this defect reproduced ?
Running the example sketch provided.
The text was updated successfully, but these errors were encountered: