From MikroElektonika Documentation
Part | Datasheet |
---|---|
![]() |
MIKROE-2293 (pdf) |
PDF Datasheet Preview |
---|
Pressure 3 click From MikroElektonika Documentation Pressure 3 click carries an Infineon DPS310 digital barometric pressure sensor. Pressure 3 click Features and usage notes Pressure 3 click has an operating range from 300 to 1200 hPa with a relative accuracy of hPa and absolute accuracy of 1 hPa. DPS310 is a fast sensor with typical measurement time of ms for standard mode, down to ms in low precision mode. DPS310 integrates a FIFO First In First Out buffer that can store the last 32 measurumenets. Using the buffer saves power because the target MCU doesn't have to constantly poll for resources. Schematic also available in PDF temperature values. The sensor is callibrated. Callibration coefficients are used to compensate the measurement results. The data sheet contains detailed instructions on how to convert compensated results to pressure and The digital measurements are in 24-bit resolution. Pressure 3 click has both I2C and SPI outputs. The four interface configuration buttons are soldered to mikroBUS I2C pins by default. Additionally, there is an Interrupt pin that can be triggered whenever a new measurement is available or if a FIFO buffer is full. The click uses a 3.3V power supply. Pressure 3 click IC/Module Microchip Infineon DPS310 fileId=5546d462525dbac40152b0a05ad74d56 Interface SPI, I2C, INT Power supply 3.3V Website Programming This snippet initializes all necessary pins and functions for using Pressure 3 Click, and performs a test by writing test values to the click, and then reading them back to the user through UART communication. 1 void main Display_Init ; &_GPIO_MODULE_I2C1_PB67 ; delay_ms 300 ; Pressure_3_hal_init 0x76, MODE_I2C ; Set_Status 0x07 ; while 1 pressure3_calculate_coefficients ; calculate_temperature_pressure ; FloatToStr Pressure, txt ; FloatToStr Temperature, txt1 ; TFT_Set_Font TFT_defaultFont, CL_WHITE, FO_HORIZONTAL ; TFT_Write_Text "Pressure:", 30, 70 ; TFT_Write_Text txt, 100, 70 ; TFT_Write_Text "Temperature:", 30, 100 ; TFT_Write_Text txt1, 120, 100 ; Delay_ms 500 ; TFT_Set_Font TFT_defaultFont, CL_TEAL, FO_HORIZONTAL ; TFT_Write_Text "Pressure:", 30, 70 ; TFT_Write_Text txt, 100, 70 ; |
More datasheets: CA3102R28-20S | DSB5822 | DSB5820 | DSB3A40 | DSB3A30 | DSB3A20 | DSB5821 | 50410 | MIKROE-2176 | TLE6281GXUMA1 |
Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived MIKROE-2293 Datasheet file may be downloaded here without warranties.