Skip to main content
Associate
July 3, 2023
Question

Can I use b-l072z-lrwan1 to implement a l'ora gateway?

  • July 3, 2023
  • 1 reply
  • 1366 views

I would use a b-l072z-lrwan1 to implement a lora gateway using ping pong example and send data to PC through serial, receiving data from serial and send response to other nodes that are still b-l072z-lrwan1

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
July 3, 2023

Not as a Gateway in the LoRaWAN sense, but you could modify the Ping Pong example into a LoRaP2P point-to-point type implementation as a serial radio.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ang0001Author
Associate
July 3, 2023

I have multiple nodes. When a node communicate with gateway it should send with UART data to PC and it have to receive data to send back to former node. Is this feasible?

Tesla DeLorean
Guru
July 4, 2023

The Semtech SX1276 facilitates access to the radio medium in a half-duplex fashion. All nodes will hear the same transmitted traffic. So implementing a one-to-one and one-to-many shouldn't be unduly hard.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..