0 How can I configurate or conect the baro? Posted by luispez on May 30, 2011 at 5:43am Hi, I do not know how I can use the baro in Arducopter 2....Do I have to activate it in the arduino code?Thanks. You need to be a member of diydrones to add comments! Join diydrones Email me when people reply – Follow
Replies
Rob,
Looking at the code SONAR gets engaged below 4 meters, otherwise BARO is used.
if(sonar_alt < 400){
altitude_sensor = SONAR;
baro_alt_offset = sonar_alt - baro_alt;
}