Hi Everyone,
This is a question about:
A) best comms for multiple commands between a (travelling) user and (3) robots over 1-5km.
B) best comms for images (but not live video, talking 4mb images every 10 seconds perhaps) also over 1-5km.
Here is the use-case for background:
I have 3 lawn mowers. But I have, say, 20-30 big lawns spread over a large countryside region. So this is not urban.
Attached image is of a golf course, blue circles show a 2km range.
I want to be as efficient as possible, so I drop 1 robotic lawn mower off at one field, where it'll work autonomously for, say 10 minutes.
During which time I travel to other fields and deploy those and pick up the earlier robots as they finish their tasks. So I can keep shuffling between robots.
Great because of efficiency - but I want to know where my robot lawn mowers finish. So I'm going to get them to send me their GPS.
But I also want them to send me pictures every 10-30 seconds so I can check on how things are going. There is an rpi writing to an SD file, but the Arduino is handling the comms. (it can access the SD).
Hence, between myself (in a car) and each robot I am constantly travelling between 1-10km as I deploy one, and go to another field to drop another off.
I see FPV kits that can do 1-5km. Is this wifi or radio? Surely if someone can do video over 2km, I can do intermittent images over 5km.
So I want the best comms or combos to tackle this (Not Urban)
Here are my approaches ranked best
-
Long range Wifi seems to work, put a directional antenna on the car/van, and get the arduinos at fields 5km away to log into the wifi. This is periodic as my directions will change but thats fine. Gives me the bandwidth for both commands and images no problem. Wifi at 2.4Ghz
-
Lora + wiif combo. Perhaps Wifi can't do more than 2km. Lora for longer range e.g. 2-10km but commands only. Wifi for image transmission as it gets to 2km.
-
Lora but also on 2.4Ghz gives max bandwith for lora. If I use something like GitHub - StuartsProjects/SX12XX-LoRa: Library for SX12XX LoRa devices I can maybe get 1 image every 30 seconds? Not very clear how his 2.4Ghz FLRC mode works at 1-10km vs the test he did at a few feet. Can certainly do commands though.
-
Other radio options - I'm not knowledgeable about these.
What do you all think?
And thanks for any input.
Update with some LTE-M pricing:
Best estimates for 2GB per month ( or 1000 8mp images per month, 30 a day) is $12 per month per device. Not terrible. And will work.
WiFi ofc would do much higher amounts of images for free. But need a likely rotating directional antenna. And not be obstructed.