Hi,
I'm using the Maxim Integred sensor MAX32664 and MAX30101 with nRF52832. Do you know where i can find examples or code sources to implement the communication between them?
Thanks,
polimarte
Hi,
I'm using the Maxim Integred sensor MAX32664 and MAX30101 with nRF52832. Do you know where i can find examples or code sources to implement the communication between them?
Thanks,
polimarte
We don't have any samples for those sensors specifically in the nRF5 SDK, but you could use the TWI samples in nRF5_SDK_17.0.0_9d13099\examples\peripheral as a base and modify it according to work with the MAX sensors. Look at the datasheet of the senors for guidance on how to implement it, or another MAX library, e.g. the MAX301x library from Sparkfun.
Best regards,
Simon