You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.6 KiB

---
title: Change The Bands In Your Anytone Codeplug
summary: >
If you can't change the band edges on your Anytone radio, change the band
setting in the codeplug.
categories: [amateur-radio]
tags: [macos,anytone,dmr]
date: 2020-05-17T11:38:31+02:00
lastmod: 2022-12-15T06:38:03+01:00
---
This is as simple and straight-forward as it could be.
## Let's do it
Press and hold down <kbd>PTT</kbd> and <kbd>1</kbd> while turning on your radio to change the
bands on your Anytone handheld (tested on my D878UV+). To change them, turn
the channel knob and power the radio off when it shows the desired limits.
But I've read on social media (Telegram) that some people were not able to
change their bands -- mostly users of mobile radios. In this conversation
Arnold, OE1IAH shared his work-around for this.
He just changed the 17<sup>th</sup> byte in the codeplug file so the bands in
the codeplug matched the bands used on the radio.
I use Linux on my computers so I usually have such tools installed already:
```console
$ printf '\x03' | dd of=codeplug.rdt bs=1 seek=17 count=1 conv=notrunc
```
## Why would you need this?
You get a codeplug from a friend but you cannot load it into your radio because
it uses a different band setting and you cannot change that on your radio. So
you want to change the band setting in the codeplug to match it your radio setting.
## But, what you still have to consider
You change from **0** to **3**, that means you can store frequencies within
**136-174 MHz** and **400-480 MHz** while you use the **0** setting. You then
change your codeplug to only make use of **144-146 MHz** as well as **430-440 MHz**.
_You see where this is going?_
You'd be fine if you only use frequencies within the HAM bands, though.
## Bands settings
| Setting | Frequencies | Description |
| :--- | :--- | :--- |
| **0** | **136-174 / 400-480** | Commercial Europe Mode `000000` |
| 1 | 136-17d4 / 400-480 | Commercial US Mode `000001` |
| **3** | **144-146 / 430-440** | Amateur Europe Mode `000003` |
| 7 | 144-148 / 420-450 | Amateur US Mode `000007` |
| 8 | 136-174 / 400-470 | Commercial Mode `000008` |
| 10 | 144-148 / 430-450 | Amateur Australia/Canada Mode `000010` |
| 13 | 136-174 / 403-470 | Commercial Mode `000013` |
| 16 | 144-147 / 430-440 | Amateur Thailand Mode `000016` |
| 17 | 136-174 / 430-440 | Commercial Thailand Mode `000017` |