Skip to content

FreeIMI GUI and FreeIMU_Serial - Accelerometer and Magnetometer bad data #104

@grezco

Description

@grezco

Hello,
it seems to me that there is an error with Arduino serial sketch for calibration (for Teensy 3.2).
The datas read by cal_gui.py are not correct until I replace (around line 186, for else if(cmd=='b')) :

writeArr(raw_values, 9, sizeof(int)) by writeArr(raw_values, 9, sizeof(int16_t));

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions