Need help with sparkfun arduimu 9dof.

Official forum for open source FreePIE discussion and development.
Post Reply
Izotov
One Eyed Hopeful
Posts: 5
Joined: Thu Jan 16, 2014 3:08 am

Need help with sparkfun arduimu 9dof.

Post by Izotov »

Hello, CyberVillain.

Your video on YouTube( http://www.youtube.com/watch?v=EKu1BgPYhrg ) is amazing!
Please show script for sparkfun 9DOF IMU to freetrack.

Sorry for my English. :-(

With best regards, Ivan.
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Need help with sparkfun arduimu 9dof.

Post by CyberVillain »

Thanks! :D

You can use the Android > Freetrack demo

http://andersmalmgren.github.io/FreePIE ... -freetrack

Difference is that Sparkfun Razor ahrs uses degrees (If I remember correctly). And freetrack uses radians, so do

Code: Select all

yaw = math.radians(ahrsImu.yaw)
Also under Settings / Plugins / AHRS IMU set the correct COM port and baud rate
Post Reply

Return to “FreePIE”