Deviation v5.0.0 build with latest protocols

More
07 Jan 2017 07:41 - 10 Jan 2017 18:11 #57610 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Fix "music" pause ("xx=pause in ms"), from vladislavy

(07.01.2017) Firmware DFU file only, you can get other components from official v5.0.0 release.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0



Files deleted, see below...
Last edit: 10 Jan 2017 18:11 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
10 Jan 2017 18:13 - 13 Jan 2017 05:11 #57797 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Fix ASSAN transmitter ID, from goebish

(10.01.2017) Firmware DFU file only, you can get other components from official v5.0.0 release.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0



Files deleted, see below...
Last edit: 13 Jan 2017 05:11 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
13 Jan 2017 05:12 - 19 Jan 2017 17:40 #57871 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Improve interpretation of RSSI/RxBattery telemetry (FrskyX), from hexfet

(13.01.2017) Firmware DFU file only, you can get other components from official v5.0.0 release.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0



Files deleted, see below...
Last edit: 19 Jan 2017 17:40 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
13 Jan 2017 18:46 - 13 Jan 2017 18:54 #57903 by aMax
What happened to the D8 protocol of this build. Are there any changes regarding the rssi calculation?
Well, only read about changes on X_protocol.
There is now significant difference to my DFT/FLD-02 of about plus 11 at my typical test distance & environment.
This is no good, because all my crashes happend with my Devo.

Edit:
My last used build was dated 02 Dec 2016 and there I had identical readings

Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Last edit: 13 Jan 2017 18:54 by aMax.

Please Log in or Create an account to join the conversation.

More
13 Jan 2017 19:09 #57905 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I don't change protocols, update to master branch only. You can ask at Frsky topic. Last change for frsky2way by hexfet was 2 December (Update Frsky to fix hub telemetry).

P.S. I see you already ask this question. 02 Dec 2016 21:09

Please Log in or Create an account to join the conversation.

More
13 Jan 2017 19:58 - 13 Jan 2017 20:06 #57907 by aMax
I beg your pardon, was thinking you would know more about that than a normal user who is not up to date with every change
hexfet does.on the nightlys. I do not use the nightly builds anymore. And the bug tracker does not tell anything about it.
Ok. will revert to the older one.

Edit: Yes ask this before on 02 Dec 2016, because it was the first time the readings were equal.

Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Last edit: 13 Jan 2017 20:06 by aMax.

Please Log in or Create an account to join the conversation.

More
13 Jan 2017 20:59 #57910 by hexfet
The last time the interpretation of RSSI was changed in the D8 protocol was 2015 Jun 22 (see below). The code is the same in 5.0.0 and the nightly build.

The change to D8 on Dec 2 corrected the sequence number transmitted to acknowledge receipt of telemetry packets. That shouldn't affect the RSSI seen at the receiver. Possibly Frsky lowers the RSSI reported in telemetry if it's getting sequence errors, but that seems unlikely.

commit abf225cc7bfa0b79667cbc4764214ad6576b888c
Author: Mike Meyer <mwm@mired.org>
Date:   Mon Jun 22 06:17:56 2015 -0500

    Fix the RSSI telemetry data to display DbM, not skewed percentage value

diff --git a/src/protocol/frsky2way_cc2500.c b/src/protocol/frsky2way_cc2500.c
--- a/src/protocol/frsky2way_cc2500.c
+++ b/src/protocol/frsky2way_cc2500.c
@@ -222,1 +222,1 @@
-    Telemetry.value[TELEM_FRSKY_RSSI] = (pkt[5]*10 - 310)*12987/10000; // max value 108, min value = 31
+    Telemetry.value[TELEM_FRSKY_RSSI] = pkt[5];        // Value in Db

Please Log in or Create an account to join the conversation.

More
13 Jan 2017 22:13 #57911 by aMax
Ok. thanks for the reply.
In a few weeks,hopefully, I have a new radio, a Taranis Q X7, to compare even the D16 protocol.
Then I have the chance to test the Devo against two Frsky devices. Meanwhile I stay tuned.

Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02

Please Log in or Create an account to join the conversation.

More
16 Jan 2017 15:20 #58033 by mellowvision
Replied by mellowvision on topic Deviation v5.0.0 build with latest protocols
has anyone had any luck binding a Furious Mini RX for FRSKY to their Devo running vlad's build? I updated my controller about a month ago or so... and was trying last night to bind but it wasn't binding.
Attachments:

Please Log in or Create an account to join the conversation.

More
16 Jan 2017 16:06 #58039 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Do you try to use "Freq-Fine" protocol option?

When you enter the protocol settings try freq-fine tuning, try -10, -20, -30, -40 and +10, +20 etc.... and you should be good to bind. Next find the sweet spot in the middle of the range. Increase freq-fine until the light on the receiver starts flickering slower/not smoothly anymore. Remember the value. Decrease freq-fine until it happens again. Then set it to a value in between the positive and negative values you got earlier.

Please Log in or Create an account to join the conversation.

