- Posts: 12
Mjx Bugs 3
- Dumbasdirt
- Offline
Please Log in or Create an account to join the conversation.
- kjoy
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
Dumbasdirt wrote: Thank you for helping me I knew I was close Do you know how to get it out of the mode when you turn it on with the ENT button pushed it has that emblem on screen. Thanks Mike sure it's something simple like my brain
Press the Ext button..
Please Log in or Create an account to join the conversation.
- Dumbasdirt
- Offline
- Posts: 12
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
What screen are you stuck on?
Be more specific in what the screen is saying.
Please Log in or Create an account to join the conversation.
- Dumbasdirt
- Offline
- Posts: 12
Please Log in or Create an account to join the conversation.
- turbo50t
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- Dumbasdirt
- Offline
- Posts: 12
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
Dumbasdirt wrote: I've got the jumper t8sg plus multiprotocal controller and bugs8 pro I think I've downloaded right program I put it on mjx and it won't bind if I put it on bugs3 it will bind but nothing else works.how do i bind the swiches to power upThanks for your time and have a blessed day Mike
Same scenario with the jumper
Please Log in or Create an account to join the conversation.
- db504
- Offline
- Posts: 2
Am I correct in assuming the bugs3 protocol is included in the nightly build dfu file now?
Also wondering if when I flash the dfu will I loose any preprogramed models on the t8sg v2 plus.
I would like to be able to bind with the newbeedrone acro bee, syma x5s and the bugs3.
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
db504 wrote: Hey everyone. I am new to this world so I hope I am not beating a dead horse here.
Am I correct in assuming the bugs3 protocol is included in the nightly build dfu file now?
Also wondering if when I flash the dfu will I loose any preprogramed models on the t8sg v2 plus.
I would like to be able to bind with the newbeedrone acro bee, syma x5s and the bugs3.
Just update the dfu with the latest nightly build,It won't alter your models as long as you don't update the model folder with another model folder.
Please Log in or Create an account to join the conversation.
- db504
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Please Log in or Create an account to join the conversation.
- planger
- Offline
I had to modify your code to get it working on Multi: github.com/pascallanger/DIY-Multiprotoco...tocol/Bugs_a7105.ino
Looking at the dumps on this thread the packet period is around 6100µs.
But on your code you have DELAY_POST_TX=1100+DELAY_WAIT_RX=2000+DELAY_POST_RX=2000 = 5100µs. It's working because you have an additional/optionnal wait of n times DELAY_WAIT_TX=500. But n is unknown and highly dependant on timing. So the right timing is with n=2 which would give a packet period of 6100µs and most likely what you are getting on Deviation. But in the case of Multi I was getting n=2 or 3, with 3 the timing becomes 6600µs which caused sync issues and therefore bad communication.
I've removed this "unknown n" by tuning the timing of each step and added a max wait time.
Pascal
Please Log in or Create an account to join the conversation.
- JayDrone
- Offline
- Posts: 85
Please Log in or Create an account to join the conversation.
- KingLancelot
- Offline
- Posts: 1
Thanks again!
Please Log in or Create an account to join the conversation.
- JayDrone
- Offline
- Posts: 85
Please Log in or Create an account to join the conversation.
- Cstdf
- Offline
- Posts: 5
Please Log in or Create an account to join the conversation.
- Drstein99
- Offline
- Posts: 6
Please Log in or Create an account to join the conversation.
- Cstdf
- Offline
- Posts: 5
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Mjx Bugs 3