- Posts: 6
Mjx Bugs 3
- ncfom
- Offline
C0ckpitvue 777 wrote:
ncfom wrote: I have a Bugs 3 bought in Jan 2017. Transmitter is Devo 7e modded with NRF24L01 , A7105 modules and 2-3x2 switches. I can only get the motors to arm and disarm , no other inputs seem to work. I am using the model23.ini from COckpitvue.
build 9sept( ~21674bd)
I have used the Devo 7e to fly WL Toys 686g. SymaX8, Frankenspider, JJRC 1000 and a 450 Flamewheell
Any suggestions would be appreciated.
Jerry
Did you update the protocol folder when you updated the dfu?
Yes, all the folders except dfu and zip
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
Please Log in or Create an account to join the conversation.
- kjoy
- Offline
- Posts: 2
I did a search but couldn't find any info on what i'm looking for.
Can you bind the TS8G V2 to the Bugs 3H model?
I have tried several times without success.
If not are there any plans to include this protocol?
Please Log in or Create an account to join the conversation.
- aszasza
- Offline
- Posts: 33
Here are 2 pictures, one is the radio ant the other is the FC inside the quad. I've circled the radio pins on the fc board, it is on the bottom side but the pins are accessible from the top. I've never bound the radio with the quad yet, would it help if I captured the very first, initial bond or its the same every time?
Please Log in or Create an account to join the conversation.
- planger
- Offline
You should try the bugs3 protocol (without the props) before soldering the wires to see if it's not already working, up to you...
Please Log in or Create an account to join the conversation.
- planger
- Offline
I'm the dev writing the code of the multi protocol module (MPM). I can tell you that the Bugs3 protocol is supported if you update it.aszasza wrote: On the other hand, I'd love to fly on a frsky x-lite, and the only option I found is the vantac mpm module. Is that the only multi protocol tx module that fits the x-lite? If so, I would give it a try to design a pcb for a diy version, but I would need a bit of help with that.
Pascal
Please Log in or Create an account to join the conversation.
- aszasza
- Offline
- Posts: 33
I don't have any radio apart from the original one yet so I don't know if it works with the bugs 3h as well, but a few comments earlier kjoy mentioned that his bugs 3h was unable to bind. The bugs 3h radio is different than the normal bugs 3, has slightly different features as well so I don't think they are 100% compatible with each other.
I don't have a saleae analyser, but a DS Logic Plus instead. I use sigrok/dsview with it. What is the best format for you if do the SPI dump? Also, should I hook up the radio and the drone at the same time so you can see the exact timings in realtion to each other or just the radio is enough? Can you help me with the pinout? I can de-cap the radio module and trace the spi lines to the chip but I rather not if you know the module's pinout.
Regarding the MPM module, is it worth making an open source version of the pcb for the x-lite or should I just get the vantac from china? I find it bit pricey for what it is. ( don't get me wrong I'm not talking about the firmware, that is obviously awesome, but the actual hardware I think could be made a lot cheaper than the commercial one)
Please Log in or Create an account to join the conversation.
- planger
- Offline
The modules are most likely designed by the manufacturer. There are 8 pins so why don't you just connect the 8 lines to your analyzer and like this we have all what we need?aszasza wrote: Hi, first of all, thank you very much for your awesome work on the bugs, it is really amazing that it is implemented already.
I don't have any radio apart from the original one yet so I don't know if it works with the bugs 3h as well, but a few comments earlier kjoy mentioned that his bugs 3h was unable to bind. The bugs 3h radio is different than the normal bugs 3, has slightly different features as well so I don't think they are 100% compatible with each other.
I don't have a saleae analyser, but a DS Logic Plus instead. I use sigrok/dsview with it. What is the best format for you if do the SPI dump? Also, should I hook up the radio and the drone at the same time so you can see the exact timings in realtion to each other or just the radio is enough? Can you help me with the pinout? I can de-cap the radio module and trace the spi lines to the chip but I rather not if you know the module's pinout.
The schematic of the multi module is available on github if you want to do your own. But from a price perspective, I'm not sure you 'll do better since the module is at 40$ with a compact design and fits well the XliteTX from the pictures (I've never seen one in real so I can't tell).aszasza wrote: Regarding the MPM module, is it worth making an open source version of the pcb for the x-lite or should I just get the vantac from china? I find it bit pricey for what it is. ( don't get me wrong I'm not talking about the firmware, that is obviously awesome, but the actual hardware I think could be made a lot cheaper than the commercial one)
But may be you don't want all the RF components and therefore you'll save money by only putting an A7105 RF board + an Arduino Pro mini, load multi on it and be done.
Please Log in or Create an account to join the conversation.
- aszasza
- Offline
- Posts: 33
Please Log in or Create an account to join the conversation.
- planger
- Offline
Please do the dumps and send over what you've got.
Please Log in or Create an account to join the conversation.
- aszasza
- Offline
- Posts: 33
As it turns out the bugs 3h is not using the A7105, but after decapping the radio I've found an XN297 chip. After some reading I've found that this chip is similar to the NRF24L01, I'm not sure if the 4in1 modules can deal with it. No wonder why it didn't worked with the bugs3 protocol. Here you can find some info about the chip. The draft version datasheet is here .
Please Log in or Create an account to join the conversation.
- planger
- Offline
It's even a XN297L, the 'L' is important since it has different registers and features from the none 'L'. Anyway, we've got a full emulation layer of the XN297 and XN297L in both Devialtion and Multi.aszasza wrote: As it turns out the bugs 3h is not using the A7105, but after decapping the radio I've found an XN297 chip. After some reading I've found that this chip is similar to the NRF24L01, I'm not sure if the 4in1 modules can deal with it. No wonder why it didn't worked with the bugs3 protocol. Here you can find some info about the chip. The draft version datasheet is here .
Waiting for the dumps of the TX
You should also create a new topic for the Bugs 3h protocol since it's a fully different protocol which will generate lots of comments irrevelant to this thread.
Please Log in or Create an account to join the conversation.
- aszasza
- Offline
- Posts: 33
The pinout of this module is, from left to right: VDD(3.3V)|GND|CSN|SCK|MOSI|IRQ|TX enable|RX enable
The last 2 pins are connected to the RFX2402E chip, the firs 4 data pins are connected to the XN297.
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
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.
- turbo50t
- Offline
- Posts: 2
Please Log in or Create an account to join the conversation.
- C0ckpitvue 777
- Topic Author
- Offline
- Posts: 409
turbo50t wrote: What is the current firmware we should be using, because I don’t see any of the ones discussed listed in Test or nightly.
You can use the latest nightly build..
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
kjoy wrote: Forgive me if this has been asked before, I am new to this and just received my Jumper ts8g v2. It's all updated with the newest nightly build as well.
I did a search but couldn't find any info on what i'm looking for.
Can you bind the TS8G V2 to the Bugs 3H model?
I have tried several times without success.
If not are there any plans to include this protocol?
Check out this thread,the Bugs 3H should bind to the Bugs3Mini protocol, a test build is available
www.deviationtx.com/forum/protocol-devel...mini?start=100#71282
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 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.as seen by my username I'm not smart so if anyone has a easy fix can you please help me out. If anyone lives around Murrieta off Clinton Keith I'll pay you for your time.Thanks for your time and have a blessed day Mike
I just made this video,maybe it will help.You got to set one of your switches to give life to channel 5 like in this video,you can also do this to channel 6 for lights and channels 7, 8 and 9 for there respective assignments.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Mjx Bugs 3