-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FliteTest FT Freighter/EZ Power Pack/Banggood C17 support #58
Comments
Hi, A nrf24l01 can be used to dump packets sent by a xn297 (RF part built into XNS1042CV) but the nrf24 multipro project doesn't have the code to do that. The DIY 4-in-1 Multiprotocol module can dump xn297: Or you can use a SDR: Or a DeviationTX radio: Also, a nrf24l01 is good at emulating a xn297 running @ 1 Mbps bitrate but for 250 kbps better use a TI CC2500 instead.
edit: seems like this protocol has already been reverse engineered, it's named gd00x and there are 2 versions (v1, v2) |
Yes the C17 v1 and v2 protocols are already reversed: |
I have a C17 airplane from Banggood (the same is also sold by FliteTest as the FT Freighter, so I added that for searchability) which has a XNS1042CV in the controller. It is the only chip and the antenna is wired in, so it is probably an MCU+RF chip.
I would like to reverse engineer the protocol and get support added to the nrf_multipro software.
Hopefully I have the requisite skills. I am an engineer by trade. :) I have an extra NRF24 module. Can that be put into sniffing mode for this chip? I've done a bit of reading, but haven't seen simple Arduino code yet. I'm looking for some direction. Is this possible without an SDR?
The text was updated successfully, but these errors were encountered: