- Posts: 1386
HiSky release candidate for testing
- victzh
- Topic Author
- Offline
HiSky is implemented satisfactorily, but I need it tested on more models than my only Q-BOT and tested for interference. If you have 2 Devos or original HiSky transmitter, please test that they don't interfere.
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
victzh wrote: These are new dev builds, Devo7E without standard GUI.
HiSky is implemented satisfactorily, but I need it tested on more models than my only Q-BOT and tested for interference. If you have 2 Devos or original HiSky transmitter, please test that they don't interfere.
I just test with my V922 (HiSky) and my V252 (V2x2) it's binding perfectly and flew smooth ..
Please Log in or Create an account to join the conversation.
- Babay
- Offline
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
The bind behavior was expected - I tweaked frequency hopping algorithm and correspondence between TX id and internal protocol id.
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
victzh wrote: Thanks! It was accepted and should be in nightly builds.
The bind behavior was expected - I tweaked frequency hopping algorithm and correspondence between TX id and internal protocol id.
I tested also like this :
my V922 controled by your build while my V944 controled by stock TX. Working perfectly togather
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Can you replace the 64bit match with 32bit math in the hisky protocol?
The 64bit math gets optimized in funky ways depending on the compiler and is not reliably built for Devo7e.
This appears to just be for generating a unique id, in which case it shoyuld be easy to use an alternative implementation.
Also, this is not ok to be in the protocol code:
#ifndef USE_FIXED_MFGID
// Every STM32 should have 12 bytes long unique id at 0x1FFFF7E8
u8 *stm32id = (u8*) 0x1FFFF7E8;
printf("Manufacturer id: ");
for (int i = 0; i < 12; ++i) {
printf("%02X", *stm32id);
update_lfsr(*stm32id++);
}
printf("\r\n");
#endif
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
victzh wrote: @HappyHarry, nighlies should get this code by now, and as far as I understand they have Standard GUI as PhracturedBlue uses different compiler that can build it.
Do you confirm that the fixed HiSky and V2x2 protocol are now in the last nightly build ?
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.
- blackmoon
- Offline
- Posts: 402
Thank you very much for you commitment in the protocol area Victor
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
@blackmoon thanks, but all this would be impossible without much larger effort of PhracturedBlue, rbe2012, FDR, and many others.
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
thanks so much for your work on this protocol victzh
Please Log in or Create an account to join the conversation.
- victzh
- Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
HappyHarry wrote: then thanks to suvsuv and victzh for the work on the hisky protocol
Yes !!!! Great job Looking forward also SLT protocol ...
I never use it. Is it more the same than DSM2/DSMX in range performance ?
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Builds
- HiSky release candidate for testing