0 How do I turn on the airspeed sensor in ardupilot mega version 2 beta using the mission planner? Posted by John Holdsworth on March 21, 2011 at 10:51am the software loads ok but with the airspeed pressure sensor disabled..how do I enable it without using the arduino development tools? You need to be a member of diydrones to add comments! Join diydrones Email me when people reply – Follow
Replies
right now, its not a config item you can enable yet in CLI or on GCS,
So you will need to use custom APM_Config.h and upload (with arduino) to the APM.
Here is the line you will need to add to APM_Config.h
#define AIRSPEED_SENSOR ENABLED