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).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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).