Michael Hoyer

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: UM7 Binary Parser Arduino Library #693

    Michael Hoyer
    Participant

    Configure the UM7 to send binary Euler angle packets at 115200 baud using the CH Robotics serial interface.

    http://www.chrobotics.com/serial-interface

    Connect the RX pin on the UM7 to TX1 (pin 18) on the DUE
    Connect the TX pin on the UM7 to RX1 (pin 19) on the DUE

    That’s it! I’ll add these comments to the example sketch.

    Thanks,
    Mike

  • in reply to: PCHRH sentence reports faults in accel gyro and mag #590

    Michael Hoyer
    Participant

    It sounds like you need to reset the EKF. The command for that is:

    RESET_EKF 0xB3 (179)

    There are two ways to send this command.

    You can send a write command as detailed in the data sheet, or you can use the CHR Serial Interface Software.

Viewing 2 posts - 1 through 2 (of 2 total)