Skip to content
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

bq274xx sample is not working #28383

Closed
AnanthJaisankar opened this issue Sep 15, 2020 · 5 comments · Fixed by #28429
Closed

bq274xx sample is not working #28383

AnanthJaisankar opened this issue Sep 15, 2020 · 5 comments · Fixed by #28429
Assignees
Labels
area: Sensors Sensors bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug Stale

Comments

@AnanthJaisankar
Copy link

Describe the bug
I am trying to get bq27421 up and running on our developement board(soc:nrf52840).But sample is not working, because in sample trying to fetch samples for all channels(SENSOR_CHAN_ALL) ,but driver does not handling SENSOR_CHAN_ALL
To Reproduce
Steps to reproduce the behavior:

  1. west build
  2. Opened minicom
  3. Seeing values as zero for all the channels

Environment (please complete the following information):

  • OS: Linux
  • gcc-arm-none-eabi-9-2020-q2-update
  • revision: 0742a45
@AnanthJaisankar AnanthJaisankar added the bug The issue is a bug, or the PR is fixing a bug label Sep 15, 2020
@MaureenHelm
Copy link
Member

@parthitce will you please take a look?

@MaureenHelm MaureenHelm added the area: Sensors Sensors label Sep 15, 2020
@AnanthJaisankar
Copy link
Author

It is not a big issue , just need to read each channel one by one otherwise ,SENSOR_CHAN_ALL should be handled in driver.

@parthitce
Copy link
Member

@parthitce will you please take a look?

@MaureenHelm Sure I will.

@github-actions
Copy link

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.

@github-actions github-actions bot added the Stale label Nov 18, 2020
@parthitce
Copy link
Member

PR 28429 fixed this issue. Closing this issue @jrananth1032. Please re-open if anything else needs to be added.

Navin-Sankar pushed a commit to Navin-Sankar/zephyr that referenced this issue Jan 8, 2021
Read sensor channel individually.
Fixes zephyrproject-rtos#28383.

Signed-off-by: NavinSankar Velliangiri <[email protected]>
MaureenHelm pushed a commit that referenced this issue Jan 11, 2021
Read sensor channel individually.
Fixes #28383.

Signed-off-by: NavinSankar Velliangiri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Sensors Sensors bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants