Recent content by 3druser

  1. 3

    [C] - Read GPS Coordinates on 3DR Solo from GPS sensor

    Dear just_bruce, thank you for your hints. Basically, I need to create a custom mavlink message and I need to fill it with the GPS coordinates retrieved from the GPS sensor. I tried to read the UART in C but it is a mess (the content that I see on the terminal is not printed correctly, probably...
  2. 3

    [C] - Read GPS Coordinates on 3DR Solo from GPS sensor

    Hello everyone, I am a C programmer and I need to write a C program that will be executed on the 3DR Solo (directly on the drone, i.e. upload the object file and execute on it) that reads the GPS coordinates (Latitude, Longitude) and Altitude from the GPS sensor mounted on board the drone. I am...
  3. 3

    Play tune (sound)

    Is it possible to reproduce a tune (sound) (e.g. by using Mission Planner/APM Planner) with the drone when it reaches a GPS point? Do you have any idea on how to do that?
  4. 3

    Log GPS Data

    Dear all, do you know a fast method to log the GPS data on the 3DR-Solo? I need to extract the GPS coordinates after the flight. All the suggestions are appreciated.
  5. 3

    Transmit custom UDP packets over WiFi

    From the IMX-6 board, but probably I solved with the RAW socket(s). And apropos of this did you try to access the real-time GPS data without using python (e.g. by using C)?
  6. 3

    C Programming Language

    Dear all, is it possible to program a script in C language, compile it for the Solo Drone and execute it on the drone itself? Is there a procedure for the compiling? Thank you for your support.
  7. 3

    Transmit custom UDP packets over WiFi

    Is it possible to transmit packets over WiFi by using my Solo Copter? For example, do you know if there the possibility to broadcast generic UDP packets with my own data?
  8. 3

    3DR Packages

    I understood but do you know where can I find that packets for my 3DR?
  9. 3

    3DR Packages

    Dear all, I cannot connect the 3DR solo to internet because I'm having a lot of problems to do that on Windows 10. Basically, I need to install the following packages on my 3DR Solo: python-dev libgmp3-dev Can you help me to find these packets and to install them on my drone? Thank you for...
  10. 3

    TX Power Adapting

    Dear all, may I ask you if someone of you knows if the drone adapts/change its power transmission in function of the distance by the controller (e.g. by measuring the SNR ratio)? Or the TX power is always constant?