BNO08x IMU Use with Arduino Nano ESP32
I have been brutally struggling to try to figure out how to wire up and program this sensor to this arduino Nano ESP32. I would appreciate some help with a basic code to get continuous signal from the sensor and I am sure that I can figure it out from there but it seems that I can't get the wiring or code to detect the sensor properly.
Arduino Nano ESP32
https://www.amazon.com/dp/B0C947BHK5?ref=ppx_yo2ov_dt_b_fed_asin_title
BNO08x IMU Sensor
https://www.amazon.com/dp/B0CDGZMLPP?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_1
Arduino Nano ESP32 with Headers [ABX00083] – ESP32-S3, USB-C, Wi-...
Create smarter and faster with the Arduino Nano ESP32. Combining accessibility, support, and power in a compact form factor, for makers who demand the best. Bring your ideas to life with ease and precision with the Arduino Nano ESP32.
EC Buying BNO080 Nine Axis Sensor Module BNO085 AR VR High Accuracy...
Features
Interfaces:
The BNO080 can communicate through a variety of interfaces. The Qwiic VR IMU has two jumpers that allow the user to select their interface of choice.
I2C (Default): Up to 400kHz
SPI: Up to 3MHz
UART: 3Mbps
UART-RVC (Robot Vacuum Cleaners): 115200kbps
Performance Char...
5 Replies
Share the wireing diagram of your current wireing
@Maderdash
I am doing
3.3V to Vin
GND to GND
GND to PS0
GND to PS1
SDA to A4
SCL to A5
This is an esp32?
Sorry i.ment nano32
So look online for code that is i2c scanner code. And run that. See if it finds anything in the serial monitor
Yeah, so I ran the following code, and it does come back with an address as shown in the images, however, when i try to define this address in the code I am trying to run, I get a connection error.
@Maderdash


Ok if you unhook the sensor does the address go away?