Star Trek Air Hogs

More
28 Oct 2018 17:45 #71495 by planger
Star Trek Air Hogs was created by planger
Hi Guys,
One of my friend has purchased an Air Hogs Star Trek. He asked me to look at the remote.
All chips are under epoxy so no way to know what they are.
The SPI bus is accessible so I've made a couple of dumps. Here is a power up with RX on: drive.google.com/file/d/1nTalIYr6mgkvVaB...xOY/view?usp=sharing
The registers used while transmitting/receiving look compatible with the nrf24l01 but some of the registers used during init are not. They do not match either xn297 or xn297l datasheets.
I've tried to listen with the nrf on the TX address without luck, same if I use the XN297 and XN297L preambules...
If you have any ideas please shoot.
Thanks, Pascal

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

More
29 Oct 2018 02:03 #71497 by hexfet
Replied by hexfet on topic Star Trek Air Hogs
Haven't seen that before. The nRF24L01 datasheet includes the note "Addresses 18 to 1B are reserved for test purposes, altering them will make the chip malfunction.", though the capture shows writes to 1F also. Maybe try the nRF24L01 with those register accesses left in? I've not seen a real nRF under epoxy though.

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

More
30 Oct 2018 19:24 - 31 Oct 2018 15:49 #71506 by planger
Replied by planger on topic Star Trek Air Hogs
I've made some progress.
Despite what's being written in the registers the speed is 250k and the 5 bytes address is sent in clear text. I'm able to receive the packets using the nrf24l01.
But the payload has an overlay. So far we've seen xor being applied so I'll try the same approach and see if it does work over multiple different packets.
Pascal
Last edit: 31 Oct 2018 15:49 by planger.

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

More
30 Oct 2018 20:05 #71508 by planger
Replied by planger on topic Star Trek Air Hogs
Here is the xor out table for the 14 bytes being transmitted: 0x80, 0x44, 0x64, 0x75, 0x6C, 0x71, 0x2A, 0x36, 0x7C, 0xF1, 0x6E, 0x52, 0x09, 0x9D .

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

More
31 Oct 2018 15:48 - 02 Nov 2018 20:27 #71515 by planger
Replied by planger on topic Star Trek Air Hogs
The CRC has the std polynome with an init set to 0. It is calculated on the xored payload then the crc value is xored (0x60DE) and appended at the end of the payload ready to be sent over the air.
I should now be able to send data to the quad. I hope the xor table is the same ie independant of the payload length since the quad sends 11 bytes and not 14 bytes (TX).
Pascal
Last edit: 02 Nov 2018 20:27 by planger.

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

More
31 Oct 2018 15:54 #71516 by planger
Replied by planger on topic Star Trek Air Hogs
By the way, I've figured out the speed and sync word using SDR.
I've decided to do this protocol before the v911s since the packet structure was already known so easier to get in this world.
Pascal

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

More
02 Nov 2018 20:30 #71525 by planger
Replied by planger on topic Star Trek Air Hogs
Protocol available on multi: github.com/pascallanger/DIY-Multiprotoco...NCC1701_nrf24l01.ino
9 TX IDs are available in the code. The RX is using a pseudo random ID as well so not a big deal...

Enjoy, Pascal

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

More
03 Nov 2018 16:34 #71532 by planger
Replied by planger on topic Star Trek Air Hogs
I've added "Wrap" on CH5. I don't know what it really does apart from dimming the lights...
I've also added crash detection through the telemetry. On ersky9X/OpentTX you can play a sound on a telemetry event which is a siren on the original TX.
Pascal

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

More
03 Nov 2018 19:58 #71537 by goebish
Replied by goebish on topic Star Trek Air Hogs
Thanks, I'll port it to Deviation :)

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

More
04 Nov 2018 10:51 #71542 by goebish
Replied by goebish on topic Star Trek Air Hogs

planger wrote: I've added "Wrap" on CH5. I don't know what it really does apart from dimming the lights...


I suppose this is "Warp", to enable traveling at the speed of light (or more!) ;)
memory-alpha.wikia.com/wiki/Warp_factor

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

More
04 Nov 2018 15:24 #71544 by goebish
Replied by goebish on topic Star Trek Air Hogs
Test builds available:
www.dropbox.com/sh/ajjnqdkqm4k2id9/AAC6r...m-qPrdrkdHNqTga?dl=0

Protocol: NCC1701
Channel 5: "Warp"

source: github.com/DeviationTX/deviation/pull/455

Note that there is a Devo 7e test build but the automated build system is not able to build it for now, it might not be included in future nightly builds.

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

More
05 Nov 2018 19:05 #71553 by planger
Replied by planger on topic Star Trek Air Hogs
Sorry, I forgot to check the TX and RX IDs while processing incoming packets... You should update your code...
Pascal

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

More
05 Nov 2018 21:17 #71555 by goebish
Replied by goebish on topic Star Trek Air Hogs
Updated.

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

More
06 Jul 2019 11:55 #74700 by Alf-1234
Replied by Alf-1234 on topic Star Trek Air Hogs
Es gibt ja von Air Hogs noch mehr Star Trek Modelle ausser die Enterprise.

Würde das Protokoll NCC1701 auch mit anderen Modellen von Air Hogs funktionieren oder nicht??


Air Hogs has even more Star Trek models than the Enterprise.

Would the NCC1701 protocol also work with other Air Hog models or not?

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

More
06 Jul 2019 16:08 #74701 by planger
Replied by planger on topic Star Trek Air Hogs
No idea. I only had access to the NCC1701...

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

Time to create page: 0.047 seconds
Powered by Kunena Forum