Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I am working on a UAV and we are currently exploring inertial measurement units or IMUs. The two options that we have come across are:

  • Using an Arduino Uno and a 9 DOF IMU like this one
  • Using an ArduIMU chip like this one

Ignoring the cost aspect and assuming the same microprocessor on board, what would be the pros and cons of either of these approaches?

Keep in mind that performance is very important for a UAV controller as ESCs require 60 Hz or higher refresh rates for stable flight.

share|improve this question

1 Answer 1

Weight: marginal as the difference between one board (with everything on it) and two boards (Uno plus DOF) may be - for model airplanes every bit counts.

Size: the traditional "Uno" is much larger than the ArduIMU integrated boards.

Power: the integrated board PROBABLY will use less and thus get away with a smaller (lighter) battery.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.