Develop standard, re-usable inexpensive solutions for IP-enabled always-on UAVs over cellular IP networks such as GPRS, 3G, 4G etc.
Primary goal: Telemetry over low cost cellular [achieved in testing]
Secondary goal: Bi-directional GCS/Telemetry over cellular IP [achieved in testing]
Tertiary goal: High speed IP for streaming IP video over cellular 3G/4G
STATUS: Bi-directional telemetry over cellular IP (UDP or TCP) is now working. It has been flown successfully while logging live telemetry to a GCS at home, several miles away [distance is really unlimited]. Currently working on improving code, more testing and broader hardware support.
Comments
at 4.4.2) VPN - Network
(http://diydrones.com/groups/group/show?groupUrl=telemetry-over-cell...)
I always was thinking, a VPN – Network is the coolest art for ip-connections of drones. For me, in the long run a secure communication between two or more drones could be fun. It also is a possibility to hook up telemetry over 3G / telemetry over IP connection to APM Planner or QGroundControl in the case you have a Data-Sim, which is not accessible over the internet. For me VPN was always too tricky, but …
I) Drone (Android/Client) < 3G > Homerouter (Server) e.g. Fritz!Box
Homerouter (Server):
a) Check your Router if it has a VPN-Option (use manual).
b) I am running a excito linux-router, so I had to do a full setup and I have also to build certs and keys (for server and client) myself.
http://wiki.excito.org/wiki/index.php/Tutorials_and_How-tos/Connect...
> server IP: 10.8.0.1
Drone (Android/Client)
https://play.google.com/store/apps/details?id=de.blinkt.openvpn&...
(I used a cert/key configuration so I have to copy these files: Client ca.crt, client.crt, client.key to my android mobile)
> client/drone IP: 10.8.0.6
II) Drone (Client) < 3G > Homerouter (Server) < wlan > Notebook (APM Mission Planer)
a) Your Router should has a VPN-Option for open/routing the Home-Lan
> client/drone IP: 10.8.0.6
> server IP: 10.8.0.1
> Notebook (APM Planner) IP: 192.168.x.y
I am working on a simple test-setup for a telemetry over celluar IP, described in this older post:
http://diydrones.com/forum/topics/telemetry-over-3g-video-over-3g-i...
Some additional information.
at 1) Drone as server:
I am lucky, because I have a cellular data provider which offers the option for “open Internet” connection (but I have to open it myself in my provider settings”, that means I get a public IP (dynamic) and not a private one (NAT). You could ping your phone from a different network/internet, if it responds you are fine.
If not, the best way is to set up a VPN Network (vpn server on your home-router). This is a little tricky, but very save and future proof …
https://play.google.com/store/apps/details?id=de.blinkt.openvpn&...
at 4.1) Serial – Bluetooth modul: HC-06
I smoked my old one, now I got a new one. It was v1.05 with a 3,3-5V input. So I am fine (no soldering).
At 4.2) Android Mobile/Handset
Main reason for this posting. Because I went crazy. I bought a used xperia active, because it is small and waterproof. But I couldn’t set up a BT connection. No problem with my old xperia X10i. WTF.
So I learned the hard way, sony stopped to support the Bluetooth SPP profile 2011. So my nephew now has a new phone ;). Maybe a old nexus (but JB 4.2 has also some issues with spp, be aware!).
At) 4.4.1 Bluetooth SSP – android – tcp/ip connection:
So I only use “Connection Terminal” now. It is not so intuitive, but if you got used to it, you will love the simple style. I am just missing an auto REconnect feature. And you must(!) start BT/Serial before you start Connection Terminal. (I also miss a UDP server) so I had to set up a TCP server.
https://play.google.com/store/apps/details?id=app.bluetooth&fea...
christian joachim gruber
[meta]contemporary art/s
Hi, I just joined this group and I'm new to ardupilot in general. Just planning on building my first "airbot" :).
I find this GCS vis IP very interesting! Here in Finland, you can get a USB 3G stick for €10/month and the coverage is pretty good here. In my home internet connection (internet via cable TV) there even is a 3G stick included for free (I live in a small town and cable goes down every once in a while).
I have been reading all the comments now and it seems as there has been impressive progress. I couldn't, however, find any indication on the status.
Is there a beta or even production version available already? Something where I could plug in a 3G-stick and then use GCS via 3G?
@alan: USB_ModeSwitch handles the problem of switching between MicroSD/windows drivers and modem-function of the dongle(s).
Some additional notes. If you use two dongles (one in your drone and one in your ground station, there are two additional error possibilitys which could drive you crazy.
a) some providers do not allow, that your dongle/IP adress is seen from outside, so you can't run a server solution (ask provider/change provider)
b) using 2 dongles with 2 sims of the *same* provider, i could not get a connection with the my xxx.dyndns.org service. With the same setup, but different providers (dongle 1 with provider A and dongle 2 with provider B) i had no problems.
Best solution would be, adding your drone (IP homenetwork) and ground station (IP homenetwork) via a VPN in your home network ... but i 've never checked the delay-times.
Best. c.
good post c j g
It appears the Pi usb does not provide suffient current to drive a dongle which probably means using an extension cable and splitting it to take the date to the Pi and the power to the APM output or to the BEC. This would also allow the dongle to be placed in the best position for the signal.
at 3) here you can get the arm version of wvdial:
deb http://b3.update.excito.org vincent main
Best c.
... sorry, maybe somebody could re-format my post, unfortunately i made a ctrl v. thanks.
Hi,
i am very new i your topic, but i messed a lot of time with linux / GSM 3G (ubuntu, openwrt, excito) connections. I have to admit I don´t touch the source code, so … but this could help to get an IP-connection to your rasberry pi
1) I never could get a 100% stable 3G connection 24/7 running. Sometimes they lose the connections (sometimes the provider is responsible for it, sometimes the usb-dongle itself). Newer dongles are better.
2) After testing betavine, and some other tools … I went back to wvdial … easy and 99% stable
3) you need 3 files wvdial & USB_ModeSwitch & USB_ModeSwitch_data.
Important: wvdial has to be build for the Arm architecture, I don`t know, if this is done for the Raspberry Pi … if not (maybe larson ??? should contact carl at excito, who has done this for the excito bubba)
4) usb-dongle, there are a lot dongles on the market, but the often are the same. To start I would suggest a dongle which is not brand-new and
The best way is *NOT* to use SIM pin codes
6) Edit /etc/network/interfaces and add this lines:
I have a Vodafone Mobile Connect dongle which has a USB mass storage drive with the VMC Lite installer. As mentioned in an earlier post it has a Micro SD slot. Inserting a Micro SD card into a USB Drive works and both can be accessed. Unfortunately I haven’t got a Rasberry Pi at the moment so I am using a Linux emulator on my PC. In Linux mode it does recognise the dongle and appears to start loading into Linux NetworkManager unfortunately it then starts to boot into Windows and I can’t get any further. I cannot delete or rename the VMC files. If anyone has a Rasberry Pi or a Linux only machine they may like to try this. I am sure it will need a few tweaks to get it going so have a look here. https://forge.betavine.net/frs/?group_id=12 for the debian files.
Just to clarify, you can't have point-to-point communication between two 3G dongles. If you could do this, then one pair of 3G dongles could overload their respective cells and use all bandwidth available. Handled over IP shouldn't be any problem though but some operators may have stricter firewalls than others.