vizual54 / APM-Mavlink-to-FrSky

APM Mavlink to FrSky telemetry
http://vizual54.github.io/APM-Mavlink-to-FrSky/
GNU General Public License v2.0
27 stars 27 forks source link

frsky telemerty now supported by Arducopter #6

Open Benoit3535 opened 10 years ago

Benoit3535 commented 10 years ago

Reading the arducopter source code, the frsky telemetry is now supported on Serial port 2. (Availaible from version 3.1 -to be checked) See file config.h and parameters.pde

vizual54 commented 10 years ago

Yeah I know, didn't know it was merged to master though. I haven't been following this very closely since I'm working on other projects now that occupies all of my spare time.

Br Nils On Sep 23, 2014 11:25 AM, "Benoit3535" notifications@github.com wrote:

Reading the arducopter source code, the frsky telemetry is now supported on Serial port 2. (Availaible from version 3.1 -to be checked) See file config.h and parameters.pde

— Reply to this email directly or view it on GitHub https://github.com/vizual54/APM-Mavlink-to-FrSky/issues/6.

mr-sneezy commented 9 years ago

Is that support just with Pixhawk on serial2, or with APM 2.5 as well (I suspect not) ? Martin

Benoit3535 commented 9 years ago

on Pixhawk on serial2 with the official release, on APM you need to activate the feature modifying the firmware and recompiling it. As APM is not as powerfull as Pixhawk you'd better disable some unused features (to save some CPU load) and use it carefully...

mr-sneezy commented 9 years ago

Ah, CPU load, the reason to stick with the Arduino Mini or Teensy solutions on APM 2.5 then...