cancel
Showing results for 
Search instead for 
Did you mean: 

Hey everybody! Im trying to program the MAXIM30102 to measure my Heartrate with the Nucleo-F446RE MCU. I want to plot the data I receive from the sensor on a graph. Is there a way I can do that with the stm32cube software? Grateful for any help.

FEnis.1
Associate
 
1 REPLY 1

CubeMX might be able to rough-in the plumbing on the STM32 side, but you're going to have to own the "programming" of the MAXIM30102, so pull a data sheet, and find some I2C level device driver abstraction that you're comfortable porting in.

Figure out what you're going to plot the data on too.

CubeIDE can compile,download and debug the code.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..