JD 395 cx-10

More
25 May 2015 16:38 #32967 by victzh
Replied by victzh on topic JD 395 cx-10
No, definitely I don't mind. I sat staring at the signals all my free time for 2 weeks and was very glad when after innumerous tries it finally started breathing. But it can be tiresome and I'm glad that you took part in finishing it up.

There are still puzzles, may be more of theoretical value. I don't believe that the XOR sequence and these XOROUT constants are stored somewhere in the chip. I think they are byproduct of some calculation, may be of CRC itself.

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

More
26 May 2015 04:50 - 26 May 2015 05:44 #32993 by goebish
Replied by goebish on topic JD 395 cx-10
I can't upload test builds right now, but if someone wants to test, here's some source code:
bitbucket.org/goebish/deviationtx/branch/CX10A
There's a "Format" protocol option for CX10 now, default is Green, select Blue-A for blue board, CX-10A, CX-11 ...
Last edit: 26 May 2015 05:44 by goebish.

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

More
26 May 2015 05:51 #32994 by SeByDocKy
Replied by SeByDocKy on topic JD 395 cx-10

goebish wrote: I can't upload test builds right now, but if someone wants to test, here's some source code:
bitbucket.org/goebish/deviationtx/branch/CX10A
There's a "Format" protocol option for CX10 now, default is Green, select Blue-A for blue board, CX-10A, CX-11 ...



Amazing work .... chapeau bas ....

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

More
26 May 2015 10:44 #32998 by Fernandez
Replied by Fernandez on topic JD 395 cx-10
It must give a serious kick, when trying and see it works!
Full credits.

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

More
26 May 2015 11:06 - 29 May 2015 01:57 #32999 by goebish
Replied by goebish on topic JD 395 cx-10
Test builds:
www.deviationtx.com/downloads-new/catego...-10a-blue-board-cx11
(don't forget to set a switch for rate, channel 5, because it defaults to low)

edit: updated:
www.deviationtx.com/downloads-new/catego...-10a-blue-board-cx11
Last edit: 29 May 2015 01:57 by goebish.

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

More
26 May 2015 15:20 - 26 May 2015 15:25 #33001 by goebish
Replied by goebish on topic JD 395 cx-10
@SeByDocKy, next on the list is EAchine H7, closedsink has figured out a good part of the protocol already, but we need captures from at least one more stock TX to move forward ;)
Last edit: 26 May 2015 15:25 by goebish.

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

More
26 May 2015 15:44 #33003 by vasiliy_gr
Replied by vasiliy_gr on topic JD 395 cx-10

goebish wrote: Test builds:
www.deviationtx.com/downloads-new/catego...-10a-blue-board-cx11
(don't forget to set a switch for rate, channel 5, because it defaults to low)


I am going to test it right now... But I have a question on ch5. As far as I see in code:
    if (Channels[CHANNEL5] > 0) {
        if (Channels[CHANNEL5] < CHAN_MAX_VALUE / 2)
          *flags |= 1;
        else
          *flags |= 2;
    }
- there can be three real values for low two bits: 00,01,10. And reflecting ch5 values are "zero or below", "positive but below smth" and "above smth". Where smth - some constant to calculate (may be 50?)

May be it is simplier to have virtual ch5 mapping as "below zero", "zero" and "above zero"? Or smth with borders about plus/minus 33 or 34.

I am interested in this specially as I will test on cx-10a which has upper rate to be headless mode on stock transmitter.

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

More
26 May 2015 15:49 - 26 May 2015 15:57 #33004 by goebish
Replied by goebish on topic JD 395 cx-10
That's not my code but that's how I interpret it:

chan5 < 0 then flag= 0 (low rate)
chan5 >=0 && <50% then flag = 1 (mid rate, or high rate on cx10a)
chan5 >= 50% then flag = 2 (high rate, or headless on cx10a)
Last edit: 26 May 2015 15:57 by goebish.

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

More
26 May 2015 15:50 #33005 by SeByDocKy
Replied by SeByDocKy on topic JD 395 cx-10

goebish wrote: @SeByDocKy, next on the list is EAchine H7, closedsink has figured out a good part of the protocol already, but we need captures from at least one more stock TX to move forward ;)


You mean Eachaine H8 "mini" ?

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

More
26 May 2015 15:53 #33006 by goebish
Replied by goebish on topic JD 395 cx-10

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

