Skip to content

chmooreck/EDTracker-9150

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Uses RTIMULib for sensor fusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.8%
  • C 42.2%
  • Other 7.0%