bmi160 #7349
Replies: 1 comment
-
Posted at 2020-01-25 by @MaBecker Hi, check the BoschSenortec github account, there is a completely [BMI160 driver] Hint: Start with Init the sensor and then try to Read some values. Posted at 2020-01-25 by AkosLukacs You are on the right way, the Posted at 2020-01-25 by QueensCrown Thank you for all responses, They read the sensor ready data like this
I did:
If the data is correct 5 zero bit is tells sensor is working correct But when I tried to get chip id with same code with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-01-25 by QueensCrown
Hi, I bought bosh bmi160 Gyro & accelerometer but I couldnt find any module in espruino module page. I did some research found docs for sensor. I tried i2c connection I am able to write data and see data changing with different commands given in docs. The problem is when I read console by interval function I get uint8Array I dont know what to do with it I tried to convert to hex I got different data with different commands. According to Bosh Docs (I put link to bottom) if I send
0x00
I will read chipId I sended code with following codeResult:
https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi160-ds000.pdf#page=19
Sorry about my english I tried my best
Beta Was this translation helpful? Give feedback.
All reactions