- Posts: 1386
JD 395 cx-10
- victzh
- Offline
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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 ...
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
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.
- Fernandez
- Offline
- Posts: 983
Full credits.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
(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
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- vasiliy_gr
- Offline
- Posts: 67
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;
}
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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)
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.rcgroups.com/forums/showthread.php?t=2262888
Please Log in or Create an account to join the conversation.
- vasiliy_gr
- Offline
- Posts: 67
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.
- SeByDocKy
- Offline
- Posts: 1016
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.
- Durete
- Offline
- Posts: 610
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
hmmm I might get one then
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
www.banggood.com/Eachine-H8-Mini-Headles...er-RTF-p-975808.html
@Goebish
If you want an awesome mini, buy an Attop YD-829
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
Makes sense to megoebish 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
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- vasiliy_gr
- Offline
- Posts: 67
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.
- Durete
- Offline
- Posts: 610
goebish wrote: Of course, just create a new thread in this sub-forum then post a few captures
Great!
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.
- Home
- Forum
- Development
- Protocol Development
- JD 395 cx-10