Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 967 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 967 Bytes

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