Skip to content

DMP EDTracker for "sandwich" build

Notifications You must be signed in to change notification settings

the-claw/EDTracker-9150-SW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This fork is for CMDR Claw's "sandwich" version of the EDTracker HW (i.e. with the 9150 MPU mounted directly on the back of the Arduino with arduino pins 5, 4 and TXO providing MPU VCC, GND and INT respectively)
See http://baxpace.com/forumimages/IMG_1700.JPG and http://baxpace.com/forumimages/IMG_1701.JPG

Tested with latest Arduino Beta  1.5.8

copy to edtracker.zip  to Arduino/hardware/  and unzip

So should end up with


	Arduino/Hardware/edtracker/...   etc



In Arduino IDE select Tools->Board->Edtracker EDTracker 2


These sketches use a fork of Richard Barnett's sensor fusion library (originals available here https://github.com/richards-tech/RTIMULib-Arduino)

N.B. Sketch uses 'auto-bias on startup' method of calibration so keep still for a few seconds when pluggin in.


Values to play with on RTIMULib (see comments in code);


RTFusionRTQ.cpp

	RTQF_QVALUE
	RTQF_RVALUE


RTIMU.cpp
	
	COMPASS_ALPHA  - controls low pass filtering on compass value

About

DMP EDTracker for "sandwich" build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.2%
  • C 40.1%
  • Other 8.7%