Long range serial communication device

Thread Starter

Rareş Iova

Joined Mar 14, 2018
5
I want to build a high load drone that I would wish to be easy to expand. I plan to use a raspberry to feed the flight controller commands and do various calculations.

My problem is that I would like to have it directly connected to a laptop on ground, preferably using serial and I have no ideea if there are any devices that would allow long range serial communication.

GSM would be out of the question because of the latency. Basicaly what I'm looking for is something similar to an usual 2.4Ghz transmitter/receiver, but 2-way and if possible, by serial in order to connect it to the laptop and raspberry.

On the drone I have a main battery with 4 cells and 16000 mAh and a BEC that is able to provide 5V, if the device would need external power.

Any suggestion?
 

Thread Starter

Rareş Iova

Joined Mar 14, 2018
5
How far.... Bluetooth can go quite a distance... up to 150 meters!

Most rf devices sub 1Ghz and 2.4ghz can get 250 meters.
I'm looking for something way more powerful. A range of about a km would be needed. This is why I expect an external power source to be needed.
 

Thread Starter

Rareş Iova

Joined Mar 14, 2018
5
There is a RF device called "LoRa" it claims 15km... BUT!! always a but!... You have to send large chunks of data in one burst... It was designed to send complete web pages..
http://www.rfwireless-world.com/Terminology/LoRa-technology-basics.html
Seems promising, however I'm not entirely sure it is end to end communication as It seems it would require a gateway? I might be wrong?
I've found one of those LoRa devices for quite cheap here: https://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=DM164138 However I would still need said gateway.
 

be80be

Joined Jul 5, 2008
2,394
Just one thing to think about there are laws now about drones if it's over a limit you can get into trouble fast with one.
Don't be flying this thing close to nothing.
 

Thread Starter

Rareş Iova

Joined Mar 14, 2018
5
If you're interested to sell them, let me know.

As I understood, the gateway is a way to have the LoRas connected to the internet for seamless connection.

I'm aware of the drone laws in my region and I only plan to fly it on private property. Thanks for the heads up tho.
 

Ian Rogers

Joined Dec 12, 2012
1,136
Since I said that!! I have looked high and low... They are in my "Safe place" somewhere..

When I find them( soon I hope ) I'll let you know.... They were only £11 each...
 

Thread Starter

Rareş Iova

Joined Mar 14, 2018
5
That sounds great. Worst case I would really appreciate a link to where you got them from as it might be easier than search for them.
 

sghioto

Joined Dec 31, 2017
8,633
I'm looking for something way more powerful. A range of about a km would be needed. This is why I expect an external power source to be needed
I don't know what the regulations are on drones in your country but usually when flying a drone it must always be in sight. 1 kilometer seems pretty far. Just a heads up as be80be mentioned in post #8
SG
 

R.E.

Joined Jul 29, 2017
56
I want to build a high load drone that I would wish to be easy to expand. I plan to use a raspberry to feed the flight controller commands and do various calculations.

My problem is that I would like to have it directly connected to a laptop on ground, preferably using serial and I have no ideea if there are any devices that would allow long range serial communication.

GSM would be out of the question because of the latency. Basicaly what I'm looking for is something similar to an usual 2.4Ghz transmitter/receiver, but 2-way and if possible, by serial in order to connect it to the laptop and raspberry.

On the drone I have a main battery with 4 cells and 16000 mAh and a BEC that is able to provide 5V, if the device would need external power.

Any suggestion?
5 volt, 3km range for reliable 1km data link, not too huge. You need two.
Take your chances on this.
 

Plamen

Joined Mar 29, 2015
111
I want to build a high load drone that I would wish to be easy to expand. I plan to use a raspberry to feed the flight controller commands and do various calculations.

My problem is that I would like to have it directly connected to a laptop on ground, preferably using serial and I have no ideea if there are any devices that would allow long range serial communication.

GSM would be out of the question because of the latency. Basicaly what I'm looking for is something similar to an usual 2.4Ghz transmitter/receiver, but 2-way and if possible, by serial in order to connect it to the laptop and raspberry.

On the drone I have a main battery with 4 cells and 16000 mAh and a BEC that is able to provide 5V, if the device would need external power.

Any suggestion?

The oldest classical telegraph comes to mind. It operated over huge distances at a modest rate of 50 Baud by using current reversal. Zero or One is represented by one or the other polarity of the current (say 20 mA). The line driver could be self made by two current sources (simplest junction FETs say from + side) with two opposing switches (BJT or MOSFET say from GND) forming a bridge. The two switches are controlled in complementary way. The line is driven in differential manner. One switch grounds one end, the other is driven by the diagonal current source.
The transmission follows START/STOP principle (start bit, number of data bits, stop bit...like RS232. I have used this over 1.2 km distance, but the history of telegraphy promises more.
 

Plamen

Joined Mar 29, 2015
111
So you are proposing attaching kilometers of wire to the drone? Probably not a good idea.
The communication in question is between a RP and a laptop. RP in turn is controlling the drone, supposedly using the RC coming with the drone. The proposed telegraph style communication makes sense only If the the laptop is indeed km away from the RP and there is an existing twisted pair over the distance.
 

Janis59

Joined Aug 21, 2017
1,894
Unbeatable for distance is LORA. The tiny pcb printed omni antenna gives at least 1/2 km over land, it means 3/4 km in air, the lambda/4 stick will give nearer to 3 km, but if some kind of not much element Yagi, - who knows, the hope is rather near to 10 km. Exists a modules allowing to communicate with USB port, however we are producing it for our needs ourself including there ARM core. Or use a Hack-RF1 but I am not sure there exists a ready drivers for LORA. Search it before buy. Third option is to use a LORA genuine capability to speak in RS232 terms, thus buy China dongle RS232-to-USB in ebay for 98 cents including postage.
 

Janis59

Joined Aug 21, 2017
1,894
RE""You have to send large chunks of data in one burst... It was designed to send complete web pages.."" No no, sir! :) We are using to send in one burst 5 parameters each 8 bits, what is demanding a microseconds. Then sleep. Everything works well in thousands of devices; many years 24/7. It has name a "telegrams".
 
Top