I am using AS5047D encoder with Odrive Pro, but I wanted to send the encoder data from Odrive to Teensy3.5 via UART. I’m using the command odrive.getEncoderPosition(ODRV_0), but the .getEncoderPosition isn’t working. Any idea on where am I going wrong?
Hi, Thank you for the prompt reply!
I didn’t see it in the official documentation. I read it somewhere in the posts or online platforms. I honestly don’t remember!
I do have another question, I am using two Odrives and I want to get the position and velocity feedback of two AS5047d encoders, each attached to one of the odrive. How can I get the feedback.pos or feedback.vel in that case.