Search found 58 matches

by KaiK
Wed Aug 21, 2013 11:06 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159119

Re: Direct Frsky telemtry data from MW FC

Yes, I know this item, which is a real TTL-RS232 + Inversion device.

But I meant this super simple small PCBA which only uses a Transistor for inversion (as FRSky receivers understand TTL 5V but need inverted signal).
by KaiK
Tue Aug 20, 2013 8:06 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159119

Re: Direct Frsky telemtry data from MW FC

@Timecop: Where did you get this tiny transistor PCBA from shown in viewtopic.php?f=7&t=1929&p=19309&hilit=frskyadp#p19309
I guess it is just the well known voltage inversion circuit?
by KaiK
Wed Apr 17, 2013 7:41 pm
Forum: MultiWii tweaking - flying experience
Topic: Airplane/ Arming when not upright/leveled | failsafe problem
Replies: 2
Views: 1299

Re: Airplane/ Arming when not upright/leveled | failsafe pro

For me it is very difficult to detect failure, then lower throttle+level plane etc...
It would be great to have the ability to arm with switch at any state of level of plane/throttle OR to rearm automatically from failsafe if RC recovers within x seconds.

Kind regards
Kai
by KaiK
Sun Apr 14, 2013 7:07 pm
Forum: MultiWii tweaking - flying experience
Topic: Airplane/ Arming when not upright/leveled | failsafe problem
Replies: 2
Views: 1299

Airplane/ Arming when not upright/leveled | failsafe problem

Hi guys, today I discovered a strange behaviour on my Bixler/MW 2.2 Airplane setup. It seems, that the RC connection where lost for some seconds, but it obviously recovered. I could control the airplane servos, but the throttle couldnt be reactivcated. So I had to land outside the airfield. My confi...
by KaiK
Fri Nov 30, 2012 8:11 am
Forum: Software development
Topic: Barometer MS5611 accuracy improvement
Replies: 12
Views: 6277

AW: Barometer MS5611 accuracy improvement

Did you check the noise of signal?
by KaiK
Mon Nov 19, 2012 5:01 pm
Forum: General discussions
Topic: Mega2560 often cannot read the GPS
Replies: 2
Views: 1815

Re: Mega2560 often cannot read the GPS

Where do you connect +5V to Arduino board?
Is the GPS connected to 5V or 3V3 of Arduino?
by KaiK
Sun Sep 30, 2012 2:17 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 210963

AW: Airplane mode

Problem wasnt the updaterate, but a wrong variable declaration causing a overflow.

Just checkout or download the latest output.ino from shared in repository...
by KaiK
Mon Sep 24, 2012 5:09 pm
Forum: Software development
Topic: power meter for 1prebis7 - beta testers wanted
Replies: 56
Views: 22802

Re: power meter for 1prebis7 - beta testers wanted

I am pretty shure (as I have the Unidirectional 100U) that is works like this:

Bidirectional (100B): 0A -> VCC/2
Unidirectional (100U): 0A -> 0.6V (or another value near 0V but not equals 0V).
by KaiK
Sun Sep 23, 2012 8:44 pm
Forum: Software development
Topic: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect
Replies: 12
Views: 3366

AW: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect

I think it would be useful to integrate the !f.armed -> MINCOMMAND feature or is this implemented for Motor[i] at another place?
by KaiK
Sun Sep 23, 2012 8:47 am
Forum: Software development
Topic: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect
Replies: 12
Views: 3366

Re: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect

PatrikE wrote:Done


Shure? Cannot find any difference in shared regarding this (e.g. in output.ino)
by KaiK
Sat Sep 22, 2012 8:44 pm
Forum: Software development
Topic: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect
Replies: 12
Views: 3366

AW: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect

I will integrate a switch to select between MOTOR and SERVO and upload to shared later...
by KaiK
Sat Sep 22, 2012 6:52 pm
Forum: Software development
Topic: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect
Replies: 12
Views: 3366

Re: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect

