-
Notifications
You must be signed in to change notification settings - Fork 23
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
Flashing to Syma X5SC/X5SC-1 #6
Comments
there is a syma board with stm32fxxx processor, mine is marked SM-X5S-R , if you have one, then yes, it can be done |
that board looks identical to mine That is a Beken BK2425? radio, I only coded one protocol for it, and tested it with devo. I haven't got a stock tx for it, so I'm not sure if the code is compatible with it or not the chip is nrf24l01 compatible, you might be able to make a transmitter for it using something like this |
BK2425 is similar, but not equal, to NRF24l01. |
there is rx code for it, I just can't code the protocol because the devo code is a subset of the stock protocol, so it will only bind to devo as far as I know |
Well... I found and hassle free (I hope) solution. |
Hi. You can use this code, https://github.com/roland2025/CG023/tree/syma-x5sc It will bind with stock transmitter, but there are some issues with channel hopping, about 50% of packages get lost. Received a logic analyser today, so I can soon try to take a look what the stock tx is doing. |
Might this be suitable/feasible to flash to Syma X5SC/X5SC-1 type quadcopters?
That'd be the dream come true for flying acro mode on a cheap medium sized toy drone
The text was updated successfully, but these errors were encountered: