brettwal wrote:It also has a larger 25x25 antenna. I ordered one last week. We'll see how it behaves.
Got my Ublox Neo 6M from RCtimer with EEprom working after tweaking the new I2C GPS code made by EOSBandi:
http://code.google.com/p/i2c-gps-nav/downloads/listFor some reason the UBlox initialization needed to be reversed i.e. first send the Ublox configuration (hex stuff) using 9600baud and after that changed the baud rate to 115200. Hopefully this does the same trick as EOSBandi's original init
If I first change the baud rate 9600-->11500 the GPS does nothing with the Ublox config (hex stuff).
The command to change the baud rate to 115200 in EOSBandi code did not work so I needed to change that as well. I do not know why the format is different with my RCTimer GPS so better not to troll here. You can see the correct message format with u-center UBlox messages when you send the baud change message to GPS.
Also I noticed that I could not save all of the configuration into the GPS EEprom. For example baud rate was always 9600 after power off/on. NMEA will be enabled after power off/on..
Can anyone help how to save all the config data into the EEprom permanently? U-center messages are tried. Maybe a custom message is needed??