2019-12-19 10:00 AM
max 30100DataSheet - https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf
video explained the code for temprature sensor https://www.digikey.co.il/he/maker/projects/getting-started-with-stm32-i2c-example/ba8c2bfef2024654b5dd10012425fa23
the controller
https://www.st.com/en/evaluation-tools/32l476gdiscovery.html
thanks
yaara
2019-12-19 10:11 AM
heart rate**
2019-12-19 10:41 AM
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.
2020-01-01 10:52 AM
hi
which command i need to write in order to read the revision ID/part ID ?
2020-01-01 10:41 PM
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.