Hello everyone! I need to get range data from a couple of sensors (at least 4) into the Mission Planner. I was able to connect one analog sensor and get range data from the sensor accurately, but I do not think Mission Planner has the necessary…
Hi everyone! I have been using Python scripts to control my drone (IRIS+) and when I was playing with the code, I have realized that my RC transmitter is not working when Mission Planner is running my Python script. After looking into Radio…
" I have made some changes to the code, and was able to establish connection between the Mission Planner and a Virtual port. I have used a serial port monitor to see what was being passed from the serial connection.
I also added some delays to my…"
" Thank you Clifton for your help!
I think the Arduino Mega board I am using (sometimes even Uno board) does not let the Mission Planner to send data through serial connection. I will continue to dig into that to figure it out!"
Hi everyone, I am using Mission Planner for a project. I need to get the altitude data out of the Mission Planner software via serial communication. To do so, I have tried to use a python script. In my understanding from what I have read on the…
Hi everyone, I am trying to get real time sensor data mounted on my drone. I am using a Pixhawk as the flight controller and MAVLink for radio connection. I need to get the sensor data via Mavlink, process the data and feed it into another…