Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 9 months ago.
speed sensor question
I am interested in reading the speed sensor. Can someone help me on how to read it and how to decode the value?
Question relating to:
1 Answer
8 years, 9 months ago.
Hi,
The Wallbot BLE use MPU-6050 accelerator on board. https://developer.mbed.org/components/MPU-6050/
Also, there are encoders for both wheels (L_ENC1/2 and R_ENC1/2) which you can read pulse width values. We (Wallbot BLE team) haven't tried to calculate speed value from these values. Good luck!