-
Notifications
You must be signed in to change notification settings - Fork 21
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
incrementChannel UnBinds the TX #3
Comments
I have tried this with two different transmitters. One was from a Syma X8C package and one from an X8HG package. The X8HG one works with incrementChannel enabled as well as incrementChannel disabled. The X8C one drops binding after logging a couple of frames with incrementChannel enabled, with incrementChannel disabled it works 100%. |
Hi, i have same problem can you send me your code? Because I changed incrementChannel to false but notting more happend. There is still bind in progress |
Did you save the cpp file? And do you got something working? Like the bind. Post your Com port response. |
Thanks for your answer and help!!! Yes of course i saved my file. My com port response look like this: I moved left potentiometer to top and bottom too. Do you have any idea? I found solution for my case :) Problem was in low power mode set for controller (blinking signal icon). I disable this power saving mode (disable controller, right trim to top and enable controller, right trim is stil pushed to top (small red button -> next to enable switcher and right joyistick)) |
I had to comment out both |
Hello @chupocro, I have exactly the same issue like you. Have you solved it? |
if i disable incrementChannel in symax_protocol.cpp at line 80 , The TX Works with Arduino and never cuts. Else it cuts after sending 2 frames of data.
You should have a variable to set this in the example file.
I used Syma x5-C Blue Led Remote.
The text was updated successfully, but these errors were encountered: