pressure6 2.0.0.0
|
Pressure 6 Click features a simple, yet highly accurate and reliable pressure sensor labeled as BM1386GLV, produced by ROHM. This sensor is a piezo-resistive pressure sensor with internal thermal compensation, which greatly simplifies the pressure reading.
We provide a library for the Pressure6 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.
The library initializes and defines the I2C bus driver and drivers that and offers a choice for writing data in register and read data from register. The library includes function for read Temperature and Pressure data.
- Initialization function.void pressure6_cfg_setup ( pressure6_cfg_t *cfg );
PRESSURE6_RETVAL pressure6_init ( pressure6_t *ctx, pressure6_cfg_t *cfg );
void pressure6_default_cfg ( pressure6_t *ctx );
- This function turns the sensor on.
uint16_t pressure6_get_pressure( pressure6_t *ctx );
The example gets the pressure and temperature values from the sensors and logs on terminal.
The demo application is composed of two sections :
Driver initialization and powering ON procedure to wake up the sensor and seting up the measurement mode.
Read Pressure data and Temperature data and logs data to USBUART every 1 sec.
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.