Michel_MTR
New Member
Hi,
First of all, thanks to the DYNON team who gave us so marvelous EFIS.
I fly with my MRC01 an a D10-A (with the new firmware) and they seem to be created one for the other !!!!
But, yes the home-builders are like that (!), I try to use data (specially altitude) pushed from the serial interface and have some problems.
I studied the user's manual and hooked (and programed !) a CUBLOC CB-280
( http://cubloc.com/product/01_01.php?PHPSESSID=c2bf9c73fbc1233380698d7d84aad16b )
I proceed as follow :
I read 210 byte each second
I search the first <CR><LF> position
I take datas I need at the positions they are in the string.
I display results on a 2x16 char LCD.
In order to control the correct picking of data, I read char 1 to 8 and can verify I have datas each second.
I display altitude after conversion from meters to feet
During ground test I obtain correct altitude and time to time an abnormal value. Looking nearer I see that the altitude sign (char 25) became "-" time to time. I programed a "cataplasm" (!!!) it became "OK" and altitude display strictly conform with the EFIS
With the cataplasm, during in-flight test the altitude was not stable, passing from correct value to one 100-150 ft under.
In order to verify if my program runs well, I add the display of the airspeed (converted to km/h) and without any cataplasm the display was always the same of the EFIS 'one and altitude still unstable (vith cataplasm !).
I think that I can't go forward alone ....
Thanks for your help
Michel RIAZUELO
First of all, thanks to the DYNON team who gave us so marvelous EFIS.
I fly with my MRC01 an a D10-A (with the new firmware) and they seem to be created one for the other !!!!
But, yes the home-builders are like that (!), I try to use data (specially altitude) pushed from the serial interface and have some problems.
I studied the user's manual and hooked (and programed !) a CUBLOC CB-280
( http://cubloc.com/product/01_01.php?PHPSESSID=c2bf9c73fbc1233380698d7d84aad16b )
I proceed as follow :
I read 210 byte each second
I search the first <CR><LF> position
I take datas I need at the positions they are in the string.
I display results on a 2x16 char LCD.
In order to control the correct picking of data, I read char 1 to 8 and can verify I have datas each second.
I display altitude after conversion from meters to feet
During ground test I obtain correct altitude and time to time an abnormal value. Looking nearer I see that the altitude sign (char 25) became "-" time to time. I programed a "cataplasm" (!!!) it became "OK" and altitude display strictly conform with the EFIS
With the cataplasm, during in-flight test the altitude was not stable, passing from correct value to one 100-150 ft under.
In order to verify if my program runs well, I add the display of the airspeed (converted to km/h) and without any cataplasm the display was always the same of the EFIS 'one and altitude still unstable (vith cataplasm !).
I think that I can't go forward alone ....
Thanks for your help
Michel RIAZUELO