Hello
I want to interface BNO055 IMU with TM4C1294XL launchpad but no idea how to do it. I can be interfaced via I2C but from where i should start. can any one help me one this...thanx
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
I want to interface BNO055 IMU with TM4C1294XL launchpad but no idea how to do it. I can be interfaced via I2C but from where i should start. can any one help me one this...thanx
Hello Vaibhav,
It looks like the board comes with pull-ups, so hardware wise you should be all set.
Software wise, start with TivaWare: http://www.ti.com/tool/SW-TM4C
And the example found here: [Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl-boostxl-senshub\humidity_sht21_simple
That will give you an application framework to read the sensor that you just need to customize based on the sensor datasheet.