Search found 18 matches

by szakacs
Sat Jul 18, 2015 12:14 pm
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33530

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

I am trying to implement this on a HK Multiwii Pro board and a X8R receiver. I believe I have configured and uploaded the Multiwii 2.4 with S.Port correctly. I have built an inverter as descibed here m. My problem is that as soon as I connect the inverter the MWC freezes/crashes. I have found that ...
by szakacs
Fri Jul 17, 2015 7:22 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33530

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

LutzB what value transistors did you use ??. I used PN2222A general purpose NPN switching.
by szakacs
Fri Jul 17, 2015 1:38 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33530

Re: FRSKY telemetry integration into Multiwii 2.4 has starte

I am trying to implement this on a HK Multiwii Pro board and a X8R receiver. I believe I have configured and uploaded the Multiwii 2.4 with S.Port correctly. I have built an inverter as descibed here m. My problem is that as soon as I connect the inverter the MWC freezes/crashes. I have found that a...
by szakacs
Sat May 02, 2015 12:07 am
Forum: Software development
Topic: MultiWii 2.4 connected on Cleanflight and Baseflight
Replies: 18
Views: 11852

Re: MultiWii 2.4 connected on Cleanflight and Baseflight

I too am interested in how this is done .. 8-)
by szakacs
Sat Feb 21, 2015 2:22 am
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33680

Re: SD Card Logger

That was it ... supply the board with a 3.3 volt source and all is now working. No more corruption and I have been able to speed the serial up to 57600 with no issues..
Now off to break something else ..
by szakacs
Fri Feb 20, 2015 2:12 am
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33680

Re: SD Card Logger

OK ..Found one of the issues.. I am using a LC Studio card reader and they seem to be very touchy with input voltage. If a feed it 5 volts things are OK, but a 6 volts it is trouble. It looks like that the onboard 3.3 regulator is not very tolerant. Still can't go any faster than 9600, and from what...
by szakacs
Wed Feb 18, 2015 6:33 am
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33680

Re: SD Card Logger

Thanks Liriel .. I must have an issue as the only serial speed that works for me is 9600. If I try and speed it up to 57600 or 115200 by adjusting the serial speeds and recompiling, I get nothing but garbage on the card and have to reformat in a pc. Sometimes I get a log directory with nothing in it...
by szakacs
Tue Feb 17, 2015 7:52 am
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33680

Re: SD Card Logger

Newbee help please ... Could somebody please confirm that the connections from the flight controller to the pro mini would be a crossed over tx - rx serial connection. i.e. HK multiwii pro serial 1 tx/rx to pro mini rx/tx. I have managed to complie and load the sketch, but when I go to read the card...
by szakacs
Thu Jan 22, 2015 12:35 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 336573

Re: MultiWii OSD - MWOSD

Is it possible to pick up GPS time from the FC.
I have a MultiWii PRO Flight Controller w/MTK GPS Module and I am playing with Alexinparis pre 2.4 code and configuring the GPS with
MTK_BINARY16. Since the FC is retrieving that information could that not be passed to the OSD ??
by szakacs
Sun Dec 07, 2014 10:21 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49616

Re: pre 2.4 version r1729

PatrikE wrote:When i have tested the NAV B7 code earlier i have got strange errors in Eos Wingui.
I discovered that it "crashes" if you don't uncomment
#define USE_MSP_WP
It seems it cant run without it!..



That was it....Thanks so much...Now I can get back to testing :D
by szakacs
Sun Dec 07, 2014 12:41 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49616

Re: pre 2.4 version r1729

I changed the version in the multiwii.h to 230 - now it works. I tried this and I get the following.....Any ideas ?? ************** Exception Text ************** System.ArgumentOutOfRangeException: Value of '0' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter n...
by szakacs
Fri Mar 21, 2014 5:33 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160071

Re: Direct Frsky telemtry data from MW FC

Thank you for your time. It is appreciated.. Using your pointers I have been able to achieve what I was after.
I can now display either utc or local time on the FrSky FLD-02 Telemetry Display Screen.
by szakacs
Fri Mar 14, 2014 3:00 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160071

Re: Direct Frsky telemtry data from MW FC

I am wishing to extract the time from the GPS nmea No, that is not foreseen in the current implementation of MW. However, it can be easily implemented by adding a line to gps.ino dealing with the time. But, for what purpose do you need the UTC time? In my view it is better to have the time of armin...
by szakacs
Wed Mar 12, 2014 6:53 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160071

Re: Direct Frsky telemtry data from MW FC

I am just getting into this C++ so please bare with me.
I am wishing to extract the time from the GPS nmea. In the current MW 2.3 is there a variable I can get a source from i.e. in GPS.cpp ??
by szakacs
Fri Feb 14, 2014 5:42 am
Forum: Software development
Topic: Multiwii 2.3 - Trim values
Replies: 17
Views: 5963

Re: Multiwii 2.3 - Trim values

Thanks for that ...
Once I figured out where to place the code, it does what I want.
by szakacs
Fri Jan 24, 2014 2:22 am
Forum: Software development
Topic: Multiwii 2.3 - Trim values
Replies: 17
Views: 5963

Multiwii 2.3 - Trim values

Is it possible to extract trim values using debug ??. Client or terminal prog.??
When testing newer versions it would be nice to use them to tune instead of going through the trim process each time.
by szakacs
Sun Jan 19, 2014 12:22 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 406513

Re: GPS NAV

EOSBandi wrote:
szakacs wrote:Would it be possible to show trim values in the GUI ?

It is a good idea, plus perhaps you can change them from gui... it could be faster than changing trim with stick controls :D


Is it possible to extract the values using a terminal program like MultiWiiCL ?
by szakacs
Sat Jan 11, 2014 10:46 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 406513

Re: GPS NAV

Would it be possible to show trim values in the GUI ?