- Posts: 40
Deviation for Devo F4?
- YARIMbe
- Offline
in the backlight option the numbers doesn't match the level of brightness:
'OFF' - not off
'1'- brightest
.
.
'10'-backlight Off
-Remote battery voltage read is significantly lower than actual voltage (in original firmware the read was 7.1 and on deviation 6.6)
-hold switch doesn't work, I tried coming back to original firmware and it was all good..
-couldn't find a way to assign switches and knobs (not necessarily a bug but I tried every menu and sub menu there is)
-couldn't find any reference to the AUX2 knob on the channel monitor
suggestion:
because DSMX is more common this days I think it will be better to include it instead of DSM2
once again thanks for all the hard work you put in this awesome project
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
Please Log in or Create an account to join the conversation.
- YARIMbe
- Offline
- Posts: 40
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- YARIMbe
- Offline
- Posts: 40
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
I just added a few switches using an Arduino - works as expected. But Because of the boot-up time of it, it
s not very secure to use it as THOLD. So I decided to do the switch mod similar to the 7e one. I'm not really sure if I connected to the right spots on the Button-Board - but I can't even test it because if I comment in "extra switches =3x2" - nothing appears in the channel monitor. I thought even without switches there should be some info for Switch A and B? Perhaps the switchmod feature is not enabled in the F4 build? Could that been done?
Thanks in Advance
edit: Btw: Would it be possible to add one 3-way and 2 2-way switches instead of 2 3-ways? I know that it could be done by wiring only, but then there will be an unknown switch state if both 2-ways are "cloesed"... So perhaps some sort of "extra switches = 3x1, 2x2". this should lead Deviation to display A0, A1, A2, B0, B1, C0, C1. If possible, that would be really cool!!
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Support should be in the upcoming nightlies, or take a crack at using the docker image to build your own image
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
There are 4 available scan positions so up to 4 states can be detected so any combination of 4 2-way, 1 3-way and 2 way, or 2 3-way switches can be supported, though the code would need to be changed to enable it, and it would be quite a bit of work. I probably need to change the code so that you attach to C9 instead of c6 for the tap pin (so you can use the non-diode mod). the other 4 wires don't matter. I haven't disassembled my f7 to figure out where the tap point is.
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
EDIT:
Now i tested around a bit - With wiring as shown on the pics, I have somewhat of a reaction. Depending on the switch position, the devo does the trim sound. Unfortunately, the buttons don't work, I only hear a trim click sound while trying to hit ent/ext or one of the +/- buttons...
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I just updated the code (and the nightlies) with a fix because I didn't correctly initialize the port. I also changed the connection from C6 to C9. Unfortunately for you, I'm not sure which pin is C9. You could either find it on the data sheet and trace it to the buttons, or try a few options.
I THINK that it should be a pin connected between the Left-horizontal-trim (right) button and the Right Vertical pin (up) button. If you can find a trace that goes between those 2 pins, that should be the wire you want. move your red wire to that pin. I can't tell if the other 4 wires are wired to the row or column ports, you'll just have to try it and see.
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
I don't think they would have changed it that much from the F4 to the F7, they like to standardise things usually to make production easierDeal57 wrote: Here is the matrix for the Devo F7:
Removed by PB because it is wrong
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
And now I look at that matrix on the PDF, it kind of makes sense why you was hearing trim sounds on C6 hehehe
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Both the matrix on the PDF and the quote you posted appear to have come from my table, which was wrong. I have just now corrected the table to be accurate with respect to the code.
www.deviationtx.com/wiki/hardware/devof4
If the trim buttons work properly in the F4, than the above link is correct. If they don't work properly, then nothing will work until the connections are corrected in the code.
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
Traced PC9 --> Thro-V black wire
I assumed Pin1 is on the lower left corner, if the letters on the STM are rightside up - please correct me if I'm wrong
EDIT: No, i'm right. I verified it tracing PA13/PA14 to TMS/TCK
Watch the second picture for what I already traced. PC6-PC9 are clear now
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Deviation for Devo F4?