Search found 10 matches

by gandalf33
Tue Jul 21, 2015 8:11 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

Hello quadbow,

Looking at opentx github this morning, I noticed this : https://github.com/opentx/opentx/commit ... e444506879

By the look of it, there was an issue preventing voltage to be properly read using 0x3A and 0xB, but that should be fixed in 2.1.1, I'll let you know when this is released and I have opportunity to test

G
by gandalf33
Sun Jul 19, 2015 2:57 pm
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

I've done a quick test, and so far, it looks great on the Taranis, but I won't be flying before wednesday, so we will know more then. Then next round of test will be when I receive my pre-ordered X9E :D

G
by gandalf33
Sat Jul 18, 2015 10:52 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

Well, starting with 2.1, OpenTX expect, well, nothing really, you can choose what unit you are receiving, they just need to match between the sender and the Taranis. I do not think the Taranis can convert knots to kmh easely (yes, I can write lua to do that, but I would not qualify that as easy) The...
by gandalf33
Sat Jul 18, 2015 7:42 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

Hello Quadbow I agree with you the value after point is mostly useless, but the issue was that before you where only sending 0x10 part, and that was not recognized anymore as a valid sensors, once I started sending the 0x21 part as well, then the sensors appeared. The voltage meseaure is done on the...
by gandalf33
Fri Jul 17, 2015 3:08 pm
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

Hello quadbow I'm using the opentx firmware (since that's what it was delivezred with), but yesterday, a new version has been released, 2.1.0. This version revamps completely the way the Taranis handles telemetry. In short, when you create a blank model, there is no telemetry. Once you bind it, it s...
by gandalf33
Fri Jul 17, 2015 11:56 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

Actually, that 2.1 change is so much cleaner that it makes debuging much easier ! So, in current state, altitude does NOT get transmited to Taranis, the reason being that it requires bp and ap as bellow : #define ID_Altitude_ap 0x10 #define ID_Altitude_bp 0x21 and the altitude send routine then beco...
by gandalf33
Fri Jul 17, 2015 9:34 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33213

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

OpenTX 2.1 impact on Taranis Telemetry I have updated my radio to the latest 2.1 rev of OpenTX, which had an impact on my regular (non SPORT) telemetry. I'll try to list here the impact has I discover them. The main one is that VBAT did not get recognized anymore, to fix it, I have used a different...
by gandalf33
Fri Jul 03, 2015 8:16 am
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6626

Re: Use MultiWii GPS telemetry for FrSky telemetry

Ok, progressing on the heading front (will investgate other potentially missing data) 1) heading is NOT displayed on the taranis until GPS lock is achieved. Loocking at the cleanflight frsky.c (m), the autor is mentionning this : "// Heading is only displayed on OpenTX if non-zero lat/long is a...
by gandalf33
Fri Jul 03, 2015 7:47 am
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6626

Re: Use MultiWii GPS telemetry for FrSky telemetry

Hello Quadbow, Thanks a lot for your answer. I should have mentionned that all of what I'm missing on the Taranis IS in fact available on Ez-gui (or wingui or the multiwii config tool), but obviously bluetooth range makes it inpractical for in flight use. My FC : m (baro is included, no MAG) My GPS ...
by gandalf33
Thu Jul 02, 2015 9:49 am
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6626

Re: Use MultiWii GPS telemetry for FrSky telemetry

Hello Quadbow, I have setup my multiwii 2.4 quad, using a D4R-II and a Taranis. I have installed a serial connection through a ful-1, and all that works fine. The telemetry link between the taranis and the FC is working, but I have an issue that not all values seem to be properly transfered. I'll tr...