Search found 37 matches

by xoxota
Wed Nov 28, 2012 6:02 pm
Forum: Shields, boards and sensors
Topic: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWii)
Replies: 25
Views: 21367

Re: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWi

help me sir, I'm also a newbie to this flight controller, right now i find out that i can't arm the MultiWii, can you tell me the stick combination to arm this FC? and also which program must i compile? I'm affraid maybe there's something wrong with the program.. i use the program from this website...
by xoxota
Wed Nov 28, 2012 7:46 am
Forum: Getting Started - MultiWii config and setup
Topic: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?
Replies: 8
Views: 3331

Re: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working

Thanks! Do you by any chance have a reference for how to hack the PilotLamp signal? alarms.ino is not super readable for this, and I mostly stumbled across a couple of things through trial and error (setting varying pulse freqs at 50% duty cycle). So far, I've got something like (in microseconds): #...
by xoxota
Wed Nov 28, 2012 6:34 am
Forum: Getting Started - MultiWii config and setup
Topic: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?
Replies: 8
Views: 3331

Re: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working

Thanks for your suggestion, Doughboy! Wrote a quick and dirty sketch to test each pilotlamp option (Red/Green/Blue/Beep), and everything worked fine. Discovered the reason it wasn't working (missing a couple of semicolons in my BUZZERPIN_ON and PL_PIN_ON defines). ...But dang, that PilotLamp buzzer ...
by xoxota
Tue Nov 27, 2012 8:09 pm
Forum: Getting Started - MultiWii config and setup
Topic: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?
Replies: 8
Views: 3331

Re: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working

Unless you see your pilotlamp smoke or you stepped on it and completely crushed it, I don't see how it can be damaged. Make sure the wires to the servo connector are not disconnected. you can easily test it if you have an extra arduino by simply sending a pulse (digitalWrite(pin,HIGH);delayMicrosec...
by xoxota
Tue Nov 27, 2012 6:42 pm
Forum: Getting Started - MultiWii config and setup
Topic: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?
Replies: 8
Views: 3331

Re: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working

There's actually a section in config.h: //#define BUZZERPIN_PINMODE pinMode (A2, OUTPUT); // use A2 instead of d8 //#define BUZZERPIN_ON PORTC |= 1<<2 //PORTB |= 1; //#define BUZZERPIN_OFF PORTC &= ~(1<<2); //PORTB &= ~1; In general, it looks like PL_PIN_ON and PL_PIN_OFF are usually set to ...
by xoxota
Thu Nov 22, 2012 8:33 pm
Forum: Getting Started - MultiWii config and setup
Topic: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?
Replies: 8
Views: 3331

Re: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working

The BUZ pin on this board is connected to D9, and not D8 for some reason (design error?). I can't find where D8 comes out. Is there some way to configure which pin to use for BUZ within the multiwii code?
by xoxota
Thu Nov 22, 2012 8:33 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8473

Re: PilotLamp pointers?

Looks like, for starters, the BUZ pin on this board is connected to D9, and not D8 for some reason (design error?). I can't find where D8 comes out. Is there some way to configure which pin to use for BUZ within the multiwii code?
by xoxota
Wed Nov 21, 2012 6:33 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8473

Re: PilotLamp pointers?

Hmm. Well, I enabled PILOTLAMP, plugged my PilotLamp into the buzzer pin (D8), and.... nothing. Am I doing something wrong? How do I diagnose this type of problem? Does the fact that I'm using a PPM receiver have any impact?
by xoxota
Wed Nov 21, 2012 6:27 pm
Forum: Software development
Topic: Bind Support in Multiwii and GUI
Replies: 7
Views: 4042

Re: Bind Support in Multiwii and GUI

JFSebastian wrote:What do I do to make bind work, when i click the bind button in the GUI it closes COM and freezes.

I'm using r1225


What board are you using?
by xoxota
Wed Nov 21, 2012 6:13 pm
Forum: Getting Started - MultiWii config and setup
Topic: PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?
Replies: 8
Views: 3331

PilotLamp + Spektrum Sat. + HK_MultiWii_328P not working!?

