- Posts: 610
JD 395 cx-10
- Durete
- Offline
Tested with CX-10 Green board and JXD 395. Both works perfect, not any glitch or lost packet, simply perfect!
BTW, I tested also rates and flip mode and both works perfect.
Congrats Victzh, this is great!!!
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
I'll try to implement the Eachine 3D X4 protocol ( bit.ly/1DXAWda ) as it is a one way protocol
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
With Victzh's fantastic work, we can implement a lot of new interesting protocols.
Please Log in or Create an account to join the conversation.
- Neilyboy
- Offline
- Posts: 13
Excellent work !
Neil
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Same question for polynomial, initial and xorout.
edit: forget this post, I tried and it works
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
I am trying to document it, may be a list of my mistakes can be useful for somebody
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
I just used your xn297 emulation layer to write some code to bind the EAchine X4 3D and it works !!!
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Also, the situation with checksums is not very clear. It seems to be working, but some packets can mismatch it - I never explored it in depth. I've seen radio traces that does not match this checksum algorithm - they may be artifacts of decoding, or may be real.
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.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
www.dropbox.com/s/v7xq8d6pywl1nmd/JXD395.rar?dl=0
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Seems only packet[1] and packet[2] has something to do with frequencies sequence,
TXID: E3 04 xx xx -> rf channels: 06 24 31 40 (cx-10 green pcb)
TXID: 0B 06 xx xx -> rf channels: 0E 16 33 40 (cx-10 green pcb)
TXID: FF 08 xx xx -> rf channels: 12 25 35 40 (cx-10 green pcb)
TXID: 87 10 xx xx -> rf channels: 0A 1E 2D 41 (don't remember)
TXID: 79 05 xx xx -> rf channels: 0C 1D 32 40 (JD 395)
TXID: EF 07 xx xx -> rf channels: 12 24 34 40 (cx-10 blue pcb, not exactly the same protocol but txid / channels seems to follow a similar pattern)
rf channel 1 = (packet[1] & 0x0F) + 0x03
rf channel 2 = (packet[1] >> 4) + 0x16
rf channel 3 = (packet[2] & 0x0F) + 0x2D
rf channel 4 = (packet[2] >> 4) + 0x40
we may have to make captures on the RX side with more TXIDs on TX side.
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
(pas de bras, pas de chocolat )
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
Please Log in or Create an account to join the conversation.
- Durete
- Offline
- Posts: 610
www.dropbox.com/s/8xclcd675x4msxe/CX-10%20Green2.rar?dl=0
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.
- Durete
- Offline
- Posts: 610
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- JD 395 cx-10