srnet:
However your conclusion is not correct, LoRa has been in use for a while for very long distance remote control of RC models in flight, for one example see here;
Thanks for that.
Do you know how they achieve low latency?
And I presume the RC model control system has a certain amount of autonomy - like a drone does - so that it can survive without instructions for a reasonable period. If you can't see the model you won't be trying to fly it between the branches of trees.
And I presume the RC model control system has a certain amount of autonomy - like a drone does - so that it can survive without instructions for a reasonable period. If you can't see the model you won't be trying to fly it between the branches of trees.
No idea how they acheive the low latency and I have no particular interest in long range RC model control, since its not legal to fly models beyond visual line of sight and standard 2.4ghz systems are fine for that.
You often dont need two way comms as long as the packet rate is high enough. The worse that will happen is that the receiver misses a packet and the servo\motors stay where they are until the next packet arrives.
I have thought of doing a long range remote control setup myself to allow you to control relays, lights and servos over a long range LoRa link, and feedback would be useful in that case.
Both systems are "by themselves" CAPABLE of reaching long distances and there's a lot involved in the type of antenna you use. I tried nRF24 modules some years ago with the builtin board antenna and they could barely talk to each other beyond a dozen inches. Seriously.
Next step is a vertical monopole antenna. Next...a homemade butterfly biquad antenna if you will. Or a yagi. If things get bad, a parabolic antenna would be the best fit, but a basic directional antenna will probably get what you need, provided you place them high enough (look up fresnel effect in antennas)
I am not able to connect my Lora SX1278 module to Arduino Mega, it is working good with Arduino Uno. Can anybody help?
(Problem with Mega only)
I am using the simple example given in Lora library and dedicated ICSP pins for communication, I have connected NSS to pin no 53, connected DIO0(pin 2) and DIO1(pin 3) and already tried connecting DIO0(pin 21) and DIO1(pin 20).
I am not sure whether we should initiate interrupt pins for Arduino Mega (and really don't know how to initiate it), tired trying for two days....need help.