Eachine E010 inductrix clone data captures

More
25 Sep 2016 16:39 #54254 by Sero
Have you installed a NRF24L01 module in your TX?

A day without flying can't be called a day.

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

More
25 Sep 2016 16:57 #54255 by mr_tucsons
Replied by mr_tucsons on topic Eachine E010 inductrix clone data captures
not yet install NRF24L01 module in my devo 8. Do i have to install it?

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

More
25 Sep 2016 20:12 #54260 by Sero
No, you don't have to, if you don't want to bind your quad to the DX8... :whistle:

A day without flying can't be called a day.

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

More
25 Sep 2016 20:52 #54265 by HappyHarry
Replied by HappyHarry on topic Eachine E010 inductrix clone data captures
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

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

More
25 Sep 2016 23:19 #54271 by mr_tucsons
Replied by mr_tucsons on topic Eachine E010 inductrix clone data captures
thanks sero. so i dont have to install the module. how to bind e010 to my devo 8?? is there any detail steps? help me please..

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

More
26 Sep 2016 03:32 #54272 by Sero
Oops, I meant the Devo8, not the DX8...
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.

More
26 Sep 2016 03:58 #54273 by mr_tucsons
Replied by mr_tucsons on topic Eachine E010 inductrix clone data captures
hahaha.. ok so first thing i need to buy NRF24L01 module and install it to my devo 8. Then what is the next steps?

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

More
26 Sep 2016 03:59 #54274 by mr_tucsons
Replied by mr_tucsons on topic Eachine E010 inductrix clone data captures
i need to bind e010 to my devo 8.

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

More
26 Sep 2016 05:13 - 26 Sep 2016 05:28 #54275 by Arnold
Replied by Arnold on topic Eachine E010 inductrix clone data captures

mr_tucsons wrote: i need to bind e010 to my devo 8.

- Install a recent Nightly Build of deviation .
- 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?
Last edit: 26 Sep 2016 05:28 by Arnold.

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

More
26 Sep 2016 09:29 #54280 by goebish
Replied by goebish on topic Eachine E010 inductrix clone data captures

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.

More
26 Sep 2016 16:20 #54290 by HappyHarry
Replied by HappyHarry on topic Eachine E010 inductrix clone data captures
ah ok i though you just wanted different id's and you'd already fixed that. i'll grab the tx's and get some captures in the next couple of days

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

More
27 Sep 2016 02:18 #54312 by Toybomb
Replied by Toybomb on topic Eachine E010 inductrix clone data captures
goebish

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
Attachments:

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

More
27 Sep 2016 09:12 #54323 by goebish
Replied by goebish on topic Eachine E010 inductrix clone data captures
Thanks Toybomb, but there's not enough data in your file, I need the bind sequence to get the transmitter ID (your transmitter: 0x2436) and also some stick data to get the RF channels sequence, which is not in your capture.

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.

More
27 Sep 2016 10:38 #54329 by Toybomb
Replied by Toybomb on topic Eachine E010 inductrix clone data captures
attaching a longer capture with a bit of flying.

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.

More
27 Sep 2016 10:43 - 23 Oct 2016 02:06 #54330 by goebish
Replied by goebish on topic Eachine E010 inductrix clone data captures
Always try to host your files on an external service, forum resources are limited ;)

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 :(
Last edit: 23 Oct 2016 02:06 by goebish.

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

More
28 Sep 2016 09:38 #54359 by Toybomb
Replied by Toybomb on topic Eachine E010 inductrix clone data captures
Attaching a capture from another JJRC H36 remote.

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.

More
28 Sep 2016 09:41 #54360 by goebish
Replied by goebish on topic Eachine E010 inductrix clone data captures
Thanks, I'll update the post above.

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

More
28 Sep 2016 19:19 #54378 by Deal57
Replied by Deal57 on topic Eachine E010 inductrix clone data captures
Added a capture from my E010. This was just a bind, no other activity.

E010 - 1

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
28 Sep 2016 19:24 - 28 Sep 2016 20:07 #54379 by goebish
Replied by goebish on topic Eachine E010 inductrix clone data captures
please post .logicdata files, your csv isn't compatible with my decoder.

edit: that's fine, I made my decoder compatible with your file ;)
Last edit: 28 Sep 2016 20:07 by goebish.

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

More
29 Sep 2016 00:19 #54384 by Deal57
Replied by Deal57 on topic Eachine E010 inductrix clone data captures
Sorry I was out all afternoon. Let me know if you need anything else!

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.

Time to create page: 0.081 seconds
Powered by Kunena Forum