Thanks for your reply. The workaround seems to work! We have to be careful, because the "security feature" (see below) is overwritten by the map/constraint. if (!f.ARMED){ servo[7] = MINCOMMAND; // Kill throttle when disarmed } else { servo[7] = rcData[THROTTLE]; } I tried to manually set ...
by KaiK
Sat Sep 22, 2012 3:46 pm
Forum: Software development
Topic: Airplane mode: MINCOMMAND/MINTHROTTLE have no effect
Replies: 12
Views: 3366

Airplane mode: MINCOMMAND/MINTHROTTLE have no effect

Hi guys, airplane mode in Mega seems to work so far, but one problem left: MINCOMMAND and MINTHROTTLE have no effect (checked with scope). My ESC fails to initalize. In the guy the minimal command on throttle channel is 1020, which I was able to find in the config.h, but no in any throttle context. ...
by KaiK
Sat Sep 22, 2012 3:17 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 225864

Re: New Multiwii Serial Protocol

Hamburger wrote:Extending that existing command sounds good enough to me.

timecop wrote:Why would airspeed need to be in misc msp with power meter junk. if there is no space in imu/sensors one, then make a new one.


Any consent in this?
by KaiK
Sat Sep 22, 2012 11:30 am
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

Re: Plane mode on Mega (1280) board: Not running, Issues on

Checked it with a scope and made a little test in airplane (on ground): Seems to fix it!
by KaiK
Sat Sep 22, 2012 7:05 am
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 17373

AW: telemetry with Xbee

The APC220 works transparently on current Multiwii here. Just set the APC220 to the max. Baudrate (56000) via its software config tool and modify Multiwii Serial0 Baud to the same rate...
by KaiK
Fri Sep 21, 2012 7:37 pm
Forum: Software development
Topic: Multiwii Documentation Wiki
Replies: 74
Views: 19698

AW: Multiwii Documentation Wiki

+1
by KaiK
Fri Sep 21, 2012 6:18 pm
Forum: Software development
Topic: power meter for 1prebis7 - beta testers wanted
Replies: 56
Views: 22802

AW: power meter for 1prebis7 - beta testers wanted

VCC/2 on bidirectional sensors...
But you have a unidirectional with twice the resolution...
by KaiK
Fri Sep 21, 2012 4:04 pm
Forum: Software development
Topic: Added true airspeed measurement
Replies: 19
Views: 9820

Re: Added true airspeed measurement

I hope Multiwii will be more popular for using with planes in the future and will developed in this direction, too, to get a full "Airdrone suite" :-)
So I think its a interesting sensor, espacially for autothrottle and landing...
by KaiK
Fri Sep 21, 2012 4:01 pm
Forum: Software development
Topic: power meter for 1prebis7 - beta testers wanted
Replies: 56
Views: 22802

Re: power meter for 1prebis7 - beta testers wanted

Just solder the + Pin of Lipo to IP+, IP- then goes to your motors...
VCC is +5V (from ESC or Arduino), GND is GND, VIOUT is the signal, which is 0.6V when power is zero and 4,6V when power is 100A.

Just measure Voltage with multimeter between GND and VIOUT and you will see, if this works.
by KaiK
Fri Sep 21, 2012 1:42 pm
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

Re: Plane mode on Mega (1280) board: Not running, Issues on

Great. I will try it and scope it tomorrow.
by KaiK
Sat Sep 15, 2012 3:25 pm
Forum: Software development
Topic: Added true airspeed measurement
Replies: 19
Views: 9820

Re: Added true airspeed measurement

Thank you for your comments, Hamburger! I started with Revision 1113, as stated in folder naming. Please see the differences below. Any feedback, especially regarding speed (improvement) and type cast (int -> float -> int) are welcome. I will add this to shared if some of you give a ok... I didnt mo...
by KaiK
Sat Sep 15, 2012 10:20 am
Forum: Software development
Topic: Added true airspeed measurement
Replies: 19
Views: 9820

Added true airspeed measurement

Hi guys, I implemented reading true airspeed (differential pressure) using the MPXV7002 sensor, which is part of e.g. the DIY drones airspeed kit. I partially orientated on the ardupilot code (averaging, zeroing). The measured airspeed is transferred in cm/s via debug[3] and MSP_MISC (2nd entry) cur...
by KaiK
Sat Sep 15, 2012 9:47 am
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3807

