How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
Coalcat
Posts: 7
Joined: Tue Oct 23, 2012 7:58 pm

How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

Post by Coalcat »

Anybody know how to upgrade the new AIO Pro 1.1 from MulitWii V2.0 software to the MulitWii V2.1 and the WINGUI V2.1?

vpb
Posts: 231
Joined: Mon Jul 23, 2012 4:09 pm

Re: How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

Post by vpb »

Hi, if you dont know how to upgrade, how can you edit the config for your copter? You need arduino 1.0.1 and MultiWii 2.1 code, just search it.


Coalcat
Posts: 7
Joined: Tue Oct 23, 2012 7:58 pm

Re: How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

Post by Coalcat »

I have arduino 1.0.1 and MultiWii 2.1 code downloaded. I start arduino 1.0.1 but I don't know what file I need to open/use in the MultiWii V2.1 code to modify and upload into AIO pro board. Setup is for a quadcopter. :D


Coalcat
Posts: 7
Joined: Tue Oct 23, 2012 7:58 pm

Re: How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

Post by Coalcat »

What part of the RTFM do I read. I've been to this web site and I don't see anything about updating the firmware/software. Under the software tab it talks about setting parameters, ways to modify the values, PIP loop, Configuration via GUI.

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

Re: How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

Post by PatrikE »

A really basic setup guide...

Open configuration tab.

Uncomment (remove //)
Your frame type. (Quad, Hex....Etc)
Your Controller board or separate sensors.

If you use a normal receiver that's all you need to change to be airborne.
If you use PPM , Sbus or any other special receiver you need to find it in the file.

There's a lot of settings to explore but start simple.
Type and board is enough at first.

Good luck

/Patrik

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

Re: How to upgrade AIO Pro 1.1 to MulitWii 2.1 software

Post by PatrikE »

In my config i have done this.
for my
DJI Flamewheel 450 with CRIUS_AIO_PRO_V1

Code: Select all

#define QUADX
#define CRIUS_AIO_PRO_V1
#define SERIAL_SUM_PPM         ROLL,PITCH,THROTTLE,YAW,AUX1,AUX2,AUX3,AUX4,8,9,10,11 //For Robe/Hitec/Futaba
#define PPM_ON_THROTTLE

Post Reply