You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
When I run
begin()
before setup of any other i2c devices, ifbegin()
returns true, all other devices fail to init, and if I init the other devices before the gpsbegin()
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.The text was updated successfully, but these errors were encountered: