-
Notifications
You must be signed in to change notification settings - Fork 63
low power #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi JR, |
That sounds good :) . The main "traces of information" I can find in the datasheet (I have a copy of the BNO080 datasheet v1.3 with me, internet is limited, cannot do a more up to date search) are:
But I am not sure of how this "idle power" sensor mode can be activated. I cannot find more information in the datasheet. Wonder if the manufacturer could provide more information? This power mode would be very nice to me. If it can be switched on and off through I2C (or is it naive? does this idle power mode correspond to I2C off you think?), may that also be a way to go around the I2C issue, by switching on the I2C communication "at the very start" and keeping it always on, just in idle mode? I am by no ways an expert on this though, so this may be very wrong... |
|
Please see this update in #72 . The updated example in the release_candidate branch now draws a sensible amount of current while asleep. |
I would like to use this IMU for some low power applications.
is there any way to get the IMU to reduce power use / enter a sleep mode by sending some I2C command? Can it be woken up using an I2C command too?
if not / in addition, do you have any documentation / could you add some tutorial and documentation about how the Wake / WAK pin? How should it be used?
The text was updated successfully, but these errors were encountered: