BioSensor Healthcare Development Framework (BIO-HDF) is the development framework for health applications with BioSensor-F58GF,Currently only supported ESP32 chip.
A completed BioSensor project including software and hardware solutions; also depending on the following projects:
Wearable Medical Monitor using ESP32-S3: Wearable Medical Monitor
PC Evaluation Tool using Matlab : https://github.com/DoctorTag/Matlab_dTag
Flutter BioSensor project: https://github.com/DoctorTag/Flutter_dTag
PC Evaluation Tool using LabWindows CVI : https://github.com/doctortag/bioDemo_labwindows_cvi
BIO-HDF supports development of health applications used the Biosensor module:F58GF,Currently only for the Espressif Systems ESP32-S3 chip in the most comprehensive way. We will support more chips in the future.With the BIO-HDF, you can easily add features, develop health applications from simple to complex:
- To measure and analysis various types of bio-data such as ECG,BCG,EEG,RESP,GSR,HR,PPG,Spo2,HCM,BIA and Temperature ...
- For wristband devices,supported ECG,RESP,HR,Spo2,BIA,HCM,Temperature and Weight ...
- About contactless vital sign sensor such as sleep monitoring strip under mattress, supported RESP,HR,Sleep,HRV ...
- Other Fitness devices,Mobile health devices and robots ...
You need V5.0+ version of ESP-IDF to provide the toolchain, the Biosensor demo board.
Note: If this is your first exposure to ESP32 and ESP-IDF, proceed to Getting Started documentation.
Clone the BIO-HDF repository, set up HDF_PATH
, and then compile, flash and monitor applications in the same way as when working with ESP-IDF.
git clone --recursive https://github.com/DoctorTag/bio-hdf.git
Linux and macOS
cd ~/esp
cp -r $HDF_PATH/examples/get-started/hello_world .
Windows
cd %userprofile%\esp
xcopy /e /i %HDF_PATH%\examples\get-started\hello_world hello_world
If you clone project without --recursive
flag, please goto the bio-hdf
directory and run command git submodule update --init
before doing anything.
The BioSensor-F58GF is a health module;
it measures and transfers various types of bio-data such as ECG, BCG, EEG, RESP, GSR, HR, PPG, Spo2, HCM, BIA and Temperature ... , integrated Bio-Processor with Analog Front-End to make an all-in-one health monitoring solution.
-
F58GF supports 8 electrodes to achieve applications with human electrical activities and impedance activities;
-
Specially, for some common healthcare applications, BioSensor supports direct adaptation of these sensors, such as body temperature, weight, piezoelectric and so on.
-
Optional,F58GF integrates red (660 nm), green (520 nm) and infrared (940 nm) three-color LED and photodiode(PD) sensor to realize PPG-related applications.
-
Optional, F58GF integrates Infrared thermopile for contactless medical temperature measurement, and the accuracy reaches ± 0.2 ℃ near 37 ℃.
-
F58GF integrates MCU/DSP with biological analog front end and 24 bit ADC , hardware interface supports SPI/I2C/UART optional.
An open-source development board, supporting BIO-HDF and featuring contactless HR, RESP,Sleep,HRV and ...; Designed for wearable medical monitor application.
Check folder examples that contains sample applications to demonstrate API features of the BIO-HDF.
- BioSensor-F58GF Specs:F58GF_V20C_EN.pdf
- Wearable medical monitor Hardware Reference( Sch & Pcb )
- Documentation for the latest version of https://github.com/DoctorTag/bio-hdf-docs/ . This documentation is built from the docs directory of this repository.
If you have technical problems and ideas to communicate with us, you can contact us by Email: [email protected], QQ: 4646079
For more information,please browse our homepage: www.feelkit.com.