I'm using the HK_MultiWii_328P with a Spektrum Satellite receiver. When I enable the PILOTLAMP option and plug my pilot Lamp into D8 / VCC / GND , it just lays there, no lights, no sound. So my question is: 1) Am I doing it right? 2) Can I specify some other pin (such as any of the regular receiver ...
by xoxota
Sun Nov 18, 2012 6:03 am
Forum: Getting Started - MultiWii config and setup
Topic: Can someone recommend an LCD that actually WORKS?
Replies: 5
Views: 2077

Can someone recommend an LCD that actually WORKS?

Hi all, After much frustration with my Crius LCD module. It basically doesn't work. I have no idea what's wrong or how to solve it. On power-up, I get "Serial LCD v1.03" displayed on the screen. Then, when I enter LCD configuration mode, just a bunch of garbage characters that appear to ch...
by xoxota
Tue Oct 23, 2012 10:35 pm
Forum: Software development
Topic: How to enable Stick Commands?
Replies: 5
Views: 3027

Re: How to enable Stick Commands?

In case anyone finds this years from now, with the same problem, it turned out to be what it ALWAYS turns out to be: Throttle and Yaw ranges were sufficient to arm motors, but pitch/roll ranges were not sufficient to use stick commands. This was because I had set up dual rates, where the throttle an...
by xoxota
Tue Oct 23, 2012 10:27 pm
Forum: Shields, boards and sensors
Topic: New HK_MultiWii board. Help with def.h?
Replies: 4
Views: 2860

Re: New HK_MultiWii board. Help with def.h?

Have you checked this? http://www.multiwii.com/faq#How_should_be_the_sensor_axis_directions Yep, first thing I checked. Everything looked fine, except the Compass heading was off by 45 degrees. Turned out I was the one who was off by 45 degrees (figured this out when I saw that Roll and Pitch were ...
by xoxota
Tue Oct 23, 2012 10:19 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8473

Re: PilotLamp pointers?

Thanks all for the answers! Looks like it's exactly what I'm looking for :-)
by xoxota
Tue Oct 23, 2012 7:21 am
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8473

PilotLamp pointers?

I'm looking at plugging an XAircraft PilotLamp into my board. I noticed some code that seems to indicate this is supported in some way (at least in MultiWii_shared).PilotLamp has three LEDs (Red Green and Blue) and a buzzer, but the code doesn't appear to support the buzzer. What pin(s) should I hoo...
by xoxota
Mon Oct 22, 2012 8:59 pm
Forum: Software development
Topic: Bind Support in Multiwii and GUI
Replies: 7
Views: 4042

Re: Bind Support in Multiwii and GUI

Sorry if this is a stupid question, but what is R1224, and where can I get it? I don't see it anywhere in the GoogleCode repo.

*EDIT: Nevermind, figured it out. Thanks!
by xoxota
Mon Oct 22, 2012 8:54 pm
Forum: General discussions
Topic: multiwii offset board position - not centrally mounted
Replies: 4
Views: 2155

Re: multiwii offset board position - not centrally mounted

I'm no expert, but at a guess, I'd say your Yaw calibration would probably be way off. I think it's best if you place the board as close to the CofG as possible, (whether that's at the center of the airframe or not is not really relevant). For example, if you'r flying a Quad in "plus" mode...
by xoxota
Sun Oct 21, 2012 3:24 pm
Forum: Shields, boards and sensors
Topic: New HK_MultiWii board. Help with def.h?
Replies: 4
Views: 2860

Re: New HK_MultiWii board. Help with def.h?

Okay, well, I took the leap and flashed it. And of course everything stopped working . The HK docs are completely wrong for this board. I ended up with something like this: #if defined(HK_MultiWii_328P ) #define I2C_SPEED 400000L #define ITG3200 #define HMC5883 #define BMA180 #define BMP085 #define ...
by xoxota
Sun Oct 21, 2012 3:21 pm
Forum: Software development
Topic: multiwiiConf won't launch?
Replies: 2
Views: 3447

Re: multiwiiConf won't launch?

I didn't even know there was a 64-bit conf. I'm just running the version from multiwii google code repo. I gave up trying after an hour or so, and went back to my mac, where everything just magically works ;-)
by xoxota
Sun Oct 21, 2012 8:40 am
Forum: Connecting elements
Topic: Heading 180 degree out
Replies: 13
Views: 5313

