Author Topic: LoRa modules question  (Read 1204 times)

gussabina

  • NewMember
  • *
  • Posts: 42
  • Country: us
LoRa modules question
« on: October 12, 2016, 02:53:28 PM »
Hello:

I see some people were successful using LoRa modules covering very long distances (over 2.5km). It's a very interesting option for some projects. However, I see in this forum they are using two ends with same boards without any other service/server. I read somewhere that for LoRa you basically need to implement the client and contract a service provider or something like this at the server side to decode the information... I'm wondering how this is different from the tests are doing in this forum...

Regards;
Gus

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: LoRa modules question
« Reply #1 on: October 12, 2016, 03:30:58 PM »
Not clear what the question is really about...

I read somewhere that for LoRa you basically need to implement the client and contract a service provider or something like this at the server side to decode the information

But where did you read that??
Why would there be a need for anything like that?

gussabina

  • NewMember
  • *
  • Posts: 42
  • Country: us
Re: LoRa modules question
« Reply #2 on: October 12, 2016, 03:53:23 PM »
Hello Felix:

I read it from here;

https://docs.mbed.com/docs/lora-with-mbed/en/latest/intro-to-lora/

That's why I 'm confused.

Thanks
Gus

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: LoRa modules question
« Reply #3 on: October 12, 2016, 04:13:55 PM »
You are probably referring to different application layers.
A service layer can be anything that reads one of your nodes which receives data from others. It's just an abstraction. It has nothing to do with the low level code running on the nodes.