My friend has told to me that you are from Portugal. We are from Huelva (Spain), very next to the frontier, we both use spidex+multiwii+MininmOSD with your code. It would be great have a meeting with you for doing FPV together

carlonb wrote:Hi vpb,
about correct Minim OSD supply take a look here http://www.multi-rotor.co.uk/index.php?topic=607.0
Cheers
Carlo
vpb wrote:carlonb wrote:Hi vpb,
about correct Minim OSD supply take a look here http://www.multi-rotor.co.uk/index.php?topic=607.0
Cheers
Carlo
Hi Carlo,
Thanks for your instruction! It's such a very simple modification but why it's not on the wiki yet. I hope I'll have luck with my 3rd minim board
Goetz wrote:It is not reproduceable.... ...now again no vidout at all.....((
Goetz wrote:IN the Tests with no vidoutput at all the circles vtx and Copter were completely seperated...
kataventos wrote:Hi Shikra,
sorry for late reply but as I said before I am very short with time.
Yes, I think that it is a good Idea to expand the switch functionality using the GUI to configure it![]()
Debug screen I do not see any user enhancementand we are getting short with room for future developments already, I think it is better to wait for new ideas to come...
![]()
Cheers,
-KV
PS: BTW great flight
nhadrian wrote:Hi all,
I have just started to use KVOSD, here is a sample video:
http://www.youtube.com/watch?v=nujG0T7tb7k
All things works great!!! I'm using the latest revision.
Thanks to you guys!
BR
Adrian
kataventos wrote:PWM is "solved because I will code it to use digital PD3 instead of MISI,(something Itai and me figured while chatting other day) or you can easily do it also if you like, just the input please, the code is OK.
The only bug is with the ADC value on screen when using the OSD analogue input (it stays 0 even with signal and percentage on main screen), if you use the MWii RSSI everything is OK.
sorg wrote:Hi!
First tests with my MimOSD board coming from RCTimer.
I feed it with 5V only. both bridge have been soldered (GND and VDD).
Last realease of Rush OSD flashed and font loaded in EEPROM.
Here is what I get on my screen:
During init :
Then:
The White and black pattern is fixed (It is not "snowing")
Is that related to the fact that,I have no Video Feed on Vin ? (My cam is not here yet).
any clue ?
kataventos wrote:shackfu wrote:Hi,
I have nearly everything up running. Only the current will not show up. the accumulated current is counting up and the vbat is shown correctly, but the currently used amps are always at 0.0mAh.
Am I missing something? Do I have to config something in the GUI?
Thanks in advance for any help!
Hi shackfu,
great draw you have here![]()
No you are not missing anything, instant consumption will only be shown if you had the current sensor connected to your OSD using the wiki mods and enabling the OSD ADC on OSD GUI.
I should advise you to connect your OSD on other serial then zero, because that way you will need to unplug it every-time you need to upload new MW code or to connect the FC to the MW GUI.
(e.g) I have OSD on Serial 1, GPS on Serial 2, and "other" on Serial 3.
Cheers,
KV
Code: Select all
if (cmdMSP==MSP_ANALOG)
{
MwVBat=read8();
pMeterSum=read16();
MwRssi = read16();
}
Code: Select all
void displaypMeterSum(void)
{
if (Settings[S_ENABLEADC]){
pMeterSum = amperagesum;
}
screenBuffer[0]=SYM_MAH;
int xx = pMeterSum / EST_PMSum;
itoa(xx,screenBuffer+1,10);
MAX7456_WriteString(screenBuffer,getPosition(pMeterSumPosition));
}
Code: Select all
amperage = (AMPRERAGE_OFFSET - (analogRead(amperagePin)*AMPERAGE_CAL))/10.23;
...
if(Settings[S_AMPERAGE]) displayAmperage();
if(Settings[S_AMPER_HOUR]) displaypMeterSum();
...
amperagesum += amperage / AMPDIVISION; //(mAh)
Code: Select all
Configures the reference voltage used for analog input (i.e. the value used as the top of the input range). The options are:
DEFAULT: the default analog reference of 5 volts (on 5V Arduino boards) or 3.3 volts (on 3.3V Arduino boards)
--> INTERNAL: an built-in reference, equal to 1.1 volts on the ATmega168 or ATmega328 and 2.56 volts on the ATmega8 (not available on the Arduino Mega)
INTERNAL1V1: a built-in 1.1V reference (Arduino Mega only)
INTERNAL2V56: a built-in 2.56V reference (Arduino Mega only)
EXTERNAL: the voltage applied to the AREF pin (0 to 5V only) is used as the reference.
Code: Select all
analogReference(INTERNAL);
NikTheGreek wrote:Probably yes....but where ?![]()
the image gets clear only when i touch both sides (front - back) at the same time
How are you doing your power?
Are the power (power and ground) jumpers jumped, or isolated?
What voltage (and from what source) are you powering the video side?
Check power carefully before jumpering anything.
Also check for multiple ground paths (video side). You could have a ground loop.
You need to use SHIELDED video cables,