Re: Heading 180 degree out

Did you set your magnetic declination in config.h?
by xoxota
Sun Oct 21, 2012 7:25 am
Forum: Shields, boards and sensors
Topic: New HK_MultiWii board. Help with def.h?
Replies: 4
Views: 2860

New HK_MultiWii board. Help with def.h?

Hi all, I just received this new board , and wanted to get a sanity-check on my new defines in config.h and def.h. Basically, I did a best-guess based on other configs. I don't actually have a schematic or anything, just the specs. From the site: ITG3205 Triple Axis Gyro BMA180 Accelerometer BMP085 ...
by xoxota
Sun Oct 21, 2012 6:11 am
Forum: Software development
Topic: multiwiiConf won't launch?
Replies: 2
Views: 3447

multiwiiConf won't launch?

Running Windows 7 64-bit (with 32-bit Java 7). When I double-click MultiWiiConf 2.1 to run it, nothing happens. Nothing shows up in task manager. Is there some installation step I missed? Why isn't it working? EDIT: Correction. Not "nothing". Checking Task Manager, it looks like javaw.exe ...
by xoxota
Fri Oct 12, 2012 10:37 pm
Forum: Getting Started - MultiWii config and setup
Topic: How to set flight modes?
Replies: 11
Views: 10948

How to set flight modes?

I read a lot about so-called "Flight Modes" (example: http://www.multiwii.com/wiki/index.php?title=Flightmodes ). But nowhere does the wiki (or the forums, from what I can tell) explain how / where to change this "mode"? Is this done via multiwii_conf? in config.h ? Via AUX chann...
by xoxota
Fri Oct 12, 2012 12:57 am
Forum: Software development
Topic: How to enable Stick Commands?
Replies: 5
Views: 3027

Re: How to enable Stick Commands?

our radio must reach this values to trig the stick commands. in MultiWii.ino // rc functions // ****************** #define MINCHECK 1100 #define MAXCHECK 1900 Increase the rates in radio or change the Check values. Right, but wouldn't this also affect my ability to arm/disarm the motors, and indeed...
by xoxota
Sun Oct 07, 2012 11:21 pm
Forum: Software development
Topic: How to enable Stick Commands?
Replies: 5
Views: 3027

How to enable Stick Commands?

I'm trying to be able to calibrate the ACC and Gyro using the stick commands here . So far all I can do is arm/disarm the motors. None of the other stick commands appear to do anything at all. Has anyone else had this problem? The quad flies fine, but I'd rather not have to plug it into the laptop e...
by xoxota
Sat Sep 29, 2012 5:12 am
Forum: Software development
Topic: In which situation is recalibration (ACC, MAG) necessary?
Replies: 5
Views: 1958

Re: In which situation is recalibration (ACC, MAG) necessary

It would be nice if there was some way to dump/save and reload just the ACC and MAG calibration data because it's a PITA for me recalibrate. I have to set up my jig for a level surface to calibrate the ACC and my wired serial/power connections make MAG calibration annoying as I try to rotate the qu...
by xoxota
Fri Sep 28, 2012 6:18 pm
Forum: Shields, boards and sensors
Topic: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWii)
Replies: 25
Views: 21367

Re: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWi

#define MAG_ORIENTATION(X, Y, Z) {magADC[ROLL] = X; magADC[PITCH] = -Y; magADC[YAW] = -Z;} It looks like the version that's committed to _shared has magADC[PITCH] = Y (positive), and not -Y (negative). Which is the correct setting? I guess that MAG_ORIENTATION is responsible for interpreting the an...
by xoxota
Fri Sep 28, 2012 5:25 pm
Forum: Software development
Topic: Horizon Mode & What Am I Missing?
Replies: 22
Views: 9926

Re: Horizon Mode & What Am I Missing?

ANGLE mode The position of the stick indicates the angle at which the copter tries to maintain. Sticks off = level. Full sticks in any direction and it will tilt at 50 degrees. It's proportional in-between. It maintains the angle set by the stick. Let go of sticks and it returns to level ACRO mode....
by xoxota
Fri Sep 28, 2012 6:21 am
Forum: Software development
Topic: Horizon Mode & What Am I Missing?
Replies: 22
Views: 9926

