Hi,
I’m using feather v4 in a rust based project. The problem is that the GPS is extremely slow.
I’m using this GPS antenna
“Cold”-fix: 8+ minutes.
“Hot”-fix: 30 seconds.
When i ran the same code on a 9160DK, cold fix would typically take 2 min, and hot fix less than 5 seconds.
I get a feeling that the antenna is not getting powered by the LNA. I’m struggling to figure out what exactly is the way to activate the antenna on a v4 board. I’ve dug through your examples, so i’ve added:
nrf_modem::send_at::<0>(“AT%XCOEX0=1,1,1565,1586”).await?;
i also noticed that in your sample you set pin 13 low, so i did that as well. As far as I can tell this has to do with powering 3V3? From the schematic it looks like this also powers the accelerometer, which by the way is working perfectly.
So my question boils down to:
What do I have to do on a v4 board to activate the LNA for the GPS?