Search found 4 matches

by midelic
Mon Jan 16, 2017 11:47 am
Forum: Ideas
Topic: Multiwii direct port on Naze32 board using arduino.
Replies: 0
Views: 2927

Multiwii direct port on Naze32 board using arduino.

I can port and modify Multiwii to run on Naze32 boards or even F3 boards.I'm talking about the actual multiwii 2.4, not baseflight/cleanflight/betaflight. And to be flashed with arduino IDE and use multiwii config like normal multiwii. I don't want to loose my time so I'm trying to gauge the interes...
by midelic
Mon Jan 16, 2017 10:12 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1392746

Re: Naze32 hardware discussion thread

I can port and modify Multiwii to run on Naze32 boards.I'm talking the actual multiwii not baseflight/cleanflight/betaflight. And to be flashed with arduino IDE and use multiwii config like normal multiwii. I don't want to loose my time so I'm trying to gauge the interest in this. No. Multiwii is no...
by midelic
Sat Jan 17, 2015 1:48 am
Forum: ESCs, propellers , servos and radios
Topic: flysky ct-6b Radio MWC 2.5 SE und Multiwii 2.3
Replies: 4
Views: 3655

Re: flysky ct-6b Radio MWC 2.5 SE und Multiwii 2.3

mutiiwii.h
these are mine normally is 1100 with 1900
#define MINCHECK 1200
#define MAXCHECK 1800

esc is on mincommand
by midelic
Sat Jun 07, 2014 3:34 am
Forum: Software development
Topic: HEADHOLD and HEADFREE without a magnetometer
Replies: 26
Views: 8798

Re: HEADHOLD and HEADFREE without a magnetometer

Don't think is correct to activate in def.h file
EXT_MOTOR_RANGE
and
EXT_MOTOR_32KHZ
Or one or the other..anyone can be used for brushed ,,different freq.


#if defined(HK_MICRO_MWC)
//
#define EXT_MOTOR_RANGE
#define EXT_MOTOR_32KHZ
//
#endif