Search found 35 matches

by modelci
Wed Nov 21, 2012 12:27 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

I'm glad, developments continues with the highly assistances. This is last and final for Rushduino board. Then only will continue for Minim-osd. Because, I need to empty place for new improvements in the flash. http://osd-max7456-multiwii.googlecode.com/files/osd_max7456_multiwii_V1_2_alfa5.zip Mini...
by modelci
Fri Nov 16, 2012 6:11 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Ah, finally I can see. My bad english! I take care of it. I do not know, to be fix on not to be fix. :oops:
by modelci
Fri Nov 16, 2012 3:00 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

I have mw fc cards. I do not have my osd card. Are you not be able to provide a screenshot.
by modelci
Fri Nov 16, 2012 2:46 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

alfa4 published.

if you do not want a negative value to altimeter change these in GlobalVariables.h:
int32_t MwAltitude=0;
int16_t relativeAltitude=0;
int16_t absoluteAltitudeAtStart = 0;

uint32_t MwAltitude=0;
uint16_t relativeAltitude=0;
uint16_t absoluteAltitudeAtStart = 0;
by modelci
Fri Nov 16, 2012 2:26 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

We're told to data from the barometer. Highly variable. It becomes negative sometimes.
mw_r1240_2.jpg

I bring the code into the old and publish it. Necessary for me to negative values.
by modelci
Fri Nov 16, 2012 1:51 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

They are not different. Only, try this:

In GlobalVariables.h

int32_t MwAltitude=0; ----> uint32_t MwAltitude=0;
int16_t MwVario=0; ----> uint16_t MwVario=0;

int altitude = 0; ----> uint32_t altitude = 0;

We don't show after the decimal point. Maybe later.
by modelci
Fri Nov 16, 2012 12:18 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

carlonb wrote:
trailblazer wrote:.....
Can you please address me in what i need for char set mod tools? (and some examples) :mrgreen:
Carlo


http://code.google.com/p/minimosd-extra/source/browse/#svn%2Ftrunk%2FTools
by modelci
Thu Nov 15, 2012 9:18 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

kataventos wrote:Is this just part of the code for altitude and climbing rate, or can I try to compile it and test?


No, I put for correction If anyone knows. It came to my knowledge the limit. :roll:
by modelci
Thu Nov 15, 2012 8:26 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

