inclinometer2 2.0.0.0
|
Inclinometer 2 Click is a compact add-on board that measures the orientation angle of an object with respect to the force of gravity. This board features the IIS2ICLX, high accuracy, and resolution two-axis inclinometer from STMicroelectronics. It allows selectable full-scale measurements in ranges of ±0.5/±1/±2/±3g in two axes with a configurable host interface that supports both SPI and I2C serial communication. The sensing element is manufactured using a dedicated micromachining process developed by STMicroelectronics to produce inertial sensors and actuators on silicon wafers.
We provide a library for the Inclinometer 2 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
This library contains API for Inclinometer 2 Click driver.
inclinometer2_cfg_setup
Config Object Initialization function. inclinometer2_init
Initialization function. inclinometer2_default_cfg
Click Default Configuration function. inclinometer2_get_int_pin
This function returns the INT pin logic state. inclinometer2_get_accel
This function checks if the accel data is ready and than reads the accel X and Y axis in mg. inclinometer2_get_temperature
This function checks if the temperature data is ready and than reads the temperature in Celsius. This example demonstrates the use of Inclinometer 2 click board by reading and displaying the Accel X and Y axis data (mg) and the temperature (degC) on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration which enables the accel data ready interrupt, sets output data rate to 12.5 Hz and accel full-scale range to +-2g.
Waits for the data ready interrupt, then reads the values of accel X and Y axis as well as the absolute temperature and displays the results on the USB UART. The data sample rate is
set to 12.5Hz by default, therefore the data is being read approximately every 80ms.
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all MikroElektronika compilers.