Example of using Xbus library to communicate with an MTi-1 series device using a full-duplex UART connection.
Dependencies: mbed-rtos mbed Xbus
Fork of MTi-1_example by
Important Information
This example is deprecated and no longer maintained. There are new embedded examples available in the MT SDK folder of the MT Software Suite. For more information please visit: https://xsenstechnologies.force.com/knowledgebase/s/article/Introduction-to-the-MT-SDK-programming-examples-for-MTi-devices
Overview
The example program demonstrates connecting to an MTi-1 series device, restoring communications settings to default if necessary, and configuring the MTi to send data. For an MTi-1 the device is configured to send inertial sensor data, while MTi-2 and MTi-3 devices are configured to output orientation data using the onboard XKF3i filter.
Communication with the MTi-1 series device is implemented using a either a full-duplex UART, I2C or SPI bus. A reset line is used to reset the MTi during initialization. Data is output to a host PC terminal using a second UART.
For more information on the MTi-1 series communication protocol please refer to the datasheet: https://www.xsens.com/download/pdf/documentation/mti-1/mti-1-series_datasheet.pdf
Supported Platforms
The program has been tested on the following mbed platforms:
Using the Example
- To use the example program connect one of the supported mbed boards to the host PC and download the application from the mbed online compiler to the target device.
- With the mbed board unpowered (USB disconnected) wire the mbed board to the MTi-1 development board. The following connections are required:
- In all cases:
- 5V (or 3V3) main supply to VDD (P300-1)
- MCU IO voltage (IORef) to VDDIO (P300-2)
- GND to GND (P300-3)
- MT_NRESET to nRST (P300-5)
- For I2C communication:
- MT_SCL to I2C_SCL (P300-9)
- MT_SDA to I2C_SDA (P300-11)
- MT_DRDY to DRDY (P300-15)
- MT_ADD0 to ADD0 (P300-17)
- MT_ADD1 to ADD1 (P300-19)
- MT_ADD2 to ADD2 (P300-21)
- For SPI communication:
- MT_DRDY to DRDY (P300-15)
- MT_SCLK to SPI_SCK (P300-17)
- MT_MISO to SPI_MISO (P300-19)
- MT_MOSI to SPI_MOSI (P300-21)
- MT_nCS to SPI_nCS (P300-23)
- For UART communication:
- MT_RX to UART_TX (P300-9)
- MT_TX to UART_RX (P300-11)
- In all cases:
For more information on the MTi-1 development board please refer to the MTi-1 series user manual: https://www.xsens.com/download/pdf/documentation/mti-1/mti-1-series_dk_user_manual.pdf
Information
Check the defines at the top of main.cpp to determine which IO pins are used for the MT_xxx connections on each mbed platform.
Information
The active peripheral (I2C, SPI or UART) is selected on the MTi-1 development board through the PSEL0 and PSEL1 switches. Look on the bottom of the development board for the correct settings.
- Connect to the target using a serial terminal. The application is configured for:
- Baudrate = 921600
- Stop bits = 1
- No parity bits
- No flow control
- Reset the mbed board.
- You should be presented with a simple user interface as shown below:
MTi-1 series embedded example firmware. Device ready for operation. Found device with ID: 03880011. Device is an MTi-3: Attitude Heading Reference System. Output configuration set to: Packet counter: 65535 Hz Sample time fine: 65535 Hz Quaternion: 100 Hz Status word: 65535 Hz Press 'm' to start measuring and 'c' to return to config mode.
History
Added some function documentation
2018-05-03, by xsens_mheskamp [Thu, 03 May 2018 10:35:39 +0200] rev 70
Added some function documentation
Adding support for the F401RE Nucleo board
2016-12-05, by tjerkhofmeijer [Mon, 05 Dec 2016 15:23:06 +0000] rev 69
Adding support for the F401RE Nucleo board
Adding support for the F401RE Nucleo board;
2016-12-05, by tjerkhofmeijer [Mon, 05 Dec 2016 15:20:09 +0000] rev 68
Adding support for the F401RE Nucleo board;
Updating MTi-1 example's dependency on the Xbus library to the correct revision
2015-10-14, by tjerkhofmeijer [Wed, 14 Oct 2015 14:37:09 +0200] rev 67
Updating MTi-1 example's dependency on the Xbus library to the correct revision
Added support for I2C/SPI on EA-LP4088 platform.
2015-10-06, by tjerkhofmeijer [Tue, 06 Oct 2015 10:29:07 +0200] rev 66
Added support for I2C/SPI on EA-LP4088 platform.
Added support for I2C/SPI on FRDM-KL46Z platform.
2015-10-05, by tjerkhofmeijer [Mon, 05 Oct 2015 15:18:26 +0200] rev 65
Added support for I2C/SPI on FRDM-KL46Z platform.
MTi 1-series example is updated with support for I2C and SPI interfaces
2015-10-02, by tjerkhofmeijer [Fri, 02 Oct 2015 16:24:06 +0200] rev 64
MTi 1-series example is updated with support for I2C and SPI interfaces
Update documentation for header pins to connect to on final development board.
2015-06-26, by Xsens [Fri, 26 Jun 2015 08:04:36 +0000] rev 63
Update documentation for header pins to connect to on final development board.
Extract Xbus code into a library.
2015-06-16, by alexandery [Tue, 16 Jun 2015 07:57:51 +0000] rev 62
Extract Xbus code into a library.
Change to Apache license
2015-06-12, by Alex Young [Fri, 12 Jun 2015 13:23:26 +0200] rev 61
Change to Apache license