This is part of the program to do the job: Just showing everything from mw. void displayAltitude(void) { //MwAltitude=MwAltitude/estAltValue; //AbsoluteAltitudeAtStart = 0; if(!altitudeOk&&(allSec>5)&&armed){ //absoluteAltitudeAtStart = MwAltitude ; altitudeOk=1; altitudeMAX=0; } if(...
by modelci
Thu Nov 15, 2012 6:24 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

@modelci I see you have added minim hardware support. Do you know if its working for anyone. I was just about to start writing a simple OSD for myself. Might as well use yours/JG code!! I tried to upload, but get blank screen - does this config require cam input? or to be connected to multiwwi to d...
by modelci
Thu Nov 15, 2012 6:03 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

kataventos wrote:Altitude: It seems that it is not holding altitude, it is jumping between 0 and correct reading.


I think corrected this error and vario.

http://osd-max7456-multiwii.googlecode.com/files/osd_max7456_multiwii_V1_2_alfa2.zip
by modelci
Thu Nov 15, 2012 3:34 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

kataventos wrote:This is what I call a smooth horizon line, on V7 I had almost no info but it was smooth!

http://www.youtube.com/watch?v=8b3XXbMeRtQ


But, this screen is very empty.
by modelci
Thu Nov 15, 2012 3:09 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

I'll try the fix today.
by modelci
Thu Nov 15, 2012 2:39 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

In Config.h: // For Mode Active #define STABLEMODE 2 //0b00000010 (Try 1 instead of 2) #define BAROMODE 4 //0b00000100 #define MAGMODE 8 //0b00001000 #define BOXCAMSTAB 16 //0b00010000 #define BOXCAMTRIG 32 //0b00100000 #define ARMEDMODE 64 //0b01000000 (If you do not camtrig try 32) #define GPSHOME...
by modelci
Wed Nov 14, 2012 3:55 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Hi all, I also want to build this osd board, awesome thing . Back 2-3 pages, I read m And I build this OSD board with Atmega328P & MAX7456? Are there some more points I have to look at? Thanks! I corrected the error in the schema that page: ATmega328P (PDIP) pin17 (Arduino pin11) MOSI to MAX745...
by modelci
Wed Nov 14, 2012 2:01 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Thank you Kataventos.

This code for r1240. Still, made no correction for the modes. (Depending on the choice camstab camtrig.) I think an algorithm for it. Soon...

I'm not a C programmer. I'm an old retired man from periods of COBOL, FORTRAN4. So, developments it was a bit slow.
by modelci
Wed Nov 14, 2012 12:14 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Hi,
I ordered my card is still not. I'm trying to darkness.

I'd like to try the new code. I'd appreciate it if the result reported.

http://osd-max7456-multiwii.googlecode.com/files/osd_max7456_multiwii_V1_2.zip
by modelci
Tue Nov 13, 2012 12:30 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Hi, My order seems on the road since October 27. I studied a little on r1240. I have not seen a mismatch outside the radio type selection. I think to solve this is by directly entering datasize, for now. if ((cmdMSP==MSP_RC) && (dataSize==16)) { for(i=0;i<8;i++) MwRcData[i] = read16(); } (da...
by modelci
Mon Nov 05, 2012 8:23 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

@Modelci 1- Suddently my Alt is 23556m (when disarmed)!!! can you explain this? I have on serial 3 the FRSKY data sent correct to my 9x, so, the problem have to be on OSD soft?! Any idea? 2- The horizon line is a litle bit lazy! Can we fix that to be more natural with movements? 1- Actually be 235m...
by modelci
Sun Nov 04, 2012 9:07 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

dramida wrote:Could you do an rushduino software version witch compile on an Atmega 16? (that would be compatible with remzibi hardware and many of us already have one )


In the existing features will not fit in 168. Will be a lot of clipped features.
Gave up a lot even to fit 328.
by modelci
Sun Nov 04, 2012 9:00 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Modelci could you please explain that? the problem with this board all along has been not being able to change PID settings 1- When you have made the changes (pid or rc-tuning), exit with "SaveExit". These changes will be written to the SRAM on the MW FC. 2- Make experiments with changed ...
by modelci
Sun Nov 04, 2012 3:30 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

I'm sorry it's my fault. I should tell you how it works after the changes made.

PID or RC-TUNING changes need eeprom writing on 5/6 calibration page to be permanent.
by modelci
Sat Nov 03, 2012 12:01 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Working 96% with 2.1MWC so, at this time I just have two words for you: Great Job I like the: no throttle, back to main screen without save I'm glad you liked. Hi Oktay, Great job, I have one question, it's your arduino sketch compatible with MinimOsd hardware ? If not, what I need to change in you...
by modelci
Fri Nov 02, 2012 1:28 pm
Forum: Frames
Topic: Plywood QUADX with HK MultiWii Pro FC
Replies: 4
Views: 4357

Re: Plywood QUADX with HK MultiWii Pro FC

And second flight:

http://youtu.be/2v24lfuBp5k

This frame is not very durable. I will change design.
by modelci
Fri Nov 02, 2012 1:18 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Hi, Do not see even the first screen? Does not seem the Multiwii version number? All I know, the new version has not changed anything with the use of an ordinary receiver. But, there are changes in the use of SBus, Spektrum and serial_sum_ppm receivers. Sorry, I'm telling you the theoretical. I have...
by modelci
Mon Oct 22, 2012 4:24 pm
Forum: Frames
Topic: Plywood QUADX with HK MultiWii Pro FC
Replies: 4
Views: 4357

Re: Plywood QUADX with HK MultiWii Pro FC

My first flight is not so bad.

http://youtu.be/H0ns1nfoYmc
by modelci
Sun Oct 21, 2012 9:38 pm
Forum: Frames
Topic: Plywood QUADX with HK MultiWii Pro FC
Replies: 4
Views: 4357

Re: Plywood QUADX with HK MultiWii Pro FC

Thanks for your comment.

However, I decided to use Megapirateng software on this card with frame. I've installed, set up, tomorrow I'm gonna blow.
by modelci
Sun Oct 21, 2012 9:03 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Hi, tried the Modelci code on my Rushduino 1.2 . It doesnt work . Made the changes how described. Fly with 2.11 dev 1177 ... Any hints? Jan Hi, Did you run this code? http://osd-max7456-multiwii.googlecode.com/files/osd_max7456_multiwii_V1_1_MW2_1.zip Note: The code for Multiwii2.1 only works with ...
by modelci
Thu Oct 18, 2012 11:14 pm
Forum: Frames
Topic: Plywood QUADX with HK MultiWii Pro FC
Replies: 4
Views: 4357

Plywood QUADX with HK MultiWii Pro FC

My first attempt at multicopter. I copied the frame HK site. I did CNC cut from 3mm birch plywood. 640mm distance between the motor axis. Empty weight was 230g. I used on Hextronik DT700 Brushless Outrunners, HobbyKing 20A BlueSeries BSCs, two parallel 3S 2200 15C Zippy li-pos, 11x4,7 propellers. To...
by modelci
Wed Oct 17, 2012 6:20 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

I did.

osd_max7456_multiwii_V1_MW2_1 is set for MultiWii 2.1 and original Rushduino-OSD board.

http://osd-max7456-multiwii.googlecode.com/files/osd_max7456_multiwii_V1_MW2_1.zip

Note: Only works with the port 0.
by modelci
Wed Oct 17, 2012 4:32 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

msev wrote:Modelci can you post Eagle files, .sch and .brd?


https://sites.google.com/site/modelatolyesi/Home/elektronik/osd-multiwii

I published schema at this address. .sch file bottom of the page.
I used the SparkFun max7456 breakout board.
by modelci
Wed Oct 17, 2012 4:27 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Created by 2.11(dev version). Will not work by 2.1 Data sizes: MSP_STATUS 10 in 2.1, 11 in 2.11 RAW_GPS 14 in 2.1, 16 in 2.11 MSP_ALTITUDE 4 in 2.1, 6 in 2.11 etc. Should be changed in config.h; // For Mode Active #define STABLEMODE 1 #define BAROMODE 2 #define MAGMODE 4 #define BOXCAMSTAB 8 #define...
by modelci
Mon Oct 15, 2012 7:54 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 340217

Re: Rushduino OSD - Multiwii based open software osd

Hi, I worked on Rushduino V9-beta last month. I edited it for my diy osd board. Analog inputs, led pins, buzzer may be different from the orijinal. I tested for PAL and NTSC. But, may contain some errors escaped my eye. I will continue to work on. This is link: [url]code.google.com/p/osd-max7456-mul...