I have a BNO055 IMU, I'm able to fetch data from this IMU.
I have a Ultimate GPS Breakout V3, I'm able to fetch from this GPS.
The Problem is,
When i combine the code for IMU and GPS in one single code, I'm getting the data from the IMU but not from the GPS. GPS.fix is always 0.
What is the problem here?
FYI I'm using Arduino Nano
How long are you waiting for the GPS FIX? I have had limited success with Nano and u-blox NEO6M. Standalone, the FIX is easily achieved in ~25 secs but when I add other items (e.g. OLED display), the waiting period for a FIX goes out of the window. But then I use a Pharos 360 and RPi in another area and the waiting period there too varies considerably.
I am continuing the observations and will probably provide an update or two when I have data that I can rationalize.