More
26 May 2015 16:09 #33007 by vasiliy_gr
Replied by vasiliy_gr on topic JD 395 cx-10
H-m-m... Suddenly... While my cx-10a was found completely discharged, I tried those new protocols with all the 5 quads I have uncompatible with devo.

The first result: DM007 suddenly flyed away from me as response to CX10-Green reinit and throttle check. :)

That's really greate as DM007 for me is much more interesting than cheersons 10/11. I will continue testing with it.

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

More
26 May 2015 16:23 #33008 by SeByDocKy
Replied by SeByDocKy on topic JD 395 cx-10

goebish wrote: I mean this one:
www.rcgroups.com/forums/showthread.php?t=2262888


I see :) .... Ok This eachine and the H8 also using a XN297 ....

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

More
26 May 2015 16:29 #33009 by Durete
Replied by Durete on topic JD 395 cx-10

SeByDocKy wrote:

goebish wrote: I mean this one:
www.rcgroups.com/forums/showthread.php?t=2262888


I see :) .... Ok This eachine and the H8 also using a XN297 ....


The Eachine H8 is a very interesting machine to be Deviated, because his protocol is the same as BayangToys Quadcopters.
The BayangToys X6,X7 and X9 are awesome flyers :)

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

More
26 May 2015 16:31 #33010 by goebish
Replied by goebish on topic JD 395 cx-10
Cool, I don't know why but I though the H8 used a nrf24l01 and was already deviated ...
hmmm I might get one then :p

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

More
26 May 2015 16:40 #33011 by Durete
Replied by Durete on topic JD 395 cx-10
We are talking about the new Eachine H8 mini (also called JJRC H8 mini in other sites):
www.banggood.com/Eachine-H8-Mini-Headles...er-RTF-p-975808.html

@Goebish
If you want an awesome mini, buy an Attop YD-829 :P

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

More
26 May 2015 16:46 - 26 May 2015 16:58 #33012 by goebish
Replied by goebish on topic JD 395 cx-10
Ok H8 is not the same than H8 mini, that's where I got confused.
I won't get an Attop YD-829 because it's almost working with Deviation already (just need a capture to understand and fix a few things).
I'm only interested in "toy grade" models that have not been deviated already.
Hacking them is where I get the fun, I prefer 250-450 sized fpv multi when it comes to flying :)
Last edit: 26 May 2015 16:58 by goebish.

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

More
26 May 2015 16:58 #33014 by Durete
Replied by Durete on topic JD 395 cx-10

goebish wrote: Ok H8 is not the same than H8 mini, that's where I got confused.
I won't get an Attop YD-829 because it's almost working with Deviation already (just need a capture to understand and fix a few things).
I'm only interested in models that have not been deviated already.
Hacking them is where I get the fun, I prefer 250-450 sized fpv multi when it comes to flying :)

Makes sense to me :)
BTW, if you want more challenges, I can capture SPI traces for HonTai Quadcopters using XN297 (HT F801, F802, F803 and his variants with camera or Wi-Fi FPV). They are awesome flyers also and no deviated :)

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

More
26 May 2015 17:01 #33015 by goebish
Replied by goebish on topic JD 395 cx-10
Of course, just create a new thread in this sub-forum then post a few captures :)

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

More
26 May 2015 17:04 #33016 by vasiliy_gr
Replied by vasiliy_gr on topic JD 395 cx-10
Comrades, here is my report on DM007.

It works with CX10-Green protocol. AIL channel should be inverted. Flips - ok (ch6 value should be changed momently not permanently). His original TX has two rates: L and H. They corresponde to two lower rates on ch5 (I used 0 and 33). The highest rate (100 on ch5) - is unavailable on stock TX. It is awesome. :) Flyes really greate. Much better than with stock TX.

What is unresolved? Camera - photo and video. And headless mode. If I am not mistaken - there are no channels above ch6 now, aren't there?..

Anyway... I had a very-very complicated day today... And these are the first entirely good news for me today. So it's time to drink beer za zdorovie of all deviation developers and all the community. :)

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

More
26 May 2015 17:05 #33017 by Durete
Replied by Durete on topic JD 395 cx-10

goebish wrote: Of course, just create a new thread in this sub-forum then post a few captures :)


Great! :silly:
I will capture ASAP. I know a lot of people will be happy specially for the HT F801. It's a great Sport flyer :)

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

Time to create page: 0.089 seconds
Powered by Kunena Forum