1
TinyDuino Processors & TinyShields / Re: Calibrating ASD2612 9 Axis IMU
« on: May 25, 2020, 02:57:46 PM »
Hello Réna,
I think I have solved the problem. I found this link - https://github.com/jordandcarter/RTIMULib-Arduino which explains that a sketch called RTArduLinkIMU needs to be installed on the Arduino/TinyDuino. The program that then needs to be built/run is not in the Linux folder but in the RTHost folder and can be either RTHostIMU or RTHostIMUGL. These programs ask for a COM port to be selected which, as soon as I selected the correct one, started reading and displaying data from the IMU
. It is also worth noting that the aforementioned sketch should NOT be running in the Arduino Serial monitor at the same time. It is also worth noting that there is another calibration program called ArduinoMagCal which, rather than storing the calibration data in a .ini file, actually stores it within EEPROM on the device itself which may prove to be more useful.
Hope this info may help others.
Regards,
Andy.
I think I have solved the problem. I found this link - https://github.com/jordandcarter/RTIMULib-Arduino which explains that a sketch called RTArduLinkIMU needs to be installed on the Arduino/TinyDuino. The program that then needs to be built/run is not in the Linux folder but in the RTHost folder and can be either RTHostIMU or RTHostIMUGL. These programs ask for a COM port to be selected which, as soon as I selected the correct one, started reading and displaying data from the IMU

Hope this info may help others.
Regards,
Andy.