You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💧 Kernel space driver for Bosch Sensortec BME280 – combined temperature, pressure, humidity sensor. The driver allows using the sensor over I2C bus on a single-board computer like Raspberry Pi, Orange Pi, Asus Tinker Board, etc.
This project shows the reading of an analog pressure sensor using the ADCC. The PIC reads the sensor, and displays the current pressure in Pascal units. Two graphs will display the variations of the 12-bit and 10-bit pressure values in real time.
I wrote a driver for the BMP180 using the HAL library for the STM32F446RE card. Thanks to this driver, temperature, pressure and altitude data can be obtained from the BMP 180 module.
A tiny weather station which measures temperature, humidity, pressure and altitude. Data is displayed on a OLED display. For home automation data is send to a MQTT server over wifi.
Carotid blood pressure signal acquisition system. Includes complete circuit, Matlab algorithm to calculate the 4th order Butterworth low pass filter parameters, LPC1769 sensor program and serial display of the digitized signal.