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
I have connected Esp32 Dev module with Sparkfun BNO086 sensor. But i2c scanning itself not working. i tried many ways, i shorted ADR on board and set 0x4A as address. and then tried connecting with and without INT and RST pins and also tried with different i2c frequency. Nothing works out.
Please help me to resolve this connection issue with ESP32 Dev module.
The text was updated successfully, but these errors were encountered:
I noticed they it took a few tries for it to connect properly, I added a short while loop that retries until it connects. You can add a counter to limit the number of retries.
Hi,
I have connected Esp32 Dev module with Sparkfun BNO086 sensor. But i2c scanning itself not working. i tried many ways, i shorted ADR on board and set 0x4A as address. and then tried connecting with and without INT and RST pins and also tried with different i2c frequency. Nothing works out.
Please help me to resolve this connection issue with ESP32 Dev module.
The text was updated successfully, but these errors were encountered: