Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ysong
    3. Best
    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Best posts made by ysong

    RE: How to get data of OpenIMU300ZA directly?

    hi @YaoHan404 ,

    I'm assuming that you communicate with IMU via UART.
    We have an openimu driver which can be downloaded from https://github.com/Aceinna/python-openimu.git
    You will find how to parse IMU data in function parse_buffer() in openimu.py file.
    "z1" packet is the IMU 9 DOF data you are looking for, function parse_buffer() can parse "z1", and you can find detailed description of "z1" in "app_config/IMU/openimu.json".

    posted in The OpenIMU Family •
    RE: OpenIMU300ZI Data output rate unclear

    Hi, I used 200Hz before and OpenIMU300ZI worked properly at that time.
    Please note that if the length of packet is a bit long, you also need to adjust baud rate to 230400 or higher.

    posted in The OpenIMU Family •