I am using an Arduino Nano 33 BLE with the RX and TX pins connected to a Neo6MV2 GPS module. I am using the TinyGPS++ library to interact with this module (although I can change this). How can I read and write from the EEPROM available on the GPS module?
The EEPROM is an I2C device, so you would need to have external access to the I2C pins on your ublox neo 6m GPS.
And with that working you would need to use an Arduino library for external EEPROMS.
wow that was great
Is it possible to access these from the arduino?
If the I2C pins are brought out to connectors like the TX and RX pins are then yes.
If they are not, then it would require a wiring hack of some type.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.