Skip to content
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

Class B beacon related logs are not showing #179

Open
soorajm13 opened this issue May 22, 2023 · 1 comment
Open

Class B beacon related logs are not showing #179

soorajm13 opened this issue May 22, 2023 · 1 comment

Comments

@soorajm13
Copy link

I am using basicstation 2.0.6 with sx1302 concentrator for EU865 region and v4-chirpstatck docker as my LNS.
I have made the following modifications in the station.conf file to enable class b beacons.

"pps" : true under SX1302_conf and
"pps" : gps,
"gps" : "/dev/ttyACM0",
"BEACON_INTVL": "128s" under station_conf

I cound not see any logs related to class b beacons in the basicstation logs and my LNS router_config response does not have the “bcning” field.
Is there any other configuration that I need to modify in the basicstation files?

@reissjason
Copy link

May want to see this closed issue.
#129

If the LNS does not provide "bcning" it can be configured in the station .conf

https://lora-developers.semtech.com/build/software/lora-basics/lora-basics-for-gateways/?url=tcproto.html

The bcning field is either None or a BCNCONF object with the following layout:

{
"DR" : INT
"layout": [INT,INT,INT]
"freqs": [ INT, .. ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants