-
Notifications
You must be signed in to change notification settings - Fork 64
Firmware change to support MP65 accelerometer #26
Comments
Current open-dobot version is 1.1.0 https://github.com/maxosprojects/open-dobot/releases/tag/1.1.0 open-dobot simply doesn't read MP65 at all as it is unknown and didn't come with dobot v1.0 |
There are three options here:
Looking at the amount of contributions to this project option 1 is not likely to happen any time soon. MP65 is most probably a clone of MPU-6050 with "who knows what implementation" and absolutely no documentation (thanks dobot team for using unknown crap). To start with, it looks like it sits on SPI bus, while MPU6050 sits on I2C - in documentation for MPU-60x0 only MPU6000 can work on SPI. So I highly recommend switching to MPU6050 regardless of the board version (ramps or fpga) - it is a well-known and widely used (e.g. in drones) MPU. |
I agree. |
I'm going to look at that https://www.amazon.com/UCTRONICS-MPU-6500-6-Axis-Gyroscope-Accelerometer/dp/B01DIPU152/ . If it appears to be the same chip (MPU-6500) installed on version 1.2 then I will add it to the firmware. |
The label on the chip in the middle is not clear on your picture, but it's ok, other users have uploaded pictures before and it was clear that it is MP65. |
The dobot arm from v1.2 comes with MP65 accelerometers. The current firmware version (0.5.0) does not properly read these accelerometers.
The text was updated successfully, but these errors were encountered: