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.

281 Members
Join Us!

You need to be a member of diydrones to add comments!

Join diydrones

Comments are closed.

Comments

  • Hi

    Im manually run these AT commands:

    AT+CGATT?   //attached to GPRS ?
    AT+IPR=57600
    AT+IFC=2,2   //"it's better to use hardware flow control"
    AT+CIPMODE=1  //Enable transparent mode
    AT+CSTT="internet.public"  //set APN
    AT+CIICR   //open GPRS
    AT+CIFSR      // Get local IP address
    AT+CIPSERVER=1,1234//Start the TCP server, listening port:1234

     

    Be sure your APN is correct. i had to use internet.public for my purpose.

    I also get external IP from my cell vendor wich meens im not behind any firewall  :)

    After i write all AT commands i swop the TX RX connections from my computer to the APM2.5 UART0 ( See pic bellow in Red section)

    I then start my MP and choose TCP. 

     

    My GCS is my computer with regular broadband internet and Mission Planner.

     

    Im trying to write the Adrucopter software for auto startup and hopefully im able to set the parameters( IP, Serial, Port) from my Mission Planner without changing my code.

     

    Im using :

    APM 2.5 with orginal 2.9.1 software.

    SIM900

    Mission Planner

     

    Ludvig

     

     

  • Hi

    Finally i got this working with TCP protocoll. ;) ;)

    The latency is under 500ms, ;) im impressed how great this work.

    I will try UDP later and compare the transfer speed.

    My next step will be to implement the AT commands into the Arducopter 2.9.1 software for auto configuration of sim900 modul.

    Any suggestions for how and where to put the code?

    Ludvig

  • Hi Gents..

    Im newbie in this section so please be gentle to me...  ;)

    Have been testing the SIM900 for a while with AT commands on Adruino Mega board and works perfect.

    So i decided to test this SIM900 on my Arducopter.

    I have an APM 2,5 and SIM 900. I have connected SIM900 TX RX to the UART0 pins. (see picture RED )

    3692611906?profile=original

     

    I downloaded andreas-apm2-wip code and installed to the board.

     

    From this point i need some help. ;)

    Can someone please clearify some questions for me.

    - The andreas-apm2-wip code is based on 2.6 version. If i want to use latest software e.g 2,9 , how to accomplish that?

    - If i want to use home internet and not USB dongle GSM for my mission planner, how to set up the mission planner? I can only set COM port and speed???

    - I cant find any place in the code to change the MDM parameters.? where?

    MDM_IP1 192.000000  - First byte of IP address
    MDM_IP2 168.000000 - Second byte of IP address
    MDM_IP3 0.000000
    MDM_IP4 161.000000 - Fourth byte...

     

    Thx in advice.

     

    Ludvig

     

  • Hi Toby,

    Yes I agree support has gone to the dogs since they moved it off-shore. Ah well that's modern business. %$##@#E it.

  • Sounds like TPG will be no good for you then. I bet they do have a public APN, just a case of finding someone who can give you the info.

  • Hi Toby,

    No the apn is simply TPG and according to the company that is the only apn they have.

  • Harrison,

    Well, the various rules and laws I think are a topic for another thread.

    I just would like to see a step by step plan on doing something that someone did that was a success. Then others like myself can start experimenting. :)

    Right now I don't even know what can be done realistically or how to do it, much less what rule or law I'm breaking .... make sense?   

    Rick

  • Yes, Harrison that looks really cool....  

    I just don't want to start buying things till I see what other folks are doing.

    If someone could post a step by step process they have done successfully, we may discover this would be the best way to go. Or maybe someone else has already tried that and has a better way.

  • Is there someone who could write up a little "how to" to get started in this - 

    If someone has something up and running - could they post a guideline for a newbie to get started experimenting.

    Thanks,

    Rick

  • Greg ,ry....

    Internet
    Yesinternet
    Or
    Connect

    As your apn settings
This reply was deleted.

need help understanding if we can rin it on a 2560 multiwii?

hi guys might have a project that require telemetry especially tracking and logging . how do I get about setting up an multiwii 2560 drone to communicate to GSM module and what would be on the server side if it uses 3G 4G systems im looking for people to collabthe idea is to run it off a web browser and serversuggested links pertaining to hardwares and codes on both aircraft side and server side would be helpfulthanks

Read more…
2 Replies

Telemetry via LTE, Controlling your infrastructure.

Hey guys, I'm brand new to this forum, but far from brand new to the sUAS industry.  I've been a engineer and developer in this arena since about 2012.  I wanted to hop into this discussion to get some insight and exposure for some of the stuff I've been working on.  I'm the Chief Innovations Officer at Fenix Group Solutions out here in D.C.  I wanted to expose you guys (hopefully reaching the developer community) to VCore.  VCore is a fully virtualized 4G LTE core network in the form factor of…

Read more…
3 Replies

WiFi Drone Disabler - Security Matters

Hey guys,I came across an article about making a Drone WiFi disabler on Make that I thought was cool. Then I realized that this could be a future problem for some people. In short, make sure that you are setting up encryption especially if running SoftAp.This hack basically makes use of the fact that some manufacturers don't set the encryption by default when first launched out of the box. This is just a heads up to everyone so you aren't a future…

Read more…
0 Replies