Re: Horizon Mode & What Am I Missing?

Can someone please explain the difference between ANGLE and ACRO modes? I feel like I'm missing some of the terminology here....
by xoxota
Wed Sep 26, 2012 8:33 pm
Forum: Ideas
Topic: wishlist for v2.2 - CLOSED
Replies: 150
Views: 46693

Re: wishlist for v2.2

Not sure if this has already been addressed, but the CRIUS LCD doesn't work since v1.9. I know there's a way to get it working again by flashing the firmware on the LCD, but it would be nice not to have to do that...
by xoxota
Tue Sep 25, 2012 4:17 am
Forum: Shields, boards and sensors
Topic: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWii)
Replies: 25
Views: 21367

Re: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWi

PatrikE wrote:I used the defs from crius aio who have almost same sensors.
Only different Baro and a Mega processor.
Just changed baro in the board def.

Ah, that explains it then. I was looking at the config from CRIUS_SE. Thanks.
by xoxota
Mon Sep 24, 2012 9:29 pm
Forum: Shields, boards and sensors
Topic: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWii)
Replies: 25
Views: 21367

Re: HobbyKing MultiWii SE v2.0 FC. (I am a newbie to MultiWi

Hi and wecome to the Mwii World... #if defined(HK_MultiWii_SE_V2 ) #define MPU6050 #define HMC5883 #define BMP085 #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = -X; accADC[PITCH] = -Y; accADC[YAW] = Z;} #define GYRO_ORIENTATION(X, Y, Z){gyroADC[ROLL] = Y; gyroADC[PITCH] = -X; gyroADC[YAW] = -Z;} ...
by xoxota
Mon Sep 24, 2012 9:18 pm
Forum: Software development
Topic: Can't enable ANY options in MultiwiiConf 2.1
Replies: 7
Views: 2644

Re: Can't enable ANY options in MultiwiiConf 2.1

Acc -> auto-level (auto-level is not auto-height-level ) Baro -> alt-hold Thanks, vbp! Any hints on what all the other settings mean? Here's my guess: MAG - ??? Is this heading hold (which I would think would be handled by the gyro)? or Worry-free mode or something? CAMSTAB - Enable Camera / Gimbal...
by xoxota
Mon Sep 24, 2012 5:08 am
Forum: Software development
Topic: Can't enable ANY options in MultiwiiConf 2.1
Replies: 7
Views: 2644

Re: Can't enable ANY options in MultiwiiConf 2.1

Hey, looks like it works! Enough clicking around, and eventually, I managed to get the little checkboxes to turn white. Now if only I knew what all these settings actually DO... Does anyone have any docs for MultiWiiConf_2_1 ? When I enable ACC, what exactly am I enabling here? Which of these settin...
by xoxota
Mon Sep 24, 2012 12:46 am
Forum: Software development
Topic: Can't enable ANY options in MultiwiiConf 2.1
Replies: 7
Views: 2644

Re: Can't enable ANY options in MultiwiiConf 2.1

Do you mean all the individual little grey boxes? They don't seem to react to clicking at all, but I'll try in the top-left corner when I get back home, and report back. Thanks!
by xoxota
Sun Sep 23, 2012 10:27 pm
Forum: Software development
Topic: Can't enable ANY options in MultiwiiConf 2.1
Replies: 7
Views: 2644

Can't enable ANY options in MultiwiiConf 2.1

I'm running multiwiiConf 2.1 on Mac OSX, connecting to an HK MultiWii SE 2.0 AIO board. I can connect with no problem, read and write PID settings, calibrate ACC, MAG with no problem, but I can't enable any of the features (ACC, BARO, MAG, etc). I'm using a 4-channel receiver, but the manual for v1....
by xoxota
Mon Aug 27, 2012 12:29 am
Forum: Getting Started - MultiWii config and setup
Topic: HELP: CRIUS Multiwii wiring?
Replies: 1
Views: 3665

HELP: CRIUS Multiwii wiring?

Hi all, I'm a total n00b to MultiWii, trying to build my first QuadCopter (so forgive the obvious questions). I just purchased the (updated) CRIUS MultiWii control board ( here ), and I don't really have a clue how to wire up my ESCs and Receiver to the board. I mean I have a general idea, but, for ...