MultiWii 32bit SW for VTOL - please advise

Post Reply
Sirod
Posts: 5
Joined: Mon Nov 11, 2013 4:52 am

MultiWii 32bit SW for VTOL - please advise

Post by Sirod »

I have been making simple modifications on MW2.3 for 8 bit controllers to get mixers for motors and servos for VTOLS (tricopter and bicopters based).
There are also some codes for transitioning.

My question are there already any arduino-like environment out there on the 32 bits baseflight or cleanflght for similar application ?
I know there are CLI commands, but I think they are quite restrictive.

Sirod

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: MultiWii 32bit SW for VTOL - please advise

Post by PatrikE »

You can use Eclipse to code.
It's not the easiest to setup though!

Easiest is to use Kiel light version.(32kb limit)
http://www2.keil.com/mdk5/install
And use gcc to compile as a free option.

Baseflight works nicely with Kiel or Eclipse.
Cleanflight with Eclipse

Sirod
Posts: 5
Joined: Mon Nov 11, 2013 4:52 am

Re: MultiWii 32bit SW for VTOL - please advise

Post by Sirod »

Thanks Patrick

I will give these a try. So the first option is free, but the Eclipse I have to buy, right.

Sirod

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: MultiWii 32bit SW for VTOL - please advise

Post by PatrikE »

Eclipse is open source and free.
Keil have a free version that have a limit size on compiler.
But there's always ways to unlock for the handy man..;)

Post Reply