Re: Airplane-Acrotrainer no servo on mega pls help

Might be the same as documented here: viewtopic.php?f=8&t=2385
by KaiK
Sat Sep 15, 2012 9:47 am
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

Re: Plane mode on Mega (1280) board: Not running, Issues on

I tried it some minutes ago with the latest checkout from Shared, but it is still the same. High periods of PWM is jumping between 1ms and 5ms when the GUI indicates a changing (eg. when moving the IMU -> changing servo signals, moving throttle stick -> changing ESC signal)... This is really weird...
by KaiK
Fri Sep 14, 2012 7:37 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 225864

Re: New Multiwii Serial Protocol / Using

Hi guys, I am just implementing an airspeed measurement (differential pressure) into the MWC code and struggling about how to transfer the data (uint16=serialize16) via the serial protocoll. My first tought was transferring it via MSP_MISC which currently is only used by powermeterTrigger1 and has 8...
by KaiK
Mon Sep 10, 2012 8:38 pm
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

AW: Plane mode on Mega (1280) board: Not running, Issues on

Couldnt check it until now.
What do you mean with MIS?
by KaiK
Sun Sep 09, 2012 2:10 pm
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

Re: Plane mode on Mega (1280) board: Not running, Issues on

Hi guys, maybe it wasnt clear. The high period doesnt change like expectet. The GUI shows the expectet values, but the high signal only jumps between 1,2ms and 5,2ms (nothing between this). It jumps when not armed (idle), too... The servos are going crazy with this.. May a video of the oszi measurem...
by KaiK
Sat Sep 08, 2012 11:22 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 210963

Re: Airplane mode

In my attempt to make the airplane code work with the mega1280 i have run into troubles, mainly i dont understand the servo out code at all, while the motor out code is straight and easy. So i did define airplane to have 4 motors. The advantage of having 4 motors on a mega1280 is i can use hardware...
by KaiK
Sat Sep 08, 2012 11:15 am
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

Re: Plane mode on Mega (1280) board: Not running, Issues on

Hi guys, just checked it with my todays arriving Arduino Uno. It gives a clear and good PWM signal. So I think there is something wrong with the implemetation for Mega boards. Unfortunately I am not very familiar with all the timers/interupts stuff. Does someone of you have an idea where to search/h...
by KaiK
Tue Sep 04, 2012 5:51 pm
Forum: Shields, boards and sensors
Topic: Ebay MPU-6050 (Ignore this post)
Replies: 5
Views: 2155

AW: Ebay MPU-6050

I cannot imagine the I2C voltage level will have any influence on the control...
by KaiK
Sun Sep 02, 2012 4:15 pm
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4353

Plane mode on Mega (1280) board: Not running, Issues on PWM?

Hi guys, did one of you successfully run Plane mode on a mega board? I have connected everything correctly (using D2 for rudder, D3 for engine, D5 for elev and D6 for the wings) but the servos are going crazy and the ESC is beeping (no signal). Du to that I analyzed the the PWM signal with a oszi an...
by KaiK
Wed Aug 22, 2012 5:27 pm
Forum: Ideas
Topic: more sensors, telemetry, GCSs
Replies: 9
Views: 3344

AW: more sensors, telemetry, GCSs

@Hamburger: Great, didnt notice that. Saw the powermeter efforts but no finished hardware current sensor implemetation.
Didnt find this at your link stated.

Can you provide more information or refer to the lines in code?

Thank you
Kai
by KaiK
Wed Aug 22, 2012 5:18 pm
Forum: Software development
Topic: power meter for 1prebis7 - beta testers wanted
Replies: 56
Views: 22802

AW: power meter for 1prebis7 - beta testers wanted

I have bought a ACS758LCB-100U-PFF-T at Ebay for 10 usd, it is working great on the CL-OSD...

next weeks I will give it a try on Multiwii...
by KaiK
Tue Aug 21, 2012 9:24 pm
Forum: Ideas
Topic: more sensors, telemetry, GCSs
Replies: 9
Views: 3344

more sensors, telemetry, GCSs

