altitude4 2.0.0.0
|
Altitude 4 Click introduces an absolute pressure sensor with digital output for low-cost applications labeled as NPA-201. Altitude 4 click employs a MEMS pressure sensor with a signal-conditioning IC to provide accurate pressure measurements from 260 to 1260 mBar.
We provide a library for the Altitude4 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 form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for Altitude4 Click driver.
- Initialization function.void altitude4_cfg_setup ( altitude4_cfg_t *cfg );
ALTITUDE4_RETVAL altitude4_init ( altitude4_t *ctx, altitude4_cfg_t *cfg );
void altitude4_default_cfg ( altitude4_t *ctx );
- This function writes the len amount of data from the w_buf to the address reg.void altitude4_generic_read ( altitude4_t *ctx, uint8_t reg, uint8_t *r_buf, uint8_t len );
void altitude4_generic_write ( altitude4_t *ctx, uint8_t reg, uint8_t *w_buf, uint8_t len );
uint8_t altitude4_read_sensor ( altitude4_t *ctx, altitude4_sensor_t *sens_data );
This example showcases how to initialize, configure and use the Altitude 4 click module. The click has a sensor that measures: altitude, pressure and temperature. No additional equipment or special configuration is required in order for this demo to work.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules.
This function initializes the sensor data object through the read_sensor(...) function and then prints altitude, pressure and temperature values in the UART console. It does so every second.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
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. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.