LoRaWAN end node selection

I want to use chirp stack and looking forward to find compatible LoraWAN end nodes and it’s respective gateway which can connect through chirp stack.
Currently I am using SX1276 can i connect it through chirp stack.
Thanks in advance for any help.

Any LoRaWAN end nodes will be compatible with ChirpStack.

LoRaWAN is a standard so LoRaWAN server, gateways and nodes can work together.

Okay got it. Thank you for response datnus.

The SX127x is a first-generation LoRa node chip

SX126x is a 2nd generation LoRa node chip

LLCC6x is the limited version of SX126x, in BW125KHz, only SF7~SF9 is supported, and [long distance] SF10~SF12 is not supported

126x receive sensitivity is the same as 127x, and its advantage is 2 points:

  1. Increase transmit power: MaxTxPwr: 20dBm->22dBm
  2. Reduce the transceiver current: Tx@20dBm: 120mA->90mA, Rx: 13mA->4.6mA

The above 3 LoRa node chips can all support the LoRaWAN protocol and can communicate with ChirpStack

From: SX127x=第一代 SX126x=第二代 LLCC68=阉割版 LoRa 节点芯片 SoC ASR ST - 社区新闻 - LoraWAN论坛 - Powered by Discuz!

1 Like

Thank you for clarifying. I am having sx1276 module, I am using the module by simple LoRa transceiver and through broadcast I am able to communicate . How can I change the module functionality to work as Lora WAN module.

You need a LoRaWAN (software) stack on top of LoRa, for example GitHub - Lora-net/LoRaMac-node: Reference implementation and documentation of a LoRa network node..

Thank you brocaar, will go through it.