More
16 Jan 2017 17:26 #58049 by mellowvision
Replied by mellowvision on topic Deviation v5.0.0 build with latest protocols
I tried this just now, using increments of 10 from -40 to + 40, and had no luck.

Please Log in or Create an account to join the conversation.

More
16 Jan 2017 21:28 - 16 Jan 2017 21:36 #58057 by Artus
I have a Frksy .. X4RSB - binding is ok telemetry is working with DEVO 10 and F12E

Furious Mini use protokoll "D" - it is in deviation frsky V8

DEVO10 4in1 V5.0 DEVO F12E 4in1 V5
Align TREX 100 (3) Hubsan Q4
Walkera QRW100S Walkera QRX 350 Pro (FPV)
Walkera QRX 350 PREMIUM
DIY 100 mm Micro QUAD - HGLRCF4F5PRO with INAV
Last edit: 16 Jan 2017 21:36 by Artus.

Please Log in or Create an account to join the conversation.

More
16 Jan 2017 23:02 #58059 by mellowvision
Replied by mellowvision on topic Deviation v5.0.0 build with latest protocols

Artus wrote: I have a Frksy .. X4RSB - binding is ok telemetry is working with DEVO 10 and F12E

Furious Mini use protokoll "D" - it is in deviation frsky V8



Thanks Artus. it was your comment that led to the answer... I finally got it to bind. it took several attempts for some reason but in the end it did bind. I had to use the "FRSKY" protocol option, not the FRSKY V8 or FRSKY X. Only the plain FRSKY setting will bind. I tested this on 2 RX / Piko combinations.

Please Log in or Create an account to join the conversation.

More
16 Jan 2017 23:44 #58061 by Artus
Yeah . A wrong answer - but a success :) hope next time i have a better solution ...

DEVO10 4in1 V5.0 DEVO F12E 4in1 V5
Align TREX 100 (3) Hubsan Q4
Walkera QRW100S Walkera QRX 350 Pro (FPV)
Walkera QRX 350 PREMIUM
DIY 100 mm Micro QUAD - HGLRCF4F5PRO with INAV

Please Log in or Create an account to join the conversation.

More
19 Jan 2017 07:41 - 19 Jan 2017 17:40 #58168 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I can integrate into this build "Devo 12e". Can anybody test it???

(19.01.2017) Firmware DFU file only, you can get filesystem from official Devo10 v5.0.0 release.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0



File deleted, see below...
Last edit: 19 Jan 2017 17:40 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
19 Jan 2017 17:43 - 26 Jan 2017 05:46 #58200 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Add CX10D & CX10WD formats to Q303 protocol, from goebish

Add "Devo 12e", from vladislavy

(19.01.2017) Firmware DFU file only, you can get other components from official v5.0.0 release. For Devo 12e you can use Devo 10 filesystem.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0



Files deleted, see below...
Last edit: 26 Jan 2017 05:46 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
20 Jan 2017 02:39 #58214 by Deal57
There isn't a Devo 12e in the 5.0.0 build... or can we use the parts from Devo 10? :unsure:

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!

Please Log in or Create an account to join the conversation.

More
20 Jan 2017 04:06 #58219 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
You can use Devo 10 filesystem for Devo 12e.

Please Log in or Create an account to join the conversation.

More
20 Jan 2017 06:50 - 26 Jan 2017 05:47 #58222 by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Update "Devo 7e-256", from vladislavy

"Devo 7e-256" capabilities updated to current Nightly builds state. New version of "hardware.ini" file attached to archive.

Will be nice, if anybody can test how it work.


(20.01.2017) Firmware DFU and emulator EXE files only, you can get other components from official Devo 7e v5.0.0 release.
www.deviationtx.com/downloads-new/category/398-deviation-5-0-0



Files deleted, see below...
Last edit: 26 Jan 2017 05:47 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
21 Jan 2017 22:47 - 22 Jan 2017 04:10 #58291 by Deal57

vlad_vy wrote: I can integrate into this build "Devo 12e". Can anybody test it???

(19.01.2017) Firmware DFU file only, you can get filesystem from official Devo10 v5.0.0 release.
...


Loaded this up on my Devo 12E and it looks like everything is running as expected. I have a 4-in-1 in mine, and all the protocols are visible and appear to be usable. I'll load up some models and fly some around the house tonight. First installed the DFU, then copied the Devo 10 v5.0.0 release without a hitch.

I flew a couple of small quads around the house tonight and they worked well. Channel assignments are good and I used some Ini files converted from my Devo 7e just fine. I'm still getting used to all these switches and pots, and they all responded as expected. I couldn't really tell for certain that everything is crisp, but it seems so. I'll get some outside time tomorrow.

Once again, thanks for your dedicated efforts.:woohoo:

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Last edit: 22 Jan 2017 04:10 by Deal57. Reason: Update results

Please Log in or Create an account to join the conversation.

Time to create page: 0.088 seconds
Powered by Kunena Forum