- Posts: 1386
HiSKY protocol
- victzh
-
Topic Author
- Offline
The board has 2mm gap between radio chip and MCU, so I considered many approaches to connect to it. Plain old soldering won, so I spent enormous hours today to solder to its SPI bus. Frankly, it was nightmare. But it works!
Disappointing fact (though highly simplifying reverse engineering) is that it uses frequency sweeping instead of hopping. 20 consecutive odd frequency channels. For binding it uses fixed channel - 15.
Stand by for updates, still working on it.
Please Log in or Create an account to join the conversation.
- blackmoon
-
- Offline
- Posts: 402
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.
- dc59
-
- Offline
- Posts: 799
victzh wrote: I recently bought Q-Bot micro (Turnigy re-badge of HiSKY FF120). It uses new protocol which is also used in WLToys V922 (FBL100) and some other helis. It is different, because it uses Si24R1 - nRF24L01-compatible chip instead of nRF24LE1, which handles protocol inside the chip.
The board has 2mm gap between radio chip and MCU, so I considered many approaches to connect to it. Plain old soldering won, so I spent enormous hours today to solder to its SPI bus. Frankly, it was nightmare. But it works!
Disappointing fact (though highly simplifying reverse engineering) is that it uses frequency sweeping instead of hopping. 20 consecutive odd frequency channels. For binding it uses fixed channel - 15.
Stand by for updates, still working on it.
Hi Victzh,
Thanks for your hard working on it and looking forward for new updates!
Please Log in or Create an account to join the conversation.
- blackmoon
-
- Offline
- Posts: 402
I really don't need to much range, I fly my micros at maximum 20-30 m.
I can't see them after that so it doesn't matter, I already use it in a solopro module and the range is more than adequate.
The thing that bothers me much is the integrated connector, but I have this one and won't be buying another one

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.
- Daryoon
-
- Offline
- Posts: 260
Any insight to what's left to do? Not pushing you. Just wondering if any behind the scene details to share on the HiSky protocol front.
Thanks!
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.
- PhracturedBlue
-
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
Please Log in or Create an account to join the conversation.
- GLaDOS
-
- Offline
- Posts: 1
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.
- blackmoon
-
- Offline
- Posts: 402
I have to open my devo7E to install the skyartec module, I'll put a switch to use also the nRF24 as I already have the 7105 installed.
I just hope there is enough space for three modules.
Maybe Daryoon will give you feedback before as he has the nRF module already installed.
Thank you.
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
Mind you - I did not try it, I just got the code and compiled it.
Please Log in or Create an account to join the conversation.
- blackmoon
-
- Offline
- Posts: 402
I'm incline to just add the nRF module and install the skyartec on my devo10...
Please Log in or Create an account to join the conversation.
- SeByDocKy
-
- Offline
- Posts: 1016
victzh wrote: I merged sunvsuv's changes for HiSKY (FBL100) protocol in the PhracturedBlue's trunk and it compiles OK for Devo7E. If you'd like to try it I can publish my build here.
Please yes !!!! share with us this build ... I am looking for it

Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
Mind you, it's not my code, I just grabbed it from public repo, patched the trunk with HiSky protocol, and compiled for Devo7E (and for my Devo10).
I just tried it on my Q-BOT micro - it binds and works! I did not try to fly it - the board is not in the flying state, tied to breadboard with soldered logic analyzer probe to it, but it seems to respond correctly.
Please Log in or Create an account to join the conversation.
- SeByDocKy
-
- Offline
- Posts: 1016
victzh wrote: @SeByDocKy, look at my previous post here - it has Devo7E attached to it.
Mind you, it's not my code, I just grabbed it from public repo, patched the trunk with HiSky protocol, and compiled for Devo7E (and for my Devo10).
I just tried it on my Q-BOT micro - it binds and works! I did not try to fly it - the board is not in the flying state, tied to breadboard with soldered logic analyzer probe to it, but it seems to respond correctly.
Hi,
I just tested and my V922 is binding !!!!

Now I have to find a profil for the V922/FBL100 coz with the one associated with the HT8, the main motor is spinning directly.
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.
-
Home
-
Forum
-
Development
-
Protocol Development
- HiSKY protocol