Skip to content

How do I read data from a BNO055 Xplained Pro board using a TTL-232RG-VREG3V3-WE cable and YARP? #112

Answered by traversaro
traversaro asked this question in Q&A
Discussion options

You must be logged in to vote

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

TTL-232RG-VREG3V3-WE BNO055 Xplained Pro
RED 20
BLACK 2
YELLOW 11
ORANGE 12

Prepare YARP

Compile YARP with the imuBosch_BNO055 device, setting to ON the ENABLE_yarpmod_imuBosch_BNO055 CMake option.

Launch the yarpserver (if it is not already running)

yarpserver

Launch the driver

yarpdev --device inertial --subdevice imuBosch_BNO055 --comport /de…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #112 on December 08, 2020 17:12.