I would like to use the wireless telemetry unit in my arducopter for sending some specific sensor readings in a special format. Now with the existing code, arducopter and mission planner are connected wirelessly. I want to send some special data to a custom GCS wirelessly. All suggestions are welcome
You need to be a member of diydrones to add comments!
Replies
You can disable all MAVLink telemetry and create your own telemetry rather easily from main program. Just look GCS_MAVlink PDE files on ArduCopter code. But why not look MAVLink protocol as it's bee designed to be efficient for this type tasks?