- Posts: 2631
What about Assan?
- goebish
- Offline
- I Void Warranties
www.deviationtx.com/downloads-new/catego...e-v5-0-0-f395b75-zip
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.
- TF824
- Offline
- Posts: 36
So should I try this one for my Devo7E ? (added NRF24L01 and CC2500 modules also added Two 3 position SW).
The most recent one is
www.deviationtx.com/downloads-new/catego...e-v5-0-0-f395b75-zip
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.
- TF824
- Offline
- Posts: 36
deviation-devo7e-256-v5.0.0-f395b75
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.
- TF824
- Offline
- Posts: 36
Now understood what MODS means,, You guys Mods is that deep,,,
Anyway I will flash it today and try bind all of my ASSAN RX's laying around.
I will let you know result.
Please Log in or Create an account to join the conversation.
- TF824
- Offline
- Posts: 36
Succeeded half way,,,, Tested all of my 12 ASSAN RX's.
I have 4 different kinds of ASSAN RX's
1, X8R6 Black color ---- Worked perfect !!! but problem is I have only 1 this type receiver,,,,
2, X8R4H White color ----All 3 worked perfect !!!
3, X8R6 White color ---- All 4 after binding, RX showing slow RED blinking,,,,No success,,
4, X8R7 White color ---- All 4 after binding RX showing solid Green but none of channels moves servos,, No success,,,
Any idea why this thing happen??
Please Log in or Create an account to join the conversation.
- planger
- Offline
for(u8 i=0;i<4;i++)
{
u8 temp=lfsr & 0xff;
packet[i+20]=temp;
packet[i+24]=temp+1;
freq+=temp;
}
for(u8 i=0;i<ASSAN_ADDRESS_LENGTH;i++)
{
u8 temp=lfsr & 0xff;
lfsr>>=8;
packet[i+20]=temp;
packet[i+24]=temp+1;
freq+=temp;
}
And this part:
for(u8 ch=0;ch<10;ch++)
{
temp=((s32)Channels[ch] * 0x1f1 / CHAN_MAX_VALUE + 0x5d9)<<3;
packet[2*ch]=temp>>8;
packet[2*ch+1]=temp;
}
for(u8 ch=0;ch<8;ch++)
{
temp=((s32)Channels[ch] * 0x1f1 / CHAN_MAX_VALUE + 0x5d9)<<3;
packet[2*ch]=temp>>8;
packet[2*ch+1]=temp;
}
for(u8 i=0;i<ASSAN_ADDRESS_LENGTH;i++)
packet[16+i]=packet[23-i];
TF824: I'm the dev behind the Assan reverse engineering. I only had at the time to work with one Assan TX module and one X8R6M which looks different from your X8R6 with no batt connector.
If the above corrections do not help, would you be ok to send me one of your RX (X8R6 or X8R7) in France so I can troubleshoot?
Pascal
Please Log in or Create an account to join the conversation.
- TF824
- Offline
- Posts: 36
Thanks for reply!
Code you sent, is that possible to me to change? If so, how should I do it?
I tried to open deviation-devo7e-v5.0.0-f395b75 DFU file, but don't even know what program I should use ,,,,
I'm more than happy to send both of my X8R6 and X8R7 to you. I just have to find best way to mail from Japan.
Ty
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.dropbox.com/s/4oeuj4d33bkaa5c/deviat...0.0-f014502.zip?dl=0
patch
Please Log in or Create an account to join the conversation.
- TF824
- Offline
- Posts: 36
Let me try this before sending RX's to France.
Ty
Please Log in or Create an account to join the conversation.
- TF824
- Offline
- Posts: 36
All 12 RX's bound and all channels servos moved perfectly !!!
I think this is complete version of ASSAN protocol.
I really appreciate to gebish and pascal.
Now I start using these RX's for lots of project.
Thanks again!!!
Ty
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Made a pull request, the fix should be included into the nightly builds soon.
github.com/DeviationTX/deviation/pull/96
Please Log in or Create an account to join the conversation.
- TF824
- Offline
- Posts: 36
Thanks.
Only one issue I found is It's showing message `` Missing Modules CC2500,,,`` when I turn on Devo7E.
It's showing only when I leave TX off for about 12~13 seconds. .
When this message showing I push ENT then massage will be gone, but doesn't bind with S-FHSS.
If I turn off and turn on again within 12 seconds, then message gone and binds fine with S-FHSS.
I didn't change my hardware.ini when I flash f014502. Any idea why?
Thanks again.
Ty
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.dropbox.com/s/8oq0g1577cccwzg/deviat...aba48_delay.zip?dl=1
Please Log in or Create an account to join the conversation.
- planger
- Offline
Pascal
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.
- TF824
- Offline
- Posts: 36
Still showing same message,,,
It was not showing before flash today (Was official deviation 5.0.0) and voltage is 5.3V now,,,
I still can bind S-FHSS once I turn OFF and ON quickly as I wrote.
If you find fix, please let me know.
Thanks.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- What about Assan?