-
Notifications
You must be signed in to change notification settings - Fork 60
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
No way to force US Sub-band #2 (channels 8-15) to join Helium network reliably #140
Comments
Never mind. I figured out how to set a custom channel mask for US915 Helium! |
Hello, could you tell me how you configured custom channels for US915? I have an SX1302 that I'm using with the packet forwarder and it seems that the node (initially) has problems transmitting data to the gateway. |
Looking through the source I discovered a sendmask method. I set the reginal band to US915 and apply the mask. modem.begin(US915) |
I'm really grateful, I was having a lot of trouble getting my gateway to listen to this node. |
Glad you had success! |
I have spent hours trying to find a way to force the modem to only send joins on US915 Sub-band 2 (channels 8-15) used by Helium. I can force the modem to use sub-band 1 by setting modem.begin(US915_HYBRID) and talk to The Things Stack successfully. The problem is Helium in the US uses sub-band 2 and I need a way to force joins on only US915 channels 8-15.
Does anyone know how to do this? My fear is there is no way to do this currently. Could someone look at creating a variation of US915_HYBRID which only uses US915 band 2 (Helium) instead of sub-band 1 (TTS)?
Currently, I can get successful joins 1 out of 50 attempts. I can provide my entire sketch if needed.
The text was updated successfully, but these errors were encountered: