LibrePilot Forum

General Category => General Discussion => Topic started by: kennyevo on March 21, 2016, 08:20:42 pm

Title: [SOLVED] MinOPOSD on Mini OSD board
Post by: kennyevo on March 21, 2016, 08:20:42 pm
I've bought a miniosd board from banggood, but I just can't load the minoposd to it with an ftdi converter. (I was able to burn a bootloader using an other arduino, and could flash the firmware too, but I think it's not working)
Does anyone have experience doing this? How can I make the ftdi adapter work? It always says that it failed to communicate with the bootloader. (the yellow led on the board is flashing, then lit after powering, so I think that the bootloader is there)
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 21, 2016, 10:30:58 pm
Okay, got it working with the other arduino, now I have a working OSD, next question: How can I switch between panels using a simple switch on the TX while using oplink vehicle control?
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 21, 2016, 10:34:28 pm
Accessory < > "osd channel" mapping:
https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup#MinOPOSDsetup-Channeltoggle


https://code.google.com/archive/p/minimosd-extra/wikis/Screen_Change.wiki
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 22, 2016, 07:48:37 am
Thanks, I'll check that (currently ch6 is selected and my switch is assigned accessory0 but nothing changes)
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 22, 2016, 08:26:01 am
If the rotation is checked, when I move the switch down and back it switches to panel2 then empty then panel1, if the rotation is not checked then nothing happens when I move the switch :S
Also if I take off the whole osd disappears.
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 22, 2016, 12:24:01 pm
the channel toggle only works a few second after boot to enter setup screen.

Next, if still any alarm (something blinking, can be "disarmed"), osd still in first panel.
So panel switching should only works after the board is armed.
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 22, 2016, 04:08:50 pm
the channel toggle only works a few second after boot to enter setup screen.

Next, if still any alarm (something blinking, can be "disarmed"), osd still in first panel.
So panel switching should only works after the board is armed.

Thanks, will check that, unfortunately I crashed my quad just a few seconds after the takeoff, now waiting for props :D
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 22, 2016, 05:05:33 pm
It says "DISARMED" even if armed, cannot change panels :S
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 22, 2016, 10:01:12 pm
GCS version ?

Do you see also "NO TEL COM" ?
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 22, 2016, 11:18:23 pm
I'm using the latest source, I see the artifical horizon changing when I move the quad, so the telemetry stream should be ok.
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 22, 2016, 11:25:45 pm
If you use last "next" branch osd firmware is not syncr, some info will be missing
I update firmware soon.
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 23, 2016, 08:46:30 am
Cool, I think I'll wait for the next release, hopefully my props will arrive sooner :D
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 23, 2016, 04:36:35 pm
Added 2303 firmware version that should work with current next
https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup#MinOPOSDsetup-Downloadsdownloads

You need to do a "git pull" and rebuild next
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 23, 2016, 06:31:19 pm
Added 2303 firmware version that should work with current next
https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup#MinOPOSDsetup-Downloadsdownloads

You need to do a "git pull" and rebuild next

Cool, will check it tonight!
Title: Re: MinOPOSD on Mini OSD board
Post by: pyr8 on March 23, 2016, 07:07:32 pm
Hello everyone.

What are the differences between the available .hex files

1. LP_MicroKvteam_CC3D_analog_inputs2810.hex
2. LP_MinimOSD_CC3D_analog_inputs2810.hex
3. LP_MicroKvteam_CC3D_analog_inputs2303.hex (next)
4. LP_MinimOSD_CC3D_analog_inputs2303.hex (next)

and are they more current than "minOPOSD_15_02_AnalogRSSI.hex" (I cant remember where I sourced this HEX it's been so long)

Thanks in advance.
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 23, 2016, 07:21:29 pm
Added 2303 firmware version that should work with current next
https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup#MinOPOSDsetup-Downloadsdownloads

You need to do a "git pull" and rebuild next

Cool, will check it tonight!

Still the same :S
It says disarmed even if the quad is armed, can't change panels with flicking the switch, if I keep the switch down I see the panels changing but it goes back to panel 1 as soon as I put the switch back to it's original position :/
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 23, 2016, 07:33:28 pm
Quote
and are they more current than "minOPOSD_15_02_AnalogRSSI.hex" (I cant remember where I sourced this HEX it's been so long)
the 1502 is not compatible with LP15.09

The last two files tagged with next are from today and should be compatible with current dev branch (or next release if you want)

Quote
Still the same :S
It says disarmed even if the quad is armed, can't change panels with flicking the switch,

Did you updated the next branch ?
Rebuild firmware and reflashed your board ?
Title: Re: MinOPOSD on Mini OSD board
Post by: pyr8 on March 23, 2016, 07:42:17 pm
Quote
the 1502 is not compatible with LP15.09

I am using the default Open Pilot firmware that came loaded on my CC3D from HobbyKing. Will the "LP_MicroKvteam_CC3D_analog_inputs2810.hex" work?
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 23, 2016, 07:52:04 pm
If you still use the OP15.02 release in your board, why you want to update the OSD firmware ?
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 23, 2016, 07:58:43 pm
Quote
Still the same :S
It says disarmed even if the quad is armed, can't change panels with flicking the switch,

Did you updated the next branch ?
Rebuild firmware and reflashed your board ?

Yep, rebuilt then updated the firmware, loaded the hex onto the minimosd, and still the same :/
The strange thing is that the artifical horizon is good, throttle is good, velocity, pitch/roll good, but nothing else. Flight mode is always MAN, always disarmed and battery low :/
Title: Re: MinOPOSD on Mini OSD board
Post by: pyr8 on March 23, 2016, 08:10:45 pm
If you still use the OP15.02 release in your board, why you want to update the OSD firmware ?

I want to have the most current 'stable' firmware version.
Title: Re: MinOPOSD on Mini OSD board
Post by: f5soh on March 23, 2016, 08:55:04 pm
if you still with OP15.02; no need update, really.

Quote
The strange thing is that the artifical horizon is good, throttle is good, velocity, pitch/roll good, but nothing else. Flight mode is always MAN, always disarmed and battery low :/

That really strange, just tested again all file here without issues.

Set battery alarm level to 0, that disable Batt alarm
Since one alarm still (like disarmed) you cannot switch between panels.

What number do you see on top of GCS windows  ? GCS15.09+r505 ?

Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 24, 2016, 09:18:15 am
Damn, I was tired, launched the 15.09 instead of the next gcs :D

Okay, progress, now the battery voltage and current are correct on the osd, the disarmed warning disappears when I arm the quad, but the battery low warning is still there even if the tresholds are set to 0 :/(edit: set the treshold in gcs instead of the osd config)

Also still can't change panels with a simple switch and rotation enabled. (edit: without the rotation option I have panel 1 and empty panel, not panel 1 and panel 2)
Title: Re: MinOPOSD on Mini OSD board
Post by: kennyevo on March 24, 2016, 02:49:15 pm
Okay, used a 4 position switch instead of a two, now I have all the free states (panel1-2 and empty)
I see that the osd doesn't fit on my screen so I have to move the elements closer to the center :/

I think all my problems are solved now :)
Title: Re: [SOLVED] MinOPOSD on Mini OSD board
Post by: f5soh on March 24, 2016, 03:00:58 pm
Good news :D