Home
last modified time | relevance | path

Searched full:max30101 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/samples/sensor/max30101/
DREADME.rst1 .. zephyr:code-sample:: max30101
2 :name: MAX30101 Heart Rate Sensor
5 Get heart rate data from a MAX30101 sensor (polling mode).
10 A sensor application that demonstrates how to poll data from the max30101 heart
16 This project configures the max30101 sensor on the :ref:`hexiwear` board to
22 :zephyr-app: samples/sensor/max30101
Dsample.yaml5 sample.sensor.max30101:
DCMakeLists.txt5 project(max30101) project
/Zephyr-latest/drivers/sensor/maxim/max30101/
DCMakeLists.txt1 # Makefile - MAX30101 heart rate sensor
9 zephyr_library_sources(max30101.c)
DKconfig1 # MAX30101 heart rate sensor
6 menuconfig MAX30101 config
7 bool "MAX30101 Pulse Oximeter and Heart Rate Sensor"
12 if MAX30101
205 endif # MAX30101
Dmax30101.c11 #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()
/Zephyr-latest/dts/bindings/sensor/
Dmaxim,max30101.yaml4 description: MAX30101 heart rate sensor
6 compatible: "maxim,max30101"
/Zephyr-latest/samples/sensor/max30101/src/
Dmain.c17 printf("Could not get max30101 device\n"); in main()
21 printf("max30101 device %s is not ready\n", dev->name); in main()
/Zephyr-latest/samples/sensor/max30101/boards/
Dhexiwear_mk64f12.overlay8 max30101@57 {
/Zephyr-latest/drivers/sensor/maxim/
DCMakeLists.txt8 add_subdirectory_ifdef(CONFIG_MAX30101 max30101)
DKconfig8 source "drivers/sensor/maxim/max30101/Kconfig"
/Zephyr-latest/boards/nxp/hexiwear/
Dhexiwear_mk64f12.dts118 max30101@57 {
120 compatible = "maxim,max30101";
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst82 * Added support for max30101 heart rate sensor
210 * ``ZEP-720`` - Add MAX30101 heart rate sensor driver
Drelease-notes-2.7.rst817 - * ``max,max30101``
818 * :dtcompatible:`maxim,max30101`
/Zephyr-latest/boards/nxp/hexiwear/doc/
Dindex.rst39 - Optical heart rate sensor Maxim MAX30101
89 | | | max30101 polling |
111 | PTB0 | I2C0_SCL | I2C / MAX30101 |
113 | PTB1 | I2C0_SDA | I2C / MAX30101 |
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi164 test_i2c_max30101: max30101@15 {
165 compatible = "maxim,max30101";