-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why the percent of receive success is low when set the GW_SF to ALL #47
Comments
Do you have an operational node yourself? Does your gateway receive all messages the node sends on the frequency your gateway is configured to when you set the SF the node is transmitting on? If so, does it still receive all messages when using GW_SF ALL? |
Yeap,I have my own node,and I set its transmitting freq at 471.1MHz , receiving freq at 501.1MHz,.I find it work well when I use the single SF(SF10).But loss many messages when setting the SF to ALL,and I am sure the transmitting and receiving freq of node and gateway as below all the time: |
Hi Jaap Braam |
I had saw the discussion here, it seems that I know the reason why I cant receive every message.any way,thank you for your project |
Hello, I transplanted this project on sx1278 and esp8266, and now I have encountered this problem.
|
Hi garyquan,I also tested with sx1278 and esp8266,and the problem I meeting is almost the same as you When setting at ALL sf,I found the gateway can detects the right SF,and enter the single receive mode,but almost result is rxtimout,so I am sure that using the CAD mode to detect SF is ok,but why cant receive data what also make puzzled is that why using the rssi value to determine whether enter rx mode,I just feel that the rssi value is unreliable |
hey hey,I found that you are a Chinese too,let have a told over qq or wechat? that maybe would be more Efficient,although we need more JaapBraam's help |
qq 404538223 |
Reading the register takes more time than checking a variable. Reading a register in LUA takes quite some time. It is important to start receiving as fast as possible so that the message won't be missed... |
If I remember correctly using lower frequencies, some registers have to be configured differently in xsInit(). Have a look at the SX1276 datasheet. Currently the registers are configured for higher frequencies... |
Can you share your transplantation? :) |
Hi JaapBraam,I am coming again
When I set parameter GW_SF to a specific value(like SF10), the gateway can receive 100% ok,
But when I set the parameter GW_SF to ALL, the gateway mostly prompts "rx timeout", only about 20% can receive the data.So I want to know what about you reality test and if there are any advise for me to deal this problem
Great thank to you!!!
The text was updated successfully, but these errors were encountered: