Searched full:max30101 (Results 1 – 16 of 16) sorted by relevance
1 .. zephyr:code-sample:: max301012 :name: MAX30101 Heart Rate Sensor5 Get heart rate data from a MAX30101 sensor (polling mode).10 A sensor application that demonstrates how to poll data from the max30101 heart16 This project configures the max30101 sensor on the :ref:`hexiwear` board to22 :zephyr-app: samples/sensor/max30101
5 sample.sensor.max30101:
5 project(max30101) project
1 # Makefile - MAX30101 heart rate sensor9 zephyr_library_sources(max30101.c)
1 # MAX30101 heart rate sensor6 menuconfig MAX30101 config7 bool "MAX30101 Pulse Oximeter and Heart Rate Sensor"12 if MAX30101205 endif # MAX30101
11 #include "max30101.h"13 LOG_MODULE_REGISTER(MAX30101, CONFIG_SENSOR_LOG_LEVEL);110 /* Check the part id to make sure this is MAX30101 */ in max30101_init()
4 description: MAX30101 heart rate sensor6 compatible: "maxim,max30101"
17 printf("Could not get max30101 device\n"); in main()21 printf("max30101 device %s is not ready\n", dev->name); in main()
8 max30101@57 {
8 add_subdirectory_ifdef(CONFIG_MAX30101 max30101)
8 source "drivers/sensor/maxim/max30101/Kconfig"
118 max30101@57 {120 compatible = "maxim,max30101";
82 * Added support for max30101 heart rate sensor210 * ``ZEP-720`` - Add MAX30101 heart rate sensor driver
817 - * ``max,max30101``818 * :dtcompatible:`maxim,max30101`
39 - Optical heart rate sensor Maxim MAX3010189 | | | max30101 polling |111 | PTB0 | I2C0_SCL | I2C / MAX30101 |113 | PTB1 | I2C0_SDA | I2C / MAX30101 |
164 test_i2c_max30101: max30101@15 {165 compatible = "maxim,max30101";