# SDK Support for Malaysia Frequency Bands (919–923 MHz)

**URL:** https://community.morsemicro.com/t/sdk-support-for-malaysia-frequency-bands-919-923-mhz/813
**Category:** General
**Created:** [September 3, 2025, 9:00am UTC](https://community.morsemicro.com/t/sdk-support-for-malaysia-frequency-bands-919-923-mhz/813 "2025-09-03T09:00:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Taz1](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@Taz1](https://community.morsemicro.com/u/Taz1)
#### Post date: [September 3, 2025, 9:00am UTC](https://community.morsemicro.com/t/sdk-support-for-malaysia-frequency-bands-919-923-mhz/813/1 "2025-09-03T09:00:54Z")

</div>

Hi,

I’m working with the **MM6108 + MM-IoT SDK** here in **Malaysia**. Our local ISM band is **919–923 MHz** (as per Malaysia regulations).

Does the SDK already support a **Malaysia (MY) region setting** for this band? Or do I need to create a custom BCF to match the Malaysia frequencies?

---

<div class="post-metadata">

### Author: ![ajudge](https://avatars.discourse-cdn.com/v4/letter/a/c2a13f/32.png) [@ajudge](https://community.morsemicro.com/u/ajudge)
#### Post date: [September 7, 2025, 12:36pm UTC](https://community.morsemicro.com/t/sdk-support-for-malaysia-frequency-bands-919-923-mhz/813/2 "2025-09-07T12:36:44Z")

</div>

Hi @Taz1

The OpenWrt fork or the MM-IoT-SDK?

We don’t have explicit support for Malaysia at this stage - and unfortunately our BCF modification tools won’t allow adding regions we don’t yet explicitly support. There’s a few other moving parts to adding a region including modifying the morse-regdb and making sure the driver has appropriate mappings (for Linux - see [morse\_driver/dot11ah/reg\_rules.c at main · MorseMicro/morse\_driver · GitHub](https://github.com/MorseMicro/morse_driver/blob/main/dot11ah/reg_rules.c))

In the meantime, it looks like Malaysia is a subset of the US so perhaps your best course of action right now is to artificially restrict the channels in the US driver regdom to prevent the driver advertising limits outside of the MY regulatory rules.

---

<div class="post-metadata">

### Author: ![Taz1](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@Taz1](https://community.morsemicro.com/u/Taz1)
#### Post date: [September 9, 2025, 1:42am UTC](https://community.morsemicro.com/t/sdk-support-for-malaysia-frequency-bands-919-923-mhz/813/3 "2025-09-09T01:42:26Z")

</div>

Hi @ajudge , thanks for the clarification

Just to confirm — we’re working with the OpenWrt .  
Since Malaysia isn’t explicitly supported yet and the BCF tools can’t add new regions, we understand that the best option for now is to use the US regdom and manually restrict channels so they stay within Malaysia’s allowed 919–923 MHz band.

Appreciate the guidance.
