29 March 2015

MultiWii 328P Flight Controller with FTDI and DSM2

I use this FC board in my Night Hawk Emax QAV250. Here is another blog about the QAV250.

See how to calibrate the ESCs and how to upload and configure MultiWii program  for MINI MWC Flight Control Board.

MultiWii 328P Flight Controller


Couple of notes:
When I connected the receiver to the board with the default MultiWii sketch, the GUI didn't recognize the receiver inputs. I looked around online for solution and found out that the following lines needed to commented. All PPM setting in config.h.

//#define SERIAL_SUM_PPM         PITCH,YAW,THROTTLE,ROLL,AUX1,AUX2,AUX3,AUX4,8,9,10,11 //For Graupner/Spektrum
      //#define SERIAL_SUM_PPM         ROLL,PITCH,THROTTLE,YAW,AUX1,AUX2,AUX3,AUX4,8,9,10,11 //For Robe/Hitec/Futaba
      //#define SERIAL_SUM_PPM         ROLL,PITCH,YAW,THROTTLE,AUX1,AUX2,AUX3,AUX4,8,9,10,11 //For Multiplex
      //#define SERIAL_SUM_PPM         PITCH,ROLL,THROTTLE,YAW,AUX1,AUX2,AUX3,AUX4,8,9,10,11 //For some Hitec/Sanwa/Others

MultiWii 328P Flight Controller
MultiWii 328P Flight Controller - port details


No comments :

Post a Comment