MikroElektronika / Pressure_4_Demo

Pressure sensor measured in Real Time and monitored via GSM (SMS) and Mikromedia display.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MikroE


Pressure 4 click demo application



Description

Hardware

  • Mikromedia Plus for STM32F7
    • MikroBUS 1 - Pressure 4 click
    • MikroBUS 2 - RTC 6 click
    • MikroBus 3 - GSM 2 click
    • MikroBus 4 - Button R click
    • Memory card formatted on FAT32

Packages

Example

Pressure 4 click measures pressure and temperature and outputs the measurements on USB-UART and display. RTC6 calculates current time, sets the alarm, and then checks if the alarm is activated. If the alarm has been activated, the last measured data is taken into a calculation of the pressure drop.

Date and time data along with temperature and pressure data get logged on the memory card. In order to stop logging, it is necessary to press the button on Button R click. It is also necessary to stop the logging before taking out the memory card. If the pressure has been dropping for the past hour - which is calculated using this formula: (x(seconds) * 21(measurement)), GSM 2 click sends an SMS message which says that the pressure has dropped in the past hour.

The user can monitor the changes in temperature and pressure on graphs which are updated on the display.

About

Pressure sensor measured in Real Time and monitored via GSM (SMS) and Mikromedia display.


Languages

Language:C 99.7%Language:C++ 0.3%