Maidenhead
Share:
I have written a little Java app for mobile phones with GPS that will calculate the Maidenhead Locator Grid that you are in.
This system of identifying location is used in Amateur Radio, as it cuts down on the number of characters used to encode the information, something very useful when using Morse Code.
It's very simple, and lightweight. I have only tested it on a Nokia N97 and a Nokia N95, and it works fine. Please let me know what other phones it works on.
Phones that I have been told it works on: N97 Mini, Blackberry 8110, Nokia 5230, E66
Phones that I have been told it doesn't work on: Blackberry Pearl.
I haven't heard anything, positive or negative from any iPhone users - if you have an iPhone, could you give it a go, and let me know?
Please note: Your phone needs to support JSR179 (the Java GPS interface), and if it doesn't have a built-in GPS receiver, you'll need a Bluetooth GPS device too.
Note: This won't work from a PC - only phones that run Java (J2ME).
To install it, browse to this page on your phone, and click this link: http://files.calum.org/Maidenhead.jad.
Alternatively, you can download the jar yourself, and install it however you like: http://files.calum.org/Maidenhead.jar
Any feedback, use the "Contact me" link.
Calum
73s, QTH IO81ql
PS. The following URLs were useful in testing the code (as they support >6 chars):
http://qth.map.googlepages.com/
http://www.sarl.org.za/public/QRA/Abt_Locators.asp
Comment 1