- Posts: 106
Eachine E010 inductrix clone data captures
- Sero
- Offline
- RC-addicted
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- mr_tucsons
- Offline
- Posts: 6
Please Log in or Create an account to join the conversation.
- Sero
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- HappyHarry
- Topic Author
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- mr_tucsons
- Offline
- Posts: 6
Please Log in or Create an account to join the conversation.
- Sero
- Offline
- RC-addicted
- Posts: 106
Of course you need the install the module, I'm not asking without a reason...
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- mr_tucsons
- Offline
- Posts: 6
Please Log in or Create an account to join the conversation.
- mr_tucsons
- Offline
- Posts: 6
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
- Install a recent Nightly Build of deviation .mr_tucsons wrote: i need to bind e010 to my devo 8.
- Install an NRF module in your Devo8 and get it working properly.
- Configure an .ini file for the E010. Download one someone else has created to guide your learning. You can create it on the controller or using a text editor on your computer. Either way, it has to exist on your Devo8 in the "Models" folder.
- Connect the battery to your E010.
- Turn on your Devo8 and load the E010 configuration file. The E010 and Devo8 should bind.
Nice job!
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
HappyHarry wrote: goebish i don't suppose you still want/need extra tx captures for their id's any more? as my rc club friends are starting to have their e010's arrive but if you don't need them i wont bother capturing them
I still want them
The protocol is still not thoroughly understood and it's using only 1 set of radio channels for now.
Please Log in or Create an account to join the conversation.
- HappyHarry
- Topic Author
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- Toybomb
- Offline
- Posts: 13
just did a dump for my JJRC H36 (uses the same protocol as E010)
let me know if there are specific actions you want me to log
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
The aim of the game is to find the relationship between the tx id and RF channels used to transmit data.
Please Log in or Create an account to join the conversation.
- Toybomb
- Offline
- Posts: 13
I notice it hops between channels 0x32, 0x3E, 0x42, 0x4E
Uploaded on mega cos it wont fit as forum attachment
https://mega.nz/#!vdJTkbjB!Jrg7p1AOlXP8FBoOBBE1LM9oMf8AWeSUQgC566A0qj8
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Ok thanks, so here's the data we have for now:
TX ID RF Channels
----- -----------
#1 4F 1C 3A 35 4A 45
#2 90 1C 2E 36 3E 46 (same as bind channels !)
#3 24 36 32 3E 42 4E
#4 7A 40 2E 3C 3E 4C
#5 61 31 2F 3B 3F 4B
#6 5D 37 33 3B 43 4B
#7 FD 4F 33 3B 43 4B --> #6 & #7 are using the same channels
#8 86 3C 34 3E 44 4E
"base" channels, used for bind:
2E 36 3E 46
Observations so far:
channel[0] = 0x2e + ( txid[0] % 8 ); // almost works, except with #1 & #4
channel[1] = ???
channel[2] = channel[0] + 0x10;
channel[3] = channel[1] + 0x10;
That's a pity that the MCU+RF are in the same chip in the RX, that prevents me to tap on the RX to generate arbitrary tx id / rf channels tables
Please Log in or Create an account to join the conversation.
- Toybomb
- Offline
- Posts: 13
txid 7a 40
fly channels 4C 2E 3C 3E
bind channels 2E 36 3E 46
https://mega.nz/#!rdhDjD7Z!WJqwh4OETW66uVovgdp-aii8tNFehtFhLwy-Lwz_ahM
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.
- Deal57
- Offline
- Posts: 857
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
edit: that's fine, I made my decoder compatible with your file
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
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.
- Home
- Forum
- Development
- Protocol Development
- Eachine E010 inductrix clone data captures