-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MinimOSD Extra on Pixhawk Telem2 not working correctly. #15
Comments
I don't remember the values but yours are too low. POS1 could be something like 1100, POS2 something like 1500 maybe? Perhaps 1600? and POS3 1850 or so? You have to play with the ranges, but, clearly the minimOSD software is seeing your switch changes. |
https://github.com/diydrones/MinimOSD-Extra/wiki/Screen-switching#2-real-switching
|
OK so going through https://github.com/diydrones/MinimOSD-Extra/blob/master/MinimOsd-Extra_Copter/OSD_Panels.ino Which basically says: Which is inconsistent with what is in the wiki. This code listed above won't account for any additional things above 1700, as suggested in the wiki. Maybe the wiki is referring to the Beta version. |
Saying all that though, I should still be toggling through panel 0 and 1, but I can't seem to get past panel 0. |
OK, tested it with the correct PWM settings and still no luck |
I tried changing to switching to ch8, still no change. Is there anybody that has panel switching working on AC3.3.3? |
did you find a solution to the issue?, surprisingly not much input given on such an important issues when using pixhawk, minimOSD and multiple cameras |
Hi, I have recently updated my MinimOSD (3DR version 1.1) to the latest OSDExtra firmware from github, and started to install it on my Pixhawk (AC3.3.3).
I have the solder jumpers on the board bridged so I can power my camera/video tx seperately.
At first I wasn't getting any data through at all, nor was I able to switch screens (3 pos switch), then I changed some settings in MP in the full tree:
SR2_EXT_STAT=2
SR2_EXTRA1=5
SR2_EXTRA2=2
SR2_EXTRA3=3
SR2_PARAMS=0 (Didn't Change)
SR2_POSITION=2
SR2_RAW_CTRL=2 (Didn't Change)
SR2_RAW_SENS=2
SR2_RC_CHAN=5
BRD_SER2_RTSCTS=0
And confirmed that:
SERIAL2_BAUD=57
SERIAL2_PROTOCOL=1
Now I can see some data updating on the screen, but can not switch the screen.
On boot, and with the switch in POS1, the OSD starts off blank, then as I toggle through the switch positions, every position stays as screen 1. It doesn't look like it's changing or switching after that, my 2 OSD screens are very different so I can tell if they were changing.
So I confirm that my Channel 7 3-way switch is working correctly by checking in MP:
POS1=984
POS2=1260
POS3=1686
Still no luck.
Does anybody have any further info for me to get the screen switching to work?
The text was updated successfully, but these errors were encountered: