BCD996P2 Internal GPS Mod: Difference between revisions

From W3AXL Wiki
Jump to navigationJump to search
Line 7: Line 7:
*'''Mounting Tape/Glue''' to secure the bodge wires and the module. You don't want these things just rattling around inside the case. Well, maybe you do, but us normal folks like peace and quiet when driving around town.
*'''Mounting Tape/Glue''' to secure the bodge wires and the module. You don't want these things just rattling around inside the case. Well, maybe you do, but us normal folks like peace and quiet when driving around town.
*(optional) '''Pin Header & Socket''' for allowing the GPS module to be removed for programming/debugging. My modules came with headers, but the socket I had lying in a parts drawer.
*(optional) '''Pin Header & Socket''' for allowing the GPS module to be removed for programming/debugging. My modules came with headers, but the socket I had lying in a parts drawer.
==The Mod Photos==
==The Mod==


===End Result===
===Overview===
[[File:996-gps-fully-installed.png|none|320px]]
[[File:996-gps-fully-installed.png|none|320px]]
Here we see the GPS module installed, with cables routed around to the underside of the main board. The antenna cable is routed through the back of the 996 via a hole drilled where the rear M4 mounting hole used to be.
Here we see the GPS module installed, with cables routed around to the underside of the main board. The antenna cable is routed through the back of the 996 via a hole drilled where the rear M4 mounting hole used to be.
Line 18: Line 18:


===SMA Connector Mounting===
===SMA Connector Mounting===
[[File:996-gps-sma-mounted.png]]
[[File:996-gps-sma-mounted.png|none|320px]]
Detail on the mounting of the SMA connector. As previously stated, the rear M4 mounting hole (not sure what it's supposed to be used for) was drilled out to 1/4" for installation of the SMA bulkhead.
Detail on the mounting of the SMA connector. As previously stated, the rear M4 mounting hole (not sure what it's supposed to be used for) was drilled out to 1/4" for installation of the SMA bulkhead.
===End Result===
[[File:996-gps-searching.png|none|320px]]
And here we see the fruits of our labors. The only thing that needs to be done inside the scanner menus is to set the proper baudrate for your GPS module. Important to note - most NEO-xM modules are configured for 9600 baud NMEA data by default, but ''this is not guaranteed''. I highly recommend testing out your module of choice with a USB-UART adapter and a terminal like PuTTY to make sure the module is outputting the data rate you expect.

Revision as of 21:50, 28 October 2020

Preface

The following article demonstrates a "quick-n-dirty" approach to adding an internal GPS receiver to a BCD996P2. This was a small project I completed in a single evening when my OEM Uniden GPS "puck" bit the dust. I had a few NEO-6M GPS modules from eBay lying around from some other projects, so I figured it would be relatively trivial to throw one inside the 996 case. There's a lot of room in there.

Parts Required

  • NEO-6M/7M/8M GPS Module from eBay, AliExpress, or similar "reputable" online sellers. Important bits to consider are that it can be powered by 3.3V and all logic inputs/outputs are 3.3V. You could probably use many other GPS modules. As long as they output standard NMEA data at TTL levels, they'll be usable in this application. Don't forget, you'll want to get one with an external antenna connector (typically u.Fl) so you can route the antenna out of the case.
  • SMA Bulkhead Jumper, again sourced from your favorite online seller. This is how I added the external GPS input to the rear panel of the 996. You can do this however you see fit, I just driller out the rear M4 screw hole to install the bulkhead.
  • Suitable Wire for connecting everything up. You need three wires, about six inches each.
  • Mounting Tape/Glue to secure the bodge wires and the module. You don't want these things just rattling around inside the case. Well, maybe you do, but us normal folks like peace and quiet when driving around town.
  • (optional) Pin Header & Socket for allowing the GPS module to be removed for programming/debugging. My modules came with headers, but the socket I had lying in a parts drawer.

The Mod

Overview

Here we see the GPS module installed, with cables routed around to the underside of the main board. The antenna cable is routed through the back of the 996 via a hole drilled where the rear M4 mounting hole used to be.

Wire Connections

The wire connections were found through a little multimeter probing, some scope signal observations, and the datasheet for the RS232 isolator IC that the 996 uses. V_CPU will provide you with a nice clean 3.3V, any ground tab will work for ground, and the RS232_RX test point is where you want to solder the TX signal from the GPS module. The 996 doesn't transmit any data to the GPS module, so we can leave RS232_TX disconnected.

SMA Connector Mounting

Detail on the mounting of the SMA connector. As previously stated, the rear M4 mounting hole (not sure what it's supposed to be used for) was drilled out to 1/4" for installation of the SMA bulkhead.

End Result

And here we see the fruits of our labors. The only thing that needs to be done inside the scanner menus is to set the proper baudrate for your GPS module. Important to note - most NEO-xM modules are configured for 9600 baud NMEA data by default, but this is not guaranteed. I highly recommend testing out your module of choice with a USB-UART adapter and a terminal like PuTTY to make sure the module is outputting the data rate you expect.