- Posts: 16
Devo 12s 3in1 / 4in1 RF module neat installation.
- bigicedog
- Offline
got everything wired in and its cool. the only problem i have is i cant bind to anything but my hubsan quads. i tried to bind to my cheerson cx-10s nothing,my blade inductrix nothing. heres what my .ini file looks like
;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
;extra-switches=
;
;button_types: trim-all, trim-(left|right)-(up|down|both)
;May occur more than once if necessary.
;extra-buttons=
;
[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 = 0
;
enable-a7105 = A13
has_pa-a7105 = 1
;
enable-cc2500 = A14
has_pa-cc2500 = 1
enable-nrf24l01 = A14
has_pa-nrf24l01 = 1
; enable-multimod = A13
maybe ya'll see something i dont...
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- Fer
- Offline
- Posts: 198
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- mwm
- Offline
You should have seen a change in behavior when you changed the pin name in your hardware.ini. In particular, one of the two modules should now be getting a "missing module error" if it wasn't before, and possibly the one you didn't change is no longer getting such an error.
The more information you provide about the behavior, the more we can narrow down the issue. In particular, for module problems an "missing module" errors and whether or not the protocols that aren't working have a "*" in front of the name.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
that is complete greek to me. i have no idea what youre saying. there were no changes in the behavior of my controller. just nothing will bind except my hubsans. the only missing module error im getting is cyrf6936
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
SCK-Yellow 2
MOSI- Brown 3
MISO- orange 4
CS 2500- Purple 10
CS 2401- blue 13
CS 7105- red 9
VCC- green 12
GRND- Black 11
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
sck - yellow
mosi - ???
miso - orange
vdd - green
gnd - black
tck - purple
tms - red
mcu pin - ???
can you fill in the blanks with the wire colours, and then also tell me what pins they go to on the 3in1, i can see you have pin1 vdd - green and pin2 gnd - black ok, but after that i can't tell anything. you also look like you have shorted more than one pin on the mcu where you have soldered the wire on, if so that will need fixed also bud
[edit]
sorry you posted while i was checking your pictures, so the a7105 will be A13, the cc2500 will be A14, and if you used pin 50 on the mcu the nrf24l01 will be A15, your hardware ini should be like this
;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
;extra-switches=
;
;button_types: trim-all, trim-(left|right)-(up|down|both)
;May occur more than once if necessary.
;extra-buttons=
;
[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 = 0
enable-a7105 = A13
has_pa-a7105 = 1
enable-cc2500 = A14
has_pa-cc2500 = 1
enable-nrf24l01 = A15
has_pa-nrf24l01 = 1
; enable-multimod = A13
but like i said check that mcu pin isn't shorting more than one, and protect those wire ends
[/edit]
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- VeGani
- Offline
- Posts: 9
I followed dc59 instruction in this post ,but I forgot my soldering skill is not as good as his..
End up, the 3in1 unit is damaged (I think so).
I order my second unit, and instead of removing the pins, I use female DuPont wire to connect the unit to my 7E. As HappyHarry suggested, need to isolate the open wire to prevent short to its nearby.
Thanks all to the contributor of this thread.
Now I'm planning to add 3x2 switch mod.
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- VeGani
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x2, 3x1, 2x2
;extra-switches=
;
;button_types: trim-all, trim-(left|right)-(up|down|both)
;May occur more than once if necessary.
;extra-buttons=
;
[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 = A15
has_pa-nrf24l01 = 1
enable-multimod = A13
AND ITS STILL NOT BINDING TO ANYTHING. im at the point where im just gonna quit and pop my old A7105 module in and just fly Hubsans. this was a waste of $30 and a terrible disappointment. i dont know what else to do. thanks for the help guys
Please Log in or Create an account to join the conversation.
- VeGani
- Offline
- Posts: 9
; enable-multimod = A13
Please Log in or Create an account to join the conversation.
- bigicedog
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Devo 12s 3in1 / 4in1 RF module neat installation.