FreeIMU-Updates icon indicating copy to clipboard operation
FreeIMU-Updates copied to clipboard

FreeIMI GUI and FreeIMU_Serial - Accelerometer and Magnetometer bad data

Open grezco opened this issue 5 years ago • 0 comments

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

grezco avatar Aug 16 '19 10:08 grezco