@aileroned
I zunächst auf 100 (0,100) P in 5er Schritten erhöhen. D erstmal testen, ob die neue Variante funktioniert mit 1/2/3 -> wenn dabei keine spürbare D Wirkung auftritt ->OK, es funktioniert wie beabsichtigt, dann in 20er Schritten hoch.
Der Thread ist auch für das Magnetometer (@martinez, dass ich nicht habe ), das interessiert mich z.B auch.
Ich habe einmal grob über den EOSBandi Code geschaut bzgl. Magnetometer (http://code.google.com/p/i2c-gps-nav/downloads/list) und irgendwie keine gravierenden Änderungen gegenüber der jetzigen Dev gefunden. Martinez, probeweise kannst Du den natürlich mal flashen, es kann nur besser werden....
LG
ROB
P.s.: In dem Doc bei Eosbandi steht noch was zur Mag Declination , hast Du die eingegeben?
Zitat:"
Magnetic declination
Magnetic declination is the angle between magnetic north (the direction the north end of a compass needle points) and true north. For a precise navigation we have to know this variance and use it during our calculations. You can get your location’s magnetic declination from this website : http://magnetic-declination.com/ The value must be converted to a decimal degree by the degree+minutes*(1/60) formula. For example the magnetic declination for Budapest is 3° 58' EAST so the value that you have to enter into config.h is 3+58*(1/60) which is 3.96. EAST means that the value is positive, WEST means it’s negative ( at Pittsburg it is 9° 13' WEST which is -9.21 ). Enter the calculated value to config.h, in the #define MAG_DECLINIATION line, please add an f after the number to indicate a decimal number.
#define MAG_DECLINIATION 3.96f"
D.h. bei Dir müsste das irgendwas in der Art von:
#define MAG_DECLINIATION 1.48f // (Eschborn/Hessen)
stehen.
I zunächst auf 100 (0,100) P in 5er Schritten erhöhen. D erstmal testen, ob die neue Variante funktioniert mit 1/2/3 -> wenn dabei keine spürbare D Wirkung auftritt ->OK, es funktioniert wie beabsichtigt, dann in 20er Schritten hoch.
Der Thread ist auch für das Magnetometer (@martinez, dass ich nicht habe ), das interessiert mich z.B auch.
Ich habe einmal grob über den EOSBandi Code geschaut bzgl. Magnetometer (http://code.google.com/p/i2c-gps-nav/downloads/list) und irgendwie keine gravierenden Änderungen gegenüber der jetzigen Dev gefunden. Martinez, probeweise kannst Du den natürlich mal flashen, es kann nur besser werden....
LG
ROB
P.s.: In dem Doc bei Eosbandi steht noch was zur Mag Declination , hast Du die eingegeben?
Zitat:"
Magnetic declination
Magnetic declination is the angle between magnetic north (the direction the north end of a compass needle points) and true north. For a precise navigation we have to know this variance and use it during our calculations. You can get your location’s magnetic declination from this website : http://magnetic-declination.com/ The value must be converted to a decimal degree by the degree+minutes*(1/60) formula. For example the magnetic declination for Budapest is 3° 58' EAST so the value that you have to enter into config.h is 3+58*(1/60) which is 3.96. EAST means that the value is positive, WEST means it’s negative ( at Pittsburg it is 9° 13' WEST which is -9.21 ). Enter the calculated value to config.h, in the #define MAG_DECLINIATION line, please add an f after the number to indicate a decimal number.
#define MAG_DECLINIATION 3.96f"
D.h. bei Dir müsste das irgendwas in der Art von:
#define MAG_DECLINIATION 1.48f // (Eschborn/Hessen)
stehen.