Electronic – What do i need to communicate the sensors with LoRaWAN, simply

NetworkRFsensorwireless

I'm new at wifi communications, i need to use Lora at my job project. I searched the internet to learn what the long range rf is. So, if i want to communicate with my sensors(on my mcu kits) over long distance(>10 km for example), are these enough?:

  • mcu host with sensors
  • lora modules for each node
  • lora gateway

I read about base station requirements to use lora,does base station mean lora gateway? i have this figure:
http://www.rfwireless-world.com/images/LoRa-network.jpg
So i connect my mcus to lora modules, then it sends data to gateway at lora rf frenquencies. Is this true?

Best Answer

Base station means LoRa gateway.

Over 10 km would probably work but the modules have to be in line of sight. You can find range calculators on Libelium's site but it's better just to do the test.

Remember that using LoRa gateway means that you have to implement LoRaWAN network protocol. You have to handle resource-intensive code on yours mcus or buy modules with LoRaWAN already implemented like RN2483. If you don't have many sensors please concern using just peer-to-peer connection.