This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to interface external TWI sensor (MAX30105) with Nordic Thingy 52 application source?

I am trying to implement the MAX30105 pulse oximeter sensor along with the Nordic Thingy 52 application source.

I referred the sample ADXL375 code provided by Simon here https://devzone.nordicsemi.com/members/simoniversen and have integrated source for max30105 accordingly.

Now as I debug the code, it goes into infinite loop while executing the nrf_drv_twi_init() function invoked by twi_init().

Can you please help me understand the issue here?

I see that the handler function is missing; is it a mandatory function to have?

Related