Chirp.

Amateur Radio Aug 24, 2019

Like most radio nerds, the more I use ham radio, the more I start to fine-tune and tweak my setup. Especially when it comes to the presets on the radio in my truck. I’ve spent a lot of time collecting the info and programming it into my radio, and I’d hate to lose that.

Also because I'm a giant nerd, I eventually created a Git repository to store the backups of my preset info, and have hosted it on Github. I did this so that I’ll have an extra backup and can keep track of things when they change. I did this mostly for my own sanity, making sure that I know exactly where the files are stored, and that they’re easy to access. Also, so that I can have the safety net of Git, in the event that I screw something up.

However, I’m also a fan of open source and sharing, so while this isn’t code or an app, I still wanted to make this available for other folks to use. I see posts in various forums of people looking to get into ham radio that want to know what repeaters are available, or how to best organized the presets they create. I’m not going to say that my setup is the best, but it works for me, and if it gives you an idea of how to setup your stuff, go for it.

The presets are based around how I use my radio, being based around the Salt Lake Valley. There’s a little bit of stuff for Idaho, but not a whole lot. I do have a bunch of repeaters stored that cover most of Utah for when I travel around. However, just take a look at the FT-8800_README.md file, and you’ll get a better explanation of how things are setup.

The Project

The repository can be found on my Github account. You’ll see that there are a few folders of stuff, with the radio-specific files inside the Presets folder.

I use CHIRP to make backups of the presets on my radio, and then to upload any new files if needed.

For each of my radios, in their respective folders you’ll find the CHIRP image files, as well as a .csv file version of the data. There's a text file explaining the general setup of the radio memories, and some other notes in the FT-8800 folder about how I setup that radio's hyper-memory stuff. Each radio's folder also has an Excel spreadsheet that mirrors the other files, but also has notes and other info about each memory. I use the spreadsheets to print out a paper copy that I keep in the truck and in my radio bag. These have the frequency, offset, preset name, as well as notes about where the repeater is located, general range, etc.

You can browse the files on Github, but it's easier to just download them. Just find the "Clone or download" button on the right side of the screen, and choose "Download ZIP" option. Or, if you're a Git user, you've probably already cloned the repository by now.

The .md files are just Markdown text files, and any text editing app should be able to open them. But if you don't have an app that likes them for some reason, just change the extension to .txt, and you should be good.

You’ll also find some other folders in the project that aren’t specific to a radio. These are just some reference files and other useful info I’ve started to collect. I’ve actually got a lot more stuff I need to dump into these folders, I just have’t finished cleaning it up yet. It’ll get there eventually.

Hopefully this info is useful to you, and even if you don’t use it exactly like I do, and just get some ideas from it, that’s just fine.

73, KC6BSA.

Tags