Hi all !
I need help about my MinimOSD freshly unpacked.
I've triple checked the cabling and I don't know why I've just a black image on my screen.
There is a suspicious comportement when I power on the system. I explain how it happens:
1. Connect correctly the Vin/Vout/RX/BLK between APM, MinimOSD and video transmitter
2. Power on the APM
3. Connect the battery balance connector 12V to the MinimOSD
At point 2, the ST led (orange) blink and the D PWR (red) led power on and still.
When I do the point 3, the ST led shut off and the A PWR led power on and still.
After that, I just have a black screen... It's weird because the system worked at least once!
The firmware is up to date and I use a XBee but I've not connected the TX port on the minimOSD.
What's wrong ? Someone can help me ?
Thanks in advance ;-)
Jerome
Permalink Reply by Fête Mobile on July 19, 2012 at 10:30pm
Permalink Reply by Gábor Zoltán on July 20, 2012 at 2:25am It does not.
Simply power it from APM. ;)
Also, don't use the middle pins on your video cables. (No + wire to MinimOSD trough video connectors, just signal and ground)
That is all ;)
Gábor
Permalink Reply by RotoGoat! on November 4, 2012 at 6:20pm I have a similar problem on my v0.1 board
I am running +5 off apm as you are. I have removed centre pins on the analogue side also. There is a blob of solder over the "PAL" jumper.
OSD reads mav data and boots normally. I get osd with no video, but as soon as video is fed to it, the osd is gone.
Its got me stumped! Is there new code to fix it?
Permalink Reply by Fête Mobile on July 23, 2012 at 7:09pm
Permalink Reply by Gábor Zoltán on July 24, 2012 at 12:24am I think you have a PAL camera.
If Minimosd does not see any video when it boots, than it defaults to NTSC.
If it is the case, you have 2 choices.
1./
Simple way is to lock Minimosd to PAL only.
In Arducam_Max7456.cpp
search for:
else setMode(0);
digitalWrite(MAX7456_SELECT,LOW);
than change setMode(0); to setMode(1);
2./
You can make it default to PAL and still have the possibility to use a NTSC cam:
Go to the same place:
#endif
else setMode(1);
digitalWrite(MAX7456_SELECT,LOW);
}
tahan add this after #endif
if ((B00000010 & osdstat_r) < 1){
setMode(1);
digitalWrite(MAX7456_SELECT,LOW);
}
So your code looks like this:
if ((B00000001 & osdstat_r) == 1){
setMode(1);
}
else if((B00000010 & osdstat_r) == 1){
setMode(0);
}
#ifdef MinimOSD
else if (digitalRead(3) == 1){
setMode(1);
}
#endif
if ((B00000010 & osdstat_r) < 1){
setMode(1);
digitalWrite(MAX7456_SELECT,LOW);
}
else setMode(0);
digitalWrite(MAX7456_SELECT,LOW);
}
Hope it helps
Permalink Reply by BR928 on July 24, 2012 at 4:27pm
My 3rd MinimOSD is supposed to be on its way after blackscreening (fried) the first two. 3DR can't tell me why this is happening and went as far as telling me I can power the APM (digital +5V Mavlink) and the video side of the OSD (+12V analog) from the same battery. This is the configuration that destroyed the first two. This time I am going to try tying the analog and video together like you did. Are you just using the video in/out pins or do you also have to use ground on the video side?
I, like you, am nervous about ruining another one not knowing what’s causing it. It seems like using two separate batteries was never a problem.
Permalink Reply by Gábor Zoltán on July 25, 2012 at 12:32am Hmmmm..... I have read about this problem. so i decided to use the 5v fom mavlink.
On the video connectors, i do not use the middle pin. only video and ground.
I do not have 2 battery on board anyways. Using one for all.
It works great for me. :)
Hope you will be happy with your 3rd MinimOsd! ;)
Permalink Reply by Andre S on July 25, 2012 at 12:57am About the power issue: the reason why for some people different solutions work, could this be caused due to the revision of the hardware that (as I read somewhere) involved a change of the voltage regulator?
Just a thought.. I'm planning to use separate batteries but I wonder why using the same would cause problems. Maybe a diode missing somewhere?
Permalink Reply by Cala on October 6, 2012 at 6:03pm Don't you have any kind of interferences on your video like horizontal lines, servos,etc.? Are you using some kind of filter?, I'm using one battery powering both sides but the minim becomes very hot, I don't like this anyway :(
Permalink Reply by Fête Mobile on October 7, 2012 at 10:32am Hi Cala. If your MinimOSD is getting hot, I suspect you are using the V0.1 hardware with the linear regulator. You will probably soon fry it if you're not careful. As others have said:
* Remove the +12V pins from the Vin and Vout headers.
* Put solder blobs on the board so it is powered from the APM +5V.
* Make sure the digital and analogue grounds are tied together (a solder blob on the back of the board). A difference between these, such as is transient when connecting your motor, is the main cause of death, AFAIK.
* Yes, you may get interference from the motors/servos. You may need to add capacitors or a good L/C filter to smooth these out and you probably won't be able to 100% eliminate them. Better noise than a dead MinimOSD, I always say!
Permalink Reply by Cala on October 7, 2012 at 12:15pm Ahh!!!!, I have 0.1....FIUUU!!! I've just save my minim Thank's!!! :)
Permalink Reply by gustavo on April 6, 2013 at 6:05am
Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.1278 members
182 members
24 members
51 members
179 members
© 2013 Created by Chris Anderson.
Powered by
