Adafruit Precision NXP 9-DOF Breakout Board - FXOS8700 + FXAS21002

SKU: ADA3463 Brand: Adafruit
The NXP Precision 9DoF breakout combines two of the best motion sensors Adafruit have tested here at Adafruit: The FXOS8700 3-Axis accelerometer and magnetometer, and the...
$30.90 AUD, inc GST
$28.09 AUD, exc GST

Quantity Discounts:

  • 10-25 $26.96 (exc GST)
  • 25+ $26.13 (exc GST)

Out of Stock

Sign up to get notified when it's available to order.

0 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

The NXP Precision 9DoF breakout combines two of the best motion sensors Adafruit have tested here at Adafruit: The FXOS8700 3-Axis accelerometer and magnetometer, and the FXAS21002 3-axis gyroscope.

Note - at the time of writing Python & CircuitPython does not support the advanced sensor fusion algorithm, you can only read the raw sensor accelerometer, magnetometer, and gyroscope values. There are more supported features for Arduino, refer to Adafruit's tutorial for more information.

These two sensors combine to make a nice 9-DoF kit, that can be used for motion and orientation sensing. In particular, we think this sensor set is ideal for AHRS-based orientation calculations: the gyro stability performance is superior to the LSM9DS0, LSM9DS1L3GD20H + LSM303, MPU-9250, and even the BNO-055 (see Adafruit's Gyro comparison tutorial for more details)

Compared to the BNO055, this sensor will get you similar orientation performance but at a lower price because the calculations are done on your microcontroller, not in the sensor itself. The trade off is you will sacrifice about 15KB of Flash space, and computing cycles, to do the math 'in house'

To make it fast and easy for you to get started, Adafruit have a version of AHRS that Adafruit have adapted to work over USB or Bluetooth LE. Load the code onto your Arduino-compatible board and you will get orientation data in the form of Euler angles or quaternions! It will work on a ATmega328 (the fusion code is 15KB of flash) but faster/larger chips such as M0 or ESP8266 will give you more breathing room.

Each board comes with the two chips soldered onto a breakout with 4 mounting holes. While the chips support SPI, they don't tri-state the MISO pin, so they decided to go with plain I2C which works well and is supported by every modern microcontroller and computer chip set.  There's a 3.3V regulator and level shifting on the I2C and Reset lines, so you can use the breakout safely with 3.3V or 5V power/logic. Each order comes with a fully assembled and tested breakout and a small strip of header. Some light soldering is required to attach the header if you want to use in a breadboard.

Adafruit's tutorial will get you started with wiring diagrams, pinouts, assembly instructions and library code with examples!

So what makes this so 'Precision'-y, eh?

Glad you asked! This particular sensor combination jumped out at Adafruit writing the Comparing Gyroscopes learning guide since the FXAS21002 exhibited the lowest zero-rate level off any of the gyroscopes Adafruit have tested, with the the following documented levels (converted to degrees per second for convenience sake):

  • At +/- 2000 dps 3.125 dps
  • At +/- 250 dps 0.3906 dps

The zero-rate level is important in orientation since it represents the amount of angular velocity a gyroscope will report when the device is immobile. High zero-rate levels can cause all kinds of problems in orientation systems if the data isn't properly compensated out, and distinguishing zero-rate errors from actual angular velocity can be non-trivial. This is particularly important in sensor fusion algorithms where the gyroscope plays an important part in predicting orientation adjustments over time. A high zero-rate level will cause constant rotation even when the device is immobile!

By comparison, most other sensors tested have 10-20 times these zero-rate levels, which is why Adafruit consider this particular part very precise. There is little work to do out of the box to get useful, actionable data out of it.

Technical Details

The NXP Precision 9DoF board consists of two separate ICs, described in detail below:

FXOS8700 3-Axis Accelerometer/Magnetometer

  • 2-3.6V Supply
  • ±2 g/±4 g/±8 g adjustable acceleration range
  • ±1200 µT magnetic sensor range
  • Output data rates (ODR) from 1.563 Hz to 800 Hz
  • 14-bit ADC resolution for acceleration measurements
  • 16-bit ADC resolution for magnetic measurements

FXAS21002 3-Axis Gyroscope

  • 2-3.6V Supply
  • ±250/500/1000/2000°/s configurable range
  • Output Data Rates (ODR) from 12.5 to 800 Hz
  • 16-bit digital output resolution
  • 192 bytes FIFO buffer (32 X/Y/Z samples)

Datasheets, PCB CAD files, and Fritzing objects available in tutorial

Product Dimensions: 28.3mm x 20.5mm x 3.0mm / 1.1" x 0.8" x 0.1"

Product Weight: 2.1g / 0.1oz

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Videos

View All

Guides

Getting Started With Inertial Measurement Units | Exploring Degrees Of Freedom

In this guide, we'll be learning about sensors that measure inertial movement, how they work, how t...
In this guide, we'll be learning about sensors that measure inertial movement, how they work, how t...

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Getting Hands-on with Sensors

What good is a robot if it can’t interact with the environment around it? Sensors are the back...
What good is a robot if it can’t interact with the environment around it? Sensors are the back...

Projects

Hogwarts Legacy Broom Flight Controller

IntroductionI embarked on this project to enhance my interactive and immersive experience with the ...
IntroductionI embarked on this project to enhance my interactive and immersive experience with the ...

WhyzaGC - Feather ESP32 addon to the MightyOhm Gieger Counter

This project is about adding a wireless Adafruit Feather HUZZAH ESP8266 or ESP32 v2 with Adafruit F...
This project is about adding a wireless Adafruit Feather HUZZAH ESP8266 or ESP32 v2 with Adafruit F...

Automatic Bike Indicators

This project uses an Accelerometer to detect when you are leaning left or right. Depending on if/whe...
This project uses an Accelerometer to detect when you are leaning left or right. Depending on if/whe...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.