Hi all,
I just bought an FrSky Taranis for my quad copter and needed to get the Mavlink data up on the Taranis LCD telemetry display. So here is my solution using a Teensy3.1 as a converter between MavLink and the S.Port on FrSky X8R.
See attached file below...
Replies
https://www.sparkfun.com/products/12646
Hope it helps
Still no data received... the Pro Mini does not blink either...
kick the pro mini and use an teensy3.1. :). there are many pros for this.
/g
wolke
hi guys, i need help to obtain gps data from the APM telemetry port. i tried using the code/program for arduino, the gps fix type keeps showing me the value of 1 instead of 3. i have used these codes as well but it did not work.
mavlink_msg_request_data_stream_pack(0xFF,0xBE,&msg,1,1,MAV_DATA_STREAM_EXTENDED_STATUS, MSG_RATE, START);
len = mavlink_msg_to_send_buffer(buf, &msg);
_MavLinkSerial.write(buf,len);
delay(10);
mavlink_msg_request_data_stream_pack(0xFF,0xBE,&msg,1,1,MAV_DATA_STREAM_EXTRA2, MSG_RATE, START);
len = mavlink_msg_to_send_buffer(buf, &msg);
_MavLinkSerial.write(buf,len);
delay(10);
mavlink_msg_request_data_stream_pack(0xFF,0xBE,&msg,1,1,MAV_DATA_STREAM_RAW_SENSORS, MSG_RATE, START);
len = mavlink_msg_to_send_buffer(buf, &msg);
_MavLinkSerial.write(buf,len);
Arduino pro mini arrived earlier than the teensy which I ordered.. Can somebody guide me? This is a 5V/16Mhz variant.
Hope you can guide me on setting this up with the x8r and pixhawk.
can i use and 3dr telemetry and frsky telemetry at the same board ??..
Not sure if I understand the question... You can piggyback the tensy with a frysky sensor - just make sure you use the appropriate firmware.