BNO055 9-DoF orientation chip #935
Replies: 4 comments
-
Posted at 2017-05-26 by ClearMemory041063 Now that looks like a gee whiz chip. https://cdn-shop.adafruit.com/datasheets/BST_BNO055_DS000_12.pdf From the datasheet section 4.6 the I2C Bus Address is either 0x28 or 0x29.
The hard part is setting up to read and write all the registers and even more so specific bits in each register. On soldering, a low wattage iron, a holder for the iron when not in use, a small shallow container with a wet sponge to clean the tip. In years past I used a light dimmer to control the power to the iron. A really pointy tip is a blessing. Happy soldering:) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-29 by trusktr
@ClearMemory041063 thanks! Looking forward to it, these will be my first soldering projects. :D Thanks for the tips. I'll be back once the chip arrives in the mail (and after I've tried to solder something). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-29 by Spocki Adafruit Arduino Library: https://github.com/adafruit/Adafruit_BNO055 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-29 by Spocki ... and a node.js implementation: https://github.com/landlessness/node-BNO055 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-05-26 by trusktr
Hey JS lovers, I ordered the BNO055, a 9-DoF chip that calculates orientation on board, and gives output as Euler or quaternion angles. Time for some fun!
This will be my first time writing a module for a chip. If any pointers or tips on how to do it, I would be glad to hear. I think I'm going to look at the existing Arduino code on the Adafruit site, and port to JS.
But first, I need to figure out how to connect BNO055 to Espruino WiFi. And is connecting it enough? Will Espruino WiFi provide all needed power for the BNO055 just from being connected to the Espruino WiFi? I'm a complete newb, so just throwing questions out there.
On my way to the store to get my first soldering iron and bread board(s).
Beta Was this translation helpful? Give feedback.
All reactions