Hi guys, as I played around with e.g Multiwii all in one app for Android on my tablett and had a look on different GCSs (Not Multiwii related) I had the idea to use Multiwii more for telemetry. I think this could be a great step which could be combined with programming a ground control or using some...
by KaiK
Fri Aug 03, 2012 5:27 pm
Forum: Ideas
Topic: Live tracking and controlling quadcopter using computer
Replies: 5
Views: 2368

Re: Live tracking and controlling quadcopter using computer

I hope this is a joke!
by KaiK
Mon Apr 09, 2012 4:55 pm
Forum: Ideas
Topic: Real Subchannels - not only low/mid/high
Replies: 4
Views: 2188

Re: Real Subchannels - not only low/mid/high

+1

We have to ensure the distance between "Subchannels" is great enough to avoid malefunction (recognice wrong level)...
by KaiK
Tue Apr 03, 2012 3:54 pm
Forum: Software development
Topic: GPS - which data records are used
Replies: 1
Views: 966

GPS - which data records are used

Hey guys,

I am thinking about, which data records are used by the multiwii software?

Did I discover right in the sourcecode, that its only using GGA (fix information) and RMC (coordinates)?

Regards
Kai
by KaiK
Tue Apr 03, 2012 1:44 pm
Forum: Software development
Topic: GPS - Update frequency
Replies: 1
Views: 988

GPS - Update frequency

Hey guys,

can you tell me, whats the max. useful update frequency for the GPS modules? In which frequency the MWC control does use the data?

Some guys run the GPS module at 10Hz, but I dont think MWC makes use of this?!

Regards
Kai
by KaiK
Wed Nov 23, 2011 12:46 pm
Forum: Software development
Topic: MultiWii 1.9
Replies: 211
Views: 80828

Re: MultiWii 1.9

Yeah +1
by KaiK
Mon Nov 21, 2011 5:17 pm
Forum: Getting Started - MultiWii config and setup
Topic: N00B questions
Replies: 4
Views: 2250

Re: N00B questions

Joe.W wrote:So "Acro mode" means the Acc is off? And "Level mode" means Acc is on?


Correct.
by KaiK
Wed Nov 09, 2011 9:04 am
Forum: Getting Started - MultiWii config and setup
Topic: BOXARM settings
Replies: 3
Views: 1804

Re: BOXARM settings

in this context: is there a way to disable the stick functions for arming/disarming?
by KaiK
Wed Nov 09, 2011 8:57 am
Forum: Frames
Topic: My First Quadrocopter Design
Replies: 22
Views: 15099

Re: My First Quadrocopter Design

I would power the Arduino directly from the Lipo, because of lower noise than ESC 5V.
Arduino should work with 3S (and you could use one or two diodes to lower some volts...)
by KaiK
Thu Nov 03, 2011 9:23 pm
Forum: Shields, boards and sensors
Topic: Serial Bluetooth RF Transceiver Module RS232
Replies: 154
Views: 123283

Re: Serial Bluetooth RF Transceiver Module RS232

You dont need a LLC, just put a 1K resistor between Arduino TX and BT RX (vice versa should be safe without resistor i think).
by KaiK
Mon Oct 31, 2011 4:16 pm
Forum: Getting Started - MultiWii config and setup
Topic: GUI 1.8 Patch 2 Question
Replies: 4
Views: 1975

Re: GUI 1.8 Patch 2 Question

You should be able to connect and see rotation of copter.
Anyway you should be able to connect and read/write values if you dont have connected any sensor...
by KaiK
Sat Oct 01, 2011 8:14 pm
Forum: ESCs, propellers , servos and radios
Topic: Problem with Turnigy Plush 30A
Replies: 1
Views: 1773

Re: Problem with Turnigy Plush 30A

Are they beeping?
I needed to set

Code: Select all

#define MINCOMMAND 900


and

Code: Select all

#define MINTHROTTLE 1200
by KaiK
Fri Sep 30, 2011 3:54 pm
Forum: Connecting elements
Topic: Pinouts for Mega
Replies: 4
Views: 2926

Re: Pinouts for Mega

Pinout and naming of them should be the same as Seeeduino Mega which you can find in the pdf.