Hi karthik22,
karthik22 wrote:
Thanks it working fine now!!!followed step by step thnx
Nice to read it!
karthik22 wrote:
I am using Lora Waspmote Gateway.I am able to send and receive data packets between Lora Node with Raspberry Pi and the gateway.Now Instead of Lora(Sx1272) on top of the gateway, I want to use LoraWAN and LoraWAN node with raspberry pi.Will I be able to send and receive data with same setup using LoraWAN instead of Lora(sx1272)
First of all you need to know the differences between LoRa and LoRaWAN:
Libelium currently offers two options of this type of radio technology: LoRa and LoRaWAN
LoRa contains only the link layer protocol and is perfect to be used in P2P communications between nodes. LoRa modules are a little cheaper that the LoRaWAN ones.
LoRaWAN includes the network layer too so it is possible to send the information to any Base Station already connected to a Cloud platform. LoRaWAN modules may work in different frequencies by just connecting the right antenna to its socket.
These modules are based on the same modulation technology (the same PHY layer): LoRa™, developed by Semtech. The LoRa module implements a simple link protocol, created by Libelium. However, the LoRaWAN module runs the LoRaWAN protocol, a much richer and more advanced protocol, created by the LoRa Alliance.
The LoRa module and the LoRaWAN module are not compatible because the protocols are different.
The communication that you are trying to do is called P2P, as you can see in the LoRaWAN tutorial, you can do it:
https://www.cooking-hacks.com/documenta ... 5-433-mhz/However, we recommend LoRaWAN to send data to a backend an LoRa for P2P.
Regards.