mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
633 stars 209 forks source link

Not working on EU433Mhz (Arduino UNO + Adafruit RF95W 433Mhz LoRa module) #822

Open Junaid-Qadir-UniGe opened 2 years ago

Junaid-Qadir-UniGe commented 2 years ago

@terrillmoore Dear Mr. Terry Moore,

Thanks for your efforts and providing such a good library. I am trying to connect Arduino Uno with Adafruit RF95W LoRa module (EU433 Mhz), however it doesn't work on the said frequency plan. I am trying connecting from Genova, Italy and pretty sure this frequency plan can be supporting in this region. Can you please provide me your kind direction is fixing out this problem? Please refer me to the alternative solution if 433 Mhz is not sorted out yet in this library. Your support will be highly appreciated.

Please have a loot at the snapshot attached if you could provide me help in sorting out image

cstratton commented 2 years ago

Do you have your own 433 MHz gateway operating and connected to whatever server infrastructure you registered your node with?

It's extremely unlikely that anyone else is running a 433 MHz gateway on something like TTN within range of you, since 433 MHz is not a commonly used band for LoRaWAN in Europe, and even coverage of the usual 868 MHz band is far from total.

Junaid-Qadir-UniGe commented 2 years ago

Hi, you are absolutely right, I tried a lot, but the 433 MHz single-channel gateway does not connect with TTN. I just wanna try it on my Pi terminal as it works on the pi terminal and shows payload and time stamp etc. Therefore, I am trying to connect the 433 MHz with a single-channel packet forwarder working on my pi terminal.

cstratton commented 2 years ago

TTN explicitly prohibits single channel devices that pretend to be gateways, as they are fundamentally incapable of doing what actual gateways are required to.

Junaid-Qadir-UniGe commented 2 years ago

So, is all the hardware I bought just useless? Or is there any other solution to utilize them? I bought 3 Adafruit RF95W (433 MHz) Lora modules with 2 RPi.

cstratton commented 2 years ago

You can consider peer to peer usages (with something like RadioHead rather than LMiC), but yes, for LoRaWAN its pretty much useless

Junaid-Qadir-UniGe commented 2 years ago

Thank you for your kind help. Just one last question, can I utilize them with another network server I,e chipstack, thingspark or these are totally wasted in the EU region?

cstratton commented 2 years ago

The first obstacle is that you'd need an actual LoRaWAN gateway based on a multichannel concentrator card.

The next is whatever regulatory restrictions apply to the 433 MHz band in your location.

Junaid-Qadir-UniGe commented 2 years ago

Thank you so much, you helped me a lot.