I am using 865Mhz frequency in RN2483 Module because that frequency is only allowed in our place.(868Mhz is not in free range).
The default channels (0-2) are set to frequency 868Mhz and cannot be changed. Is it necessary to change the frequencies for default channels to 865 or is it ok to leave it to 868 Mhz.
If it needs to be changed then how to change. Because RN2483 module doesn’t allow to change the frequency of default channels(0-2).
I don’t think it really matters, if you follow the Fair Access Policy you will probably never send messages directly after each other.
If you do need to send multiple messages right after each other a per channel implementation will be faster. Since you can send on the 2nd while the first is still waiting. But that will only be faster if the number of messages you want to send is equal or lower to the number of channels in the band.
Else, if you send a message every few minutes, the only difference it will give is the implementation you have to do. Thus it would be your own judgement which is easier to implement. (If it is not already implemented by the chip/library you use.)
You can workaround ERC duty cycle limitations if you use AFA+LBT, which means Adaptive Frequency Allocation + Listen Before Talk. LoRaWAN doesn’t do these things, but in many cases it is possible to use a side band that does, and then use LoRaWAN to communicate basic information back to TheThingsNetwork at low duty cycle. This is a common use-case that Haystack Technologies implements over DASH7. For example, Assisted GNSS, fast OTA-FW, and indoor location. Perhaps others do this too, but I am only familiar with Haystack because it is my company and I know what we do!
Not exactly on topic: But i wonder how it will interfere when our drone guys use their new LoRa based remote controls near TTN-Gateways. http://www.miromico.ch/wireless-iot-158.html They say it is compliant and approved, but a remote control for drone racing is a bit opposite application than daydreaming sensors…
I am developing a product using LoRa in a completely private network (no LoRaWAN involved), with my own protocol, sending data between RFM9x modules, with simple wire antennas, line of sight, low to the ground. I would like to avoid creating issues for other LoRa users in the area and ensure I am operating within regulation. Can I use the 869.52 frequency, in EU, at +20dbm transmit power, with 10% airtime limit on the system, and be safely within spec? If not, how should I set up the protocol?
For the channels with <25khz bandwidth limits, am I able to use 62.5khz or 125khz with LoRa? Are these channel bandwidths and Lora bandwidths meaning the same thing?
Adam, your question is region dependant. You need to check the ISM radio regulations for your area. It is not just a TTN issue. There are other radio systems that operate in the ISM space.
According to the setup done, we need to know the airtime of the single lorawan-packets in the uplink PLUS the airtime for the acknowledgement messages from the basestation to the sensor. Here’s the question: does ack messages have fixed spreading factors/coding rates? whats the airtime of a Downlink acknowledgement packet?
It would be really good, if someone could help me out with some reply.
Thanks
what if I have 1000 end nodes(RN2483) and try to connect/send to single GATEWAY at same a time. and my end module will again send every 6hr.
please help me
I mean to say " I have 1000 end nodes and single Gateway ", I’ll try to send data to gateway every 1 hour. what are the chances that all my 1000 end nodes get successful transmission to Gateway ?
I am going to set data transmission almost same time.
Also, don’t forget that you’re using a shared radio spectrum. So, usage of the very same radio frequencies by others will affect your success too. Gateways that are deployed by you, will also receive LoRa traffic transmitted by others. (That’s why a single, large, public network is to be preferred over many private networks. But that’s a different topic.)
say example " I am having 8 end nodes and single gateway " and I am Transmitting almost same time and my time slot for transmisson is 1 hour , what are chances of successful transmission, if not how can I transmit it. and also for 1000 nodes.