Skip to main content
Visitor II
December 19, 2019
Question

Hi, i need some help writing code of Heart Beat sensor max0100 I connected it to STM32L476 Discovery controller and activated the I2C pins in the STCUBE32IDE program. I dont know how to configure the MAX30100 in order to work with the controller

  • December 19, 2019
  • 4 replies
  • 1218 views
    This topic has been closed for replies.

    4 replies

    YBuch.1Author
    Visitor II
    December 19, 2019

    heart rate**

    Graduate II
    December 19, 2019

    Ok, and so with the code you've written to date, can you read any registers/content from the MAX30100 ?

    Say something fixed like the Revision ID or Part ID ?

    The initialization of the registers within the MAX30100 should be identical to any other MCU, not sure it has any STM32 specific expectations.

    YBuch.1Author
    Visitor II
    January 1, 2020

    hi

    which command i need to write in order to read the revision ID/part ID ?

    Visitor II
    January 2, 2020

    Device drivers source code examples should be provided by maxim, check for example on github. Drivers usually ask to only edit a init, read and write function. Non specific i2c functions can be found in discovery example code usually.