Giter Club home page Giter Club logo

Comments (6)

ladyada avatar ladyada commented on September 25, 2024 1

hiya closing because this is resolved! You can pass in any Wire object, your board definition should have the pins set up for that Wire device - that's the most flexible way to manage custom i2c setups

from adafruit_bno055.

cyberluke avatar cyberluke commented on September 25, 2024

Try to run i2c scanner example for arduino. It must find it.

from adafruit_bno055.

cyberluke avatar cyberluke commented on September 25, 2024

I have ESP32 and BNO055 at home. I was playing with older ESP. But I would like to help you and test it with you. Currently I'm working with NRF52, because they have much better Bluetooth configuration options.

Anyway, on every board, you need to setup I2C pins with pullup resistor. Either internal or put some resistor there. For interrupt pin, you need pulldown resistor.

from adafruit_bno055.

cyberluke avatar cyberluke commented on September 25, 2024

If it works on other board and u have verified all BNO055 connected as it should. It will be wrong pin number or incorrectly setup I2C PullUp.

I did not use ESP32 yet as I have it for 2 years on my table. The first version had a lot of bugs in firmware. Their firmware and support is one of the worst. Maybe try to update ESP32 internal firmware.

from adafruit_bno055.

benkuper avatar benkuper commented on September 25, 2024

Thanks, so I had people test other boards and it seems to be actually fine, I may have a faulty board. i'll be able to test soon other boards myself and confirm that.
One thing that could be improved in the library though is that the call to bno.begin() will force a call to Wire.begin() with no argument (inside begin() function), so if I want to override the sda/scl pins used with Wire, I have to modify this.
Maybe adding an alternative begin() function with sda/scl pins there would be nice !

from adafruit_bno055.

cyberluke avatar cyberluke commented on September 25, 2024

You mean you might have faulty ESP32 board? If you can upload hello world app and see text output, it should be ok. Maybe you need update ESP32 firmware. Let me know about your progress, please.

from adafruit_bno055.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.