You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library permits to control Bosch-Sensortec's BNO055 with an ESP32 SoC (esp-idf)
1
+
# BNO055ESP32
2
+
This idf-component permits to control [Bosch-Sensortec's BNO055](https://www.bosch-sensortec.com/bst/products/all_products/bno055) using an [Espressif's ESP32 SoC](https://www.espressif.com/en/products/hardware/esp32/overview) (running [esp-idf](https://github.com/espressif/esp-idf)).
3
3
4
4
# Compatibility
5
5
Tested on ESP32D0WDQ6 (DevKitC) with [Adafruit's BNO055 Breakout Board](https://www.adafruit.com/product/2472) using UART protocol.
6
6
7
-
<b>I²C</b> is not supported due to issues probably caused by clock stretching.
8
-
when this issues will be fixed I²C will be supported.
7
+
#### Supported Interfaces
8
+
- <b>UART</b> - fully Supported.
9
+
- <b>I²C</b> - <b>not supported*</b>
10
+
11
+
*I²C is not supported due to several ESP32's I²C issues probably caused by clock stretching.
12
+
when espressif team will solve this issues, I²C will be supported.
9
13
10
14
# Getting Started
11
15
***NOTE: this code is not (yet) Production Ready.***
0 commit comments