HP Forums

Full Version: HP-41 GPS Module - True or fiction?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Here is the result of a third and likely final iteration of a 41CL version of Ángel's challenge for a GPS module. First, some pictures

[Image: uc?export=view&id=0Bwt5Q_LizRq6bzBIWnJFYUFDdjg]

You'll note the smaller size of the GPS serial board in the upper left hand photo. Smaller than a three AA cell battery pack, the assembly should be a bit more portable. A closeup of the board with a u-blox M8N module and antenna is on the left. Below that is the bare board at about 2" by 2" in size.

The new GPS serial board is based on the more powerful Teensyduino SBC with USB. The real improvement can be seen in the terminal window in the lower left hand corner of the above photo. Connecting the board to USB allows one to set configuration values such as baud rate to the 41CL and the delay in sending characters. Configuration is saved in EEPROM.

An ECHO ON command lets you watch the communication exchange between board and 41CL while debugging a HP-41 program. I'm contemplating adding a feature that will allow you to create new GPS data extraction commands via the USB debug connection rather than altering the Teensyduino code.

Another feature is the CONNECT command that ties the USB serial port to the GPS serial port, allowing a program on your computer to communicate with the GPS module transparently. U-blox has an excellent configuration and display program, as you can see below.

[Image: uc?export=view&id=0Bwt5Q_LizRq6U2llbkZ0ZzBYR0E]

I'm finishing up an article on the GPS serial board that will explain assembly and operation. I'll include all software, Gerber files and bill of materials to build your own board. The whole shebang, including Teensyduino & GPS module, should be under $50 with careful shopping. This project has been quite fun to build and play with. Hope others enjoy it as well.

~Mark
Hi everyone,

I've attached a document detailing the construction and operation of the 41CL GPS serial board, including schematic, bill of material and FOCAL program. I'll update this message in a short while with a link to PCB & software files needed to reproduce the board yourself. Think of this as a nice rainy day project!

~Mark

Edit: Here is a link to a zip file containing all GPS Serial Board project files along with instructions and the above manual. Many thanks to Monte for hosting the file!

http://www.systemyde.com/zip/GPS4CL.ZIP
(07-28-2017 12:50 AM)mfleming Wrote: [ -> ]I've attached a document detailing the construction and operation of the 41CL GPS serial board, including schematic, bill of material and FOCAL program. I'll update this message in a short while with a link to PCB & software files needed to reproduce the board yourself. Think of this as a nice rainy day project!

Very useful document Mark, I hope to take a stab at the CL communication code, with the aim to use MCODE as much as possible - but first I must refresh my rusty grasp of the serial functions so it may take a while..

Many thanks for this interesting contribution and for such a well-done project!

Cheers,
ÁM
Pages: 1 2 3
Reference URL's