Welcome to Multi-Rotor UK. Please login or sign up.

Wednesday,April 24, 2024, 20:43:56

Login with username, password and session length

Shoutbox

Gaza07:
23 Apr 2024 08:09:45
The Domain expires for the forum in 60 days, I'm not going to renew it this time unless I see any activity  :beer2:
Gaza07:
20 Apr 2024 18:02:50
Is there anyone who would like to see this forum stay open ? :shrug:
hoverfly:
17 Apr 2024 17:15:13
 :rolleyes:
Bad Raven:
26 Mar 2024 08:41:05
 :(
Andy7:
25 Mar 2024 14:49:21
An excess of work and rain.  :thumbdown:
Bad Raven:
23 Mar 2024 18:12:38
Almost a personal Blog, it would seem. LOTS of members, but NO posts.  :-/   :shrug:
Gaza07:
06 Mar 2024 16:59:49
Anyone still here  :shrug:
ched:
24 Dec 2023 11:48:48
Hope you all have a Great Christmas and a happy New Year.
Bad Raven:
20 Dec 2023 06:17:47
 ~~   :beer2: 
Gaza07:
19 Dec 2023 22:20:27
Merry Christmas All  :beer2:
Members
  • Total Members: 8,195
  • Latest: lokloks
Stats
  • Total Posts: 201,427
  • Total Topics: 20,261
  • Online today: 29
  • Online ever: 530
  • (Tuesday,June 26, 2012, 08:34:46 )
Users Online
Users: 0
Guests: 22
Total: 22

Theme Changer





3d - Printworx

multiwii v2 speed controller issues

Started by djspikepr, Wednesday,August 07, 2013, 18:57:56

Previous topic - Next topic

djspikepr

hi i have just bought a quad copter and have had nothing but issues

on power up i have no throttle till stick is at 50%
when power begins motors all start at diffrent times

some one please help im new to this hobbie and this was my first  one ive spent over £200 and now im stuck

teslahed

You probably need to calibrate the speed controllers to work with your radio system.

Tell us what quadcopter you have, what the speed controllers are and any other technical details you know and I';ll be able to give more specific advise.

http://youtu.be/DfTdCVwZYHQ

That';s how i calibrate my speed controllers but i have SimonK firmware installed on mine. Yours may be slightly different, depending.

Unfortunately spending over £200 on a quadcopter does not guarantee success. You have to learn to understand how the systems work to use them safely and well. The easiest way to do this is to build it yourself. Multiwii flight controllers fly great - once you understand them well enough to get them properly setup and PID tuned. The learning curve is steep.
One circlip short of a quadcopter.
 1 lobe short of an antenna.

fruitsalad

are you familiar with uploading a sketch.
multiwii v2.2 has an option to upload calibration for escs..
dont grow up,just buy bigger toys!!!!

teslahed

The multiwii ESC calibration routine works very well if you know your way around the arduino software as fruitsalad says;

/********************************************************************/
  /****           ESCs calibration                                 ****/
  /********************************************************************/

    /* to calibrate all ESCs connected to MWii at the same time (useful to avoid unplugging/re-plugging each ESC)
       Warning: this creates a special version of MultiWii Code
       You cannot fly with this special version. It is only to be used for calibrating ESCs
       Read How To at http://code.google.com/p/multiwii/wiki/ESCsCalibration */
    #define ESC_CALIB_LOW  MINCOMMAND
    #define ESC_CALIB_HIGH 2000
    //#define ESC_CALIB_CANNOT_FLY  // uncomment to activate

One circlip short of a quadcopter.
 1 lobe short of an antenna.