Hey guys,
a friend of mine wants to join this forum, but said he couldnt find registration link.
I logged off and couldnt find one either.
What are we missing?
Cheers
Benedikt
Search found 11 matches
- Thu Mar 22, 2018 9:39 pm
- Forum: General discussions
- Topic: How to register for this forum?
- Replies: 4
- Views: 16609
- Wed Mar 21, 2018 9:00 pm
- Forum: Software development
- Topic: Direct motor control on a quad FC
- Replies: 3
- Views: 8693
Re: Direct motor control on a quad FC
Hey Patrik,
thanks so much for your reply!
Im trying this for days, and with your suggestion I have gotten further than before!
Not perfect yet, but certainly on the right way now.
It actually does fly though.
Only about half a millimeter - its a hovercraft
Cheers
Benedikt
thanks so much for your reply!
Im trying this for days, and with your suggestion I have gotten further than before!
Not perfect yet, but certainly on the right way now.
It actually does fly though.
Only about half a millimeter - its a hovercraft

Cheers
Benedikt
- Mon Mar 19, 2018 7:30 am
- Forum: Software development
- Topic: Direct motor control on a quad FC
- Replies: 3
- Views: 8693
Direct motor control on a quad FC
Hey guys, I want to use a brushed quad FC (AlienWii Classic) running MultiWii 2.4 to control the 4 motors directly. RC channel 0 should countrol motor 0 etc. I tried this in output.cpp: #elif defined( QUADX ) motor[0] = rcCommand[ROLL]; motor[1] = rcCommand[THROTTLE]; motor[2] = rcCommand[YAW]; moto...
- Mon Jul 21, 2014 4:18 pm
- Forum: Pictures & Videos
- Topic: nQXtreme - Nano QX with Micro MWC
- Replies: 0
- Views: 1935
nQXtreme - Nano QX with Micro MWC
This is probably the cheapest and most crashable MultiWii quad you can build.
https://vimeo.com/98008401
https://vimeo.com/98008401
- Mon Jul 21, 2014 4:08 pm
- Forum: General discussions
- Topic: Does anyone rate the Hubsan X4?
- Replies: 5
- Views: 2748
- Wed Apr 30, 2014 11:45 am
- Forum: Getting Started - MultiWii config and setup
- Topic: slanted setup - how to re-align the sensors?
- Replies: 0
- Views: 774
slanted setup - how to re-align the sensors?
hey guys, Im trying to rig up a slanted micro FPV quad. It has the motor mounts tilted forward in a 25˚ angle, so that it is flying forward when the frame is level, and the camera is pointing straight ahead. To be able to hover, I calibrate the board angled backwards, so that the props are level. My...
- Sat Dec 07, 2013 11:04 am
- Forum: Software development
- Topic: Text based MultiWiiConf-like tool for the command line
- Replies: 40
- Views: 16160
Re: Text based MultiWiiConf-like tool for the command line
sorry, the 228 comes from me cheating the system..
This is MW 2.3, I just changed the version info to pass your version check.
It is a customized version for the HK Pocket Quad, I got from here: http://www.rcgroups.com/forums/member.php?u=302980
This is MW 2.3, I just changed the version info to pass your version check.
It is a customized version for the HK Pocket Quad, I got from here: http://www.rcgroups.com/forums/member.php?u=302980
- Sun Nov 24, 2013 2:24 am
- Forum: Software development
- Topic: Text based MultiWiiConf-like tool for the command line
- Replies: 40
- Views: 16160
Re: Text based MultiWiiConf-like tool for the command line
thanks for looking into this!
I attached a screenshot of my settings, and the config.h (renamed to .zip because the forum doesnt accept .h or .txt)
and here is the output of pid():
I attached a screenshot of my settings, and the config.h (renamed to .zip because the forum doesnt accept .h or .txt)
and here is the output of pid():
Code: Select all
> pid()
MultiWii:871: attempt to index local 'v' (a number value)
>
- Fri Nov 22, 2013 11:00 pm
- Forum: Software development
- Topic: Text based MultiWiiConf-like tool for the command line
- Replies: 40
- Views: 16160
Re: Text based MultiWiiConf-like tool for the command line
Configuration of my quads via scripts? Sounds great! Im trying to connect to a HobbyKing Pocket Quad running MultiWii 2.3. Im getting this: WARNING: unsupported version of MultiWii detected So I checked the MultiWiiCL source code (thanks for being open source!) and found the version check: if versio...
- Thu Sep 05, 2013 11:46 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: cannot write PID values / bricked HK pocket quad
- Replies: 5
- Views: 2929
Re: cannot write PID values / bricked HK pocket quad
thanks for the comment, I wasnt specific enough, but burning the bootloader was done multiple times, but it didnt change a thing.
If I cant fix this, the board is a loss. So any far-fetched idea, I will try it..
If I cant fix this, the board is a loss. So any far-fetched idea, I will try it..
- Thu Sep 05, 2013 12:51 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: cannot write PID values / bricked HK pocket quad
- Replies: 5
- Views: 2929
cannot write PID values / bricked HK pocket quad
Im trying to run MW2.2 on a Hobbyking Pocket Quad (ATMega32u4). I have it running and installed on several other of these boards, so I basically know how it works. But for this particular board, something went wrong: after flashing several different firmware versions, I could not change any PID valu...