Closed eliabieri closed 7 years ago
This is already implemented in the latest version of this library. The single channel frequency plan uses 868.1MHz and changes the duty cycle to be 1% on that channel.
All you have to do is call:
myLora.setFrequencyPlan(SINGLE_CHANNEL_EU);
after myLora.init.
I assume you are doing this in Europe?
Ok thanks for the help.
Can you explain me the exact difference between these two calls?
sendRawCommand(F("mac set rx2 5 868100000")); //use this for "strict" one channel gateways sendRawCommand(F("mac set rx2 3 869525000")); //use for "non-strict" one channel gateways
That is only for when you use this code: https://github.com/things4u/ESP-1ch-Gateway-v3.0
Their documentation should say what the differences are.
In general we do not like "strict" single channel gateways as they are even further away from the lorawan specification.
Hello everyone, what modifications would I have to do to use this library with a single channel gateway? I thought about changing the duty cycles in a way, that only one channel is used in reality. I would do this in this section of code: ''
'' Am I right, and how would I do it exactly? I use this single channel library and I listen on the following frequency: 868100000