03-01-2021 05:33 PM - edited 03-01-2021 05:36 PM
Does anyone knows whether we can use a cordova plugin like 'cordovarduino' in frontend to get the gyroscope data correctly?
03-02-2021 07:58 AM
Hi,
If you select UART inferface, please view chapter 4.5 of bst-bno055-ds000.pdf , also recommend read uart application note of bno055 .
Best regards.
03-02-2021 05:11 PM - edited 03-02-2021 06:18 PM
@Yanchao I try to read the AA 01 18 02 for gyroz. The data I got is in hex format. How can I convert this value to decimal form?
03-03-2021 08:05 AM
Hi,
I don't know AA 01 18 02 corresponding register. But you could check with BNO055_driver to find how to convert register value to raw_data.
Best regards.