- Posts: 3
Help with DEVO 12 multi-module & other questions
- DougT
- Topic Author
- Offline
A few weeks ago I purchased a used DEVO 12 that has Deviation 5.0 already on it. I'd like to install a Banggood 4-in-1 multi RF module (product ID# 1096707) so I can fly all my current craft and most any future ones. I've spent many hours scouring this site, as well as other, and haven't been able to find any definitive answers. There is lots of information of the 6, 7, 8 & 10 but not much on the 12. Maybe it's the cost or because if's a beast of a Tx. Help please.
#1. Is there any clear guide on how to install this module in the 12? From my reading it looks like this new module plugs into where the stock CYRF module went, connect the antenna and then 3 small wires are soldered to it and then go somewhere else. Where do these wires connect to and from where. A clear picture or two is all I'd need.
#2. Since my Tx already has Deviation 5.0 on it, what would I need to do to get the multi-module up and running? Computer programming, flashing, downloading, bootloading, etc. are not my thing. I've read about removing the semi-colon from the "ini" files but I'm not 100% confident on how to do that.
#3. Since my tx is a regular DEVO 12 (non telemetry) would this new multi-module support telemetry? If so, what would I do to enable it? Is it as simple as enabling in on the model setup screen on the Tx?
Thanks.
Doug
Please Log in or Create an account to join the conversation.
- ajtank
- Offline
- Posts: 278
Please Log in or Create an account to join the conversation.
- DougT
- Topic Author
- Offline
- Posts: 3
.
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
DougT wrote: ... Maybe I'll sell it.
.
How much?
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- DougT
- Topic Author
- Offline
- Posts: 3
I took the back off my Devo 12 tonight and here's a picture of the board. I really want to use this Tx for all my models but this is frustrating.
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
connect the wire from "CC2500" to "TCK" (equals A14 on the MCU), "A7105" to "TMS" (equals A13) and "NRF24l01" to "B3" (shown in the devo 12 picture in the link above, marked in red, ignore "A1" in red). CYRF6936 is automatically connected correct via the module pin header.
Then modify your "hardware.ini" as shown in the link below the picture of devo 12 in the before postet link. Use notepad++ for this, the standard windows editor wont work.
Important: when you uncomment the lines in hardware.ini (advice: keep an untouched copy of it) by removing the ;; in front of the code lines replace them with blank spaces and also place one blank space behind "B3", otherwhise the transmitter will not boot. Don't worry if this happens, you can always access the hardware.ini via USB mode of deviation (press ENT while switching transmitter on).
Cheers
Please Log in or Create an account to join the conversation.
- DougT
- Topic Author
- Offline
- Posts: 3
That solves a lot, now just to do the actual soldering and software updates. Here's what I have for wiring: module plugs in place of the old one and the 3 new wires. See attached.
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
yes, your picture shows the correct wiring.
Keep in mind to change the code lines afterwards in the "hardware.ini" like written in my last post. These correspond to the wiring you are doing.
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
Windows notepad is messing up the file.
Please Log in or Create an account to join the conversation.
- Dip
- Offline
- Posts: 3
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
For the modules to be selectable in the transmitter menu, the mentioned changes in the "hardware.ini" file need to be done also.
Please Log in or Create an account to join the conversation.
- Dip
- Offline
- Posts: 3
so I have to insert the module by removing the original CYRF6936, soldering wires and then install deviation ?
where can I find your hardware.ni files..
-thanks
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
After flashing deviation firmware to your devo the hardware.ini file is already present on your transmitter as it is part of the deviation firmware.
You then need to connect the devo in USB mode, copy the file from the transmitter to your pc, edit it like posted before (exactly, if you follow the wiring as DougT has shown in his picture) and copy it back to the transmitter.
Please pay attention to use "Notepad++" for editing, the windows notepad does not work correctly.
Please Log in or Create an account to join the conversation.
- Dip
- Offline
- Posts: 3
the hardware ini file should look like this following doughT wiring shown ?
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
enable-cyrf6936 = B12
has_pa-cyrf6936 = 1
enable-a7105 = A13
has_pa-a7105 = 1
enable-cc2500 = A14
has_pa-cc2500 = 1
enable-nrf24l01 = B3
has_pa-nrf24l01 = 1
; enable-multimod = A13
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
; enable-cyrf6936 = B12 and
; has_pa-cyrf6936 = 1
This is because you are exchanging the original module to the 4in1 which uses the same enable pin as the original does.
Following DougTĀ“s wiring the hardware.ini should look like so:
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
; enable-cyrf6936 = B12
; has_pa-cyrf6936 = 1
enable-a7105 = A13
has_pa-a7105 = 1
enable-cc2500 = A14
has_pa-cc2500 = 1
enable-nrf24l01 = B3
has_pa-nrf24l01 = 1
; enable-multimod = A13
Just for your information as you did it correct anyway, leave the ; in front of line ; enable-multimod = A13.
This would only be needed to be changed if you would use a multi module but leave the original module in the transmitter.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Help with DEVO 12 multi-module & other questions