Hi,
I am working on Temperature sensor MAX30208 using nrf52840 using zephyr. i am working on ncsv3.0.0 . I want to develop a driver for max30208 . can anyone guide me how to get started with it?
Thank You
Hi,
I am working on Temperature sensor MAX30208 using nrf52840 using zephyr. i am working on ncsv3.0.0 . I want to develop a driver for max30208 . can anyone guide me how to get started with it?
Thank You
Hi Ashwini,
Writing a driver to this sensor is not confined to the nRF product and its implementing this driver does not need nRF related dependency. I would suggest you to take this to the Zephyr forum.
Also there is a very close implementation to this sensor by a some other external company which can be found here. I think you can use this implementation as template and can make your MAX30208 sensor driver work pretty fast.
Hi Ashwini,
Writing a driver to this sensor is not confined to the nRF product and its implementing this driver does not need nRF related dependency. I would suggest you to take this to the Zephyr forum.
Also there is a very close implementation to this sensor by a some other external company which can be found here. I think you can use this implementation as template and can make your MAX30208 sensor driver work pretty fast.