-
Notifications
You must be signed in to change notification settings - Fork 106
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
EU433 configuration #15
Comments
Maybe @tftelkamp already has something in mind, but otherwise please make a proposal. The minimal channels are 433.175 433.375 433.575, then we'd have to come up with the extra 5 channels. |
Maybe these pieces of code (band_eu433.go, RegionEU433.c, RegionEU433.h) can provide some reference material, for example this function has the minimum and maximum frequencies:
This manual about setting up a 433MHz gateway has a configuration sample and as long as I can decipher it they offer to use these frequencies: 434.1, 434.3, 434.5, 434.7, 433.3, 433.5, 433.7, 433.9 at 125kHz (chan_multiSF_xxx), and 434.2 at 250kHz (chan_Lora_std) which is strange because they overlap and also the required 433.175 433.375 433.575 channels are missing. By the way, what is the difference between chan_multiSF_xxx and chan_Lora_std? Added later: |
The |
I couldn't find any official documentation about the additional channels for EU433, so I'm trying to allocate the frequencies by myself. I have two questions though:
Thank you. |
|
TODO:
Because 433MHz is quite a standard ISM band internationally, this is the ideal band to try and find at least one standard channel that will work everywhere. If a device joins on that channel(s), they are guaranteed to be heard as long as there is a 433MHz gateway in range. |
There is no configuration file for a gateway with SX1255 transceivers using 433MHz channels. Can anybody provide me a working configuration file? Thanks.
The text was updated successfully, but these errors were encountered: