-
Notifications
You must be signed in to change notification settings - Fork 41
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
Status mac paused #32
Comments
@lolsborn @doismellburning @eggfriedrice any help? |
Did you configure the channels? What network are you trying to connect to
and what region are you in?
…On Tue, Jul 25, 2023 at 9:41 AM sainathgorige ***@***.***> wrote:
@lolsborn <https://github.com/lolsborn> @doismellburning
<https://github.com/doismellburning> @eggfriedrice
<https://github.com/eggfriedrice> any help?
—
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOZBEFY3NZZNVYFTP6LMDXR7ZKZANCNFSM6AAAAAA2XKWKXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No, How to configure the channels, can you please give a doc/example? I have 6 RAK lora gateways, which constitutes my lora network. and I'm using US 915mhz. |
Take a look at the configure.py script in the examples directory. It
expects a configuration script like the ttn-us.conf file which is setup for
"The Things Network" with the US channel plan. You'll need to run that or
manually send the channel commands over to configure them.
…On Tue, Jul 25, 2023 at 10:06 AM sainathgorige ***@***.***> wrote:
No, How to configure the channels, can you please give a doc/example?
I have 6 RAK lora gateways, which constitutes my lora network. and I'm
using US 915mhz.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOZBFZXQC4RREIUGOFZHTXR74IHANCNFSM6AAAAAA2XKWKXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks, I have added deveui and app creds to the ttn-us-conf, But still I'm facing the same issue Please let me know if I'm missing something here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to get coverage of my lora network using losik, I bought two losik, I have tried using lorawan.py, but couldn't succeed.
Following are the steps I followed:
but the script hung at status ,ac paused:
sudo python3 lorawan.py /dev/ttyUSB0 --appeui 70B3D57ED0031D3D --appkey EC925802AE430F59798E8C8D7E926C8D --deveui 00D827F000B4C638
Connection to LoStik established
mac set appeui 70B3D57ED0031D3D
mac set appkey EC925802AE430F59798E8C8D7E926C8D
mac set deveui 00D827F000B4C638
mac join otaa
STATUS: ok
STATUS: ok
STATUS: ok
STATUS: mac_paused
is there anything I'm missing
I have also tried using ABP
sudo python3 lorawan.py /dev/ttyUSB0 --joinmode abp --devaddr 010bb971 --nwkskey c44e91483a00aa3cedba46bc4ebe87a8 --appskey d7321ca80503973775a521759f3c5da7
[sudo] password for aerpaw:
Connection to LoStik established
mac set devaddr 010bb971
mac set appskey d7321ca80503973775a521759f3c5da7
mac set nwkskey c44e91483a00aa3cedba46bc4ebe87a8
mac join abp
The text was updated successfully, but these errors were encountered: