Hi romoloman,
thanks for your reply by email.
I just downloaded your fork and uploaded it to my Arduino with the M10 GPS by HGLRC.
Unfortunately it is still not working.
At first I tried:
// --------- 9 - GPS --------------- see oXs_config_advanced.h for additionnal parameters (normally no need to change them)
#define A_GPS_IS_CONNECTED YES // select between YES , NO
#define GPS_M10 // uncomment this line if GPS module is using M9/M10 engine
It did not work.
then I deleted the last line and copied it to the advance-part:
// --------- 9 - GPS ------------------------------------------------------------------------------------------------
//#define GPS_SPEED_IN_KMH // uncomment this line if GPS speed has to be sent in km/h instead of knot/h (only for Frsky protocol)
#define GPS_M10 // uncomment this line if GPS module is using M9/M10 engine
#define GPS_SPEED_3D // uncomment this line if GPS speed has to be the 3d speed instead of the 2d speed (note: 3d is probably less accurate - to test)
#define GPS_REFRESH_RATE 10 // rate at which GPS sent new data; select between 1, 5 or 10 (Hz). Default = 5 Hz; Ublox NEO6 does not support 10 hz
It did not work, too.
(Where does it have to be, to be correct?)
If I disable M10 and connect an HGLRC M8 to the Arduino: no problem at all. Works perfectly.
The M10 doesn't work. It does connect to satellites, that's what the LEDs do show me and in u-center v2 it is working too.
Unfortunalety I cannot read the settings from the M8 and copy them to the M10 by HGLRC. M8 ist used by u-center and M10 by u-center v2. Both are not compatible.
I am lost. What am I missing?
Every help is appreciated.
Many greetings,
Marcel
Hi romoloman,
thanks for your reply by email.
I just downloaded your fork and uploaded it to my Arduino with the M10 GPS by HGLRC.
Unfortunately it is still not working.
At first I tried:
It did not work.
then I deleted the last line and copied it to the advance-part:
It did not work, too.
(Where does it have to be, to be correct?)
If I disable M10 and connect an HGLRC M8 to the Arduino: no problem at all. Works perfectly.
The M10 doesn't work. It does connect to satellites, that's what the LEDs do show me and in u-center v2 it is working too.
Unfortunalety I cannot read the settings from the M8 and copy them to the M10 by HGLRC. M8 ist used by u-center and M10 by u-center v2. Both are not compatible.
I am lost. What am I missing?
Every help is appreciated.
Many greetings,
Marcel