You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/02 14:21:24 UTC

[GitHub] [incubator-nuttx-apps] acassis opened a new issue #994: i2c-tools is not able to detect pressure sensor MS5611

acassis opened a new issue #994:
URL: https://github.com/apache/incubator-nuttx-apps/issues/994


   I decide to report it to prevent forgetting this issue. Although the device is not detected writing to it working correctly:
   ```
   nsh> i2c set -a 77 1e
   WROTE Bus: 0 Addr: 77 Subaddr: 00 Value: 1e
   nsh> i2c set -a 77 a0
   WROTE Bus: 0 Addr: 77 Subaddr: 00 Value: a0
   nsh> i2c dump -a 77 2
   DUMP Bus: 0 Addr: 77 Subaddr: --
   00000000 08 04
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org