Skip to content

MS71/esp32-bno055

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BNO055ESP32 Build Status

This idf-component provides a C++ Interface for Bosch-Sensortec's BNO055 compatible with Espressif's ESP32 SoC (running esp-idf).

Compatibility

Tested on ESP32D0WDQ6 (DevKitC) with Adafruit's BNO055 Breakout Board

Supported Interfaces

  • I²C

Getting Started

NOTE: this code is not (yet) Production Ready.
You can use this library as a component for your project:

cd <YOUR_PROJECT_ROOT>
mkdir components/
cd components/
git clone https://github.com/MS71/esp32-bno055.git

Remember to enable Compiler Options -> Enable C++ Exceptions using make menuconfig

About

Bosch BNO055 I2C Driver for ESP-IDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages