MegaPirateNG / ardupilot-mpng

MegaPirateNG
GNU General Public License v3.0
117 stars 105 forks source link

Is Arduino Mega 2560 controller supported ? #208

Open Osama-321 opened 5 years ago

Osama-321 commented 5 years ago

Can i use Arduino Mega2560 board to uplaod the megapirate code and run it with mission planner ?

smurfy commented 5 years ago

The chip itself is supported, but you need a lot of sensors to be really usable

Osama-321 commented 5 years ago

I tried to use it with only mpu6050 ... the megapirate code was uploaded successfully on it ... but when I connected it to mission planner ,an error message appeared (related to Mavlink ) so .. is the problem because I am did not connect the required sensors (like : hmc compass , barometer ) note : when I upload the code to my arduino I used the flash tool , and I chose the board type (crius v1 ) .

smurfy commented 5 years ago

Board type is mainly for sensors.. crius1/2 both use MPU6000_I2C so it should be fine.

But the project is quite old, cant really help regarding mavlink problem, i just dont remember all the quirks anymore.

Osama-321 commented 5 years ago

Thank you ... but do you think if I connect the required sensors (compass , paro ) , the problem will be solved ?