This! Along with Tony’s dual code, which allows AOG to do all the roll calcs as it would normally…and antenna offset also done in AOG as per a normal single setup… nice and simple and nice and reliable!
DGPS means Differential GPS not Dual, it’s a term of Signal Quality, if you are driving without RTK this is the best Signal quality you can get without correction Data, otherwise you need to reconfigure your correction settings so that it shows RTK Fix instead of DGPS
And made the stack with the same ESP32 as in the example images.
When uploading the *.ino to the ESP32 I changed
DataTransVia = 0;
NtripSendWhichGGAScentence = 0;
When connecting to AGO the gps-icon lights up green for couple of seconds then red, then green, then red…
Also tried switching the pin numbers in the code byte RX2 and byte TX2
(because somewhere was written that the print on the ArdusimpleReceivers is wrong… but what with the images supplied in the repository??)
With debugmodeUBX = true; I don’t receive coordinates in the serial monitor.
Connecting to the hotspot works fine, but that does not help me (also; the heading numbers remain red)
Tried some other stuff as well, but can’t remember everything…