# External GPS modules not locking satellites via Notecard AUX UART

**URL:** https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180
**Category:** Notecarrier A
**Created:** [July 22, 2025, 6:12am UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180 "2025-07-22T06:12:01Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ghack9293](https://avatars.discourse-cdn.com/v4/letter/g/bbce88/32.png) [@ghack9293](https://discuss.blues.com/u/ghack9293)
#### Post date: [July 22, 2025, 6:12am UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180/1 "2025-07-22T06:12:02Z")

</div>

Hi Blues team,

I’m trying to use the Notecard for **continuous GPS tracking** with external GPS modules connected to the **AUX UART**.

I tested both:

- **Quescan G10A-F30 M10 GPS**
- **Beitian BN-180 GPS**

In both cases:

- Baud rate is correctly set to **9600**
- GPS TX and RX are wired to Notecard AUX RX and AUX TX
- Power is properly supplied (VMain) and ground (GND)

Despite this, the Notecard **never locks a fix**. The modules power up but don’t seem to track satellites.

My response from `card.location` is always something like:

```auto
{
  "status": "GPS search (62 sec, 30/35 dB SNR, 0/9 sats, HDOP 0.00) {gps-active} {gps-signal} {gps-sats}",
  "mode": "continuous"
}

```

Even after several hours outdoors, I still get 0 fix satellites.

However, if I connect the same GPS modules to a microcontroller (Raspberry Pi Pico), they lock satellites in under a minute using the same baud rate and antenna.

Is there something I’m missing to get these modules working directly with the AUX UART? Any known compatibility issues?

note: i’m using the Notecard A + Notecard Cellular

Thanks!

---

<div class="post-metadata">

### Author: ![abucknall](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.blues.com/abucknall/32/1335_2.png) [@abucknall](https://discuss.blues.com/u/abucknall)
#### Post date: [July 22, 2025, 8:49am UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180/2 "2025-07-22T08:49:28Z")

</div>

Hi @ghack9293

Sorry to hear you’re having issues!

Can you confirm how you are powering the GPS modules? It might help us to see a photo of how you have connected the GPS modules to the microcontroller and the Notecarrier A + Notecard Cellular.

Thanks,  
Alex

---

<div class="post-metadata">

### Author: ![abucknall](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.blues.com/abucknall/32/1335_2.png) [@abucknall](https://discuss.blues.com/u/abucknall)
#### Post date: [July 22, 2025, 3:31pm UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180/3 "2025-07-22T15:31:40Z")

</div>

Following up, could you also share which version of firmware your notecard is using please?

---

<div class="post-metadata">

### Author: ![ghack9293](https://avatars.discourse-cdn.com/v4/letter/g/bbce88/32.png) [@ghack9293](https://discuss.blues.com/u/ghack9293)
#### Post date: [July 22, 2025, 10:31pm UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180/4 "2025-07-22T22:31:54Z")

</div>

![IMG_5823.HEIC](https://us1.discourse-cdn.com/flex020/uploads/blues/original/2X/1/111b4906d65e246126ef22d0c1113895bb3624de.jpeg)  
red =\> Main  
black =\> GND  
white =\> AUXRX  
green =\> AUXTX

---

<div class="post-metadata">

### Author: ![ghack9293](https://avatars.discourse-cdn.com/v4/letter/g/bbce88/32.png) [@ghack9293](https://discuss.blues.com/u/ghack9293)
#### Post date: [July 22, 2025, 10:35pm UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180/5 "2025-07-22T22:35:48Z")

</div>

```auto
{

```

```auto
  "req": "card.version"

```

```auto
}

```

```auto

```

```auto
{
 "version": "notecard-9.2.1.17281",
 "device": "dev:868032061482877",
 "name": "Blues Wireless Notecard",
 "sku": "NOTE-WBNAN",
 "ordering_code": "EA0WT1N0AXBB",
 "board": "5.13",
 "cell": true,
 "gps": true,
 "body": {
  "org": "Blues Wireless",
  "product": "Notecard",
  "target": "u5",
  "version": "notecard-u5-9.2.1",
  "ver_major": 9,
  "ver_minor": 2,
  "ver_patch": 1,
  "ver_build": 17281,
  "built": "Jul 9 2025 11:36:04"
 }
}

```

---

<div class="post-metadata">

### Author: ![abucknall](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.blues.com/abucknall/32/1335_2.png) [@abucknall](https://discuss.blues.com/u/abucknall)
#### Post date: [July 23, 2025, 1:53pm UTC](https://discuss.blues.com/t/external-gps-modules-not-locking-satellites-via-notecard-aux-uart/3180/6 "2025-07-23T13:53:05Z")

</div>

Hi @ghack9293,

We think this may be related to a firmware issue; I’ll follow up with you privately to resolve it.

Additionally, it is recommended not to use VMAIN for the VCC because VMAIN can go both above and below the Quecscan’s voltage limits. It would be better to use GND → GND, VIO → VCC, AUX\_RX → TX, AUX\_TX → RX, AUX\_EN → EN.
