Gateway for Malaysia

Does this means my MultiTech AEP 915MHz can serve modes on 919-923MHz range?

MultiTech AEP should serve on 919-923 MHz range. Just that you need to modify the channels list so it only listen/use the frequency within that range in Malaysia.

1 Like

yes. You might want to refer to latest lorawan specs on AS923 channel arrangement.

Hi all - new member here.

I have an interest in LoraWAN from my building of a Home Automation system with Moteino units with RFM69 transceiver and ceiling fans with 433MHz remote control systems.
Anyway, drifted into interest in LoraWAN from them but currently am looking which hardware to buy.
So it seems the consensus is that I need a 915MHz module?
I plan to buy something from AliExpress and try to talk to a local gateway.

Also at work we are involved with oil companies that are considering using LoraWAN networks to send sensor data from their boats to the platforms, hence my interest in getting something I can play with so I can learn & contribute if the project does go ahead.

There is a ā€œWisNode-Lora LoraWAan Module development board compatible Arduinoā€ on AliExpress which apparently can be 915MHz and comes with external antenna - all for USD28. Anyone used this or know of any reason not to buy it?

Thanks,

Dave

Unfortunately, the RFM69 module does not support LoRa modulation.

So basically you can NOT test LoRaWAN with that transceiver module. You need to get the RFM95 transceiver module, that has LoRa modulation.

I bought mine from here

Iā€™ve installed a public gateway in Kota Damansara using the MultiTech AEP (at the moment configured with the US frequency range, will be changing to Malaysia range soon)

If you love the physical work then buying the RFM95 will do you good. But if you want to save all the trouble then you could just buy the Cytron Arduino LoRa Shield (itā€™s using the RN 2903 module). But please be aware that the firmware on the module has been configured to run only on the proposed Malaysia frequencies . So if youā€™re using a US frequency gateway (such as the MultiTech, then it will not work if you donā€™t change the frequency settings in the Gateway). Cytron is a local company based in Penang, you can purchase online from their site.

Is there any official documentation from MCMC stating that LoRa will only allowed on those frequencies?

[quote=ā€œadilhidayat, post:66, topic:416, full:trueā€]
Unfortunately, the RFM69 module does not support LoRa modulation.[/quote]
Oh, true - I have the Moteino units set up in a network in my house as 7 nodes, each collecting temperature, humidity, baro pressure, light value, RSSI & battery voltage & displaying it in my home automation system. No intention to transmit all that data any further though I will investigate those RFM95 modules.

For LoraWAN I am considering getting one of those USD20 PM2.5 air quality modules. Or I also have a background radiation sensor that is currently on a world-wide crowdsource network that I might move/add to Lorawan. So I will check out the offerings from Cytron next.

1 Like

No, not really. I spoke to them early last year but there isnā€™t any official document about this.

1 Like

Iā€™m worried that i may have to change all my libraries :joy:

Hi all,

I just created Github issues for defining the channel plans for Malaysia and neighbouring countries. As not all countries allow the same frequencies, we had to split into two channel plans, one under 923 MHz and one above 923MHz:

920-923 MHz (Hong Kong, Japan, Malaysia, Singapore, Thailand, Vietnam): https://github.com/TheThingsNetwork/ttn/issues/489

923-925 MHz (Brunei, Cambodia, Hong Kong, Indonesia, Laos, New Zealand, Singapore, Taiwan, Thailand, Vietnam): https://github.com/TheThingsNetwork/ttn/issues/491

As you can see, there are a couple of countries (Hong Kong, Singapore, Thailand, Vietnam) that can ā€œchooseā€ between the two channel plans. The join frequencies overlap, so OTAA devices will just receive the correct channel plan based on gateways in the area, but for good coverage, itā€™s best to all use the same frequency plan in a certain region.

Based on geography, I think it would be best to have Singapore together with Malaysia, to have Vietnam and the Northern part of Thailand together with Cambodia and Laos, and the Southern part of Thailand with Malaysia. Please discuss this in the Github issues.

5 Likes

There is an Asia country cluster included in the next release of the ā€œregional channelā€ plan of the LoRa Alliance that includes all the countries you are mentioning. The doc should become public in a couple of months. Might be worth waiting a little bit.

1 Like

We already use the AS923 band that is defined in the Regional Parameters v1.0 document. Within that band a network operator can freely assign the non-standardized channels.

I can imagine our communities can hardly wait to get started, so waiting another couple of months is not really an option in my opinion.

2 Likes

Sorry you are completely right. You do need to define 2 frequency plans for the NETWORK side.

I was looking at it from the end-deviceā€™s perspective which gets its channel plan from the network.

Forget my previous post !

Hi all,

iā€™ve been doing some researches on how to implement LoRa in own 3 BTS.

What are the specific requirements needed on built them?
What devices can be use, correct gateways,m2m?
what does client needed ?

seeking for answers for it . thank you

you say you have done ā€˜researchesā€™ā€¦ what did you find ?

Hi @BoRRoZ
all about basics information or details about LoRa. but iā€™m not fully understand if want to implement it into own base stations.

okā€¦ you are new to this site, so I suggest that you start reading a bit the different topics and use the search.

and the documentation > https://www.thethingsnetwork.org/docs/

Thank you for your useful links. I really appreciated it. Now i know what means on creating private network for LoRa, requirements to set it up.

1 Like

Does anyone have this board:
http://wiskey.org/doku.php?id=wisnode_series:wisnode-lora

I just got one from AliExpress. Apparently it is designed to connect to ThingPark:
https://partners.thingpark.com/en
but I am not sure if that is something that will work in Malaysia.
At the moment I am still playing with it and havenā€™t managed to connect to any gateway (if there even is one in range here in Raja Chulan)

@azmilaminuddin, I have a gateway setup in Kota Damansara, feel free to try it out. Basically to try LoRaWAN, youā€™ll need the following:

  1. A gateway (you can build this on your own by using the RFM95 LoRa modules
  2. Youā€™ll need to build the sensors.

To build a single channel gateway and set up a simple sensor node, you can follow this guide.

You can buy the necessary devices from Alibaba.com or ebay.

1 Like