How do I read data from a BNO055 Xplained Pro board using a TTL-232RG-VREG3V3-WE cable and YARP? #112
-
See title. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Datasheet BNO055 : https://www.bosch-sensortec.com/bst/products/all_products/bno055 . Connect the TTL-232RG-VREG3V3-WE to the BNO055 Xplained Pro pinout
Prepare YARPCompile YARP with the Launch the yarpserver (if it is not already running)
Launch the driver
Read the data
cc @DanielePucci @francesco-romano @nunoguedelha and kudos to @barbalberto @maggia80 |
Beta Was this translation helpful? Give feedback.
-
actually the FTDI cable you are using is not correct since the Vcc is 5V, only the TX and RX has the 3V3 levels. The right cable is the TTL-232RG-VREG3V3-WE |
Beta Was this translation helpful? Give feedback.
-
I check the document and the pinout should be consistent, however this still need to be tested. |
Beta Was this translation helpful? Give feedback.
Datasheet BNO055 : https://www.bosch-sensortec.com/bst/products/all_products/bno055 .
Docs Atmel BNO055 Xplained Pro : http://www.atmel.com/tools/ATBNO055-XPRO.aspx?tab=documents
TTL-232RG-VREG3V3-WE cable : http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm
Connect the TTL-232RG-VREG3V3-WE to the BNO055 Xplained Pro pinout
Prepare YARP
Compile YARP with the
imuBosch_BNO055
device, setting toON
theENABLE_yarpmod_imuBosch_BNO055
CMake option.Launch the yarpserver (if it is not already running)
Launch the driver