Skip to main content
Associate III
February 12, 2024
Solved

Looking for gateway compatible with B-L072Z.

  • February 12, 2024
  • 4 replies
  • 2948 views

Hello community,

Currently, I have Lorawan gateway: p-nucleo-LRWAN1 and Lorawan node: B-L072Z LRWAN1.

I'm looking forward to suggestions from you, which company gateway and node will be better than this current gateway and node. with current devices, I'm facing data rate as well as long-distance communication. In the current node when I fill a 242-byte buffer and try to transmit data it only transmits data at SF7 and SF8 and not at SF9,10,11,12. At this SF I'm getting empty packets. And at distance of 50 meters only from gateway SF turns from 7 to 12.

Thank you.

Best answer by STTwo-32

Hello @Yuvi 

I suggest you to try our STM32WL series as end node and the multitech gatway for example as a gateway.

PS: p-nucleo-LRWAN1 is an obsolete product.

Best Regards.

STTwo-32 

4 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
February 12, 2024

Hello @Yuvi 

I suggest you to try our STM32WL series as end node and the multitech gatway for example as a gateway.

PS: p-nucleo-LRWAN1 is an obsolete product.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
YuviAuthor
Associate III
February 13, 2024

Thank you @STTwo-32  for your response.

Andrew Neil
Super User
February 12, 2024

The whole point of standards - like LoRaWAN  - is that any compliant gateway will work.

There is nothing about the B-L072Z LRWAN1 which requires anything special or unusual for a gateway.

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
YuviAuthor
Associate III
February 13, 2024

Thank you @Andrew Neil for your response.

Can you suggest to me any gateway and node better than what I'm using right now?

As I'm not getting the desired output. Can you suggest any 1 node and gateway of all, as of your knowledge?

Andrew Neil
Super User
February 13, 2024

@Yuvi wrote:

Can you suggest to me any gateway and node better than what I'm using right now?


There's no reason why what you're using shouldn't work.

What software are you using on the B-L072Z-LRWAN1?

 


@Yuvi wrote:

I fill a 242-byte buffer and try to transmit data it only transmits data at SF7 and SF8 and not at SF9,10,11,12. At this SF I'm getting empty packets


The over-the-air payload size is significantly smaller at the higher spreading factors - maybe the problem is in your splitting of that "large buffer" ... ?

 

AndrewNeil_1-1707819082242.png

https://lora-developers.semtech.com/documentation/tech-papers-and-guides/lora-and-lorawan/ 

 

EDIT:

It also affects time-on-air - so perhaps your transmission is being blocked due to time-on-air limits ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
YuviAuthor
Associate III
February 13, 2024

Thank you for your response @Andrew Neil 

I got your point, and as this picture/google says we get SF7 till range of km. But as I go beyond 50 meters SF drops from 7 to 12. How can I get a better data rate with a range of 1 km?Screenshot (5).png 

 

STTwo-32
Technical Moderator
February 13, 2024

@Yuvi , Can you mark the answer as best answer to close the request If your questions is answered.

Best Regards.

STwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.