SparkFun_I2C_GPS_Arduino_Library icon indicating copy to clipboard operation
SparkFun_I2C_GPS_Arduino_Library copied to clipboard

Other devices on i2c bus give incorrect data

Open gpabdo opened this issue 2 years ago • 1 comments

When I run begin() before setup of any other i2c devices, if begin() returns true, all other devices fail to init, and if I init the other devices before the gps begin() and it returns true, they all give inaccurate values, either way the gps works correctly though. begin() seems to be doing something to the bus, but I can't figure out what it is.

gpabdo avatar Oct 26 '23 19:10 gpabdo

This must be something to do with the SparkFun LoRa Thing Plus - expLoRaBLE I tried the same code on a SparkFun Thing Plus - ESP32 WROOM (USB-C) and it works just fine.

gpabdo avatar Oct 31 '23 02:10 gpabdo