My task is to use MAX30003 WING and process ECG data using nRF5340 DK. I will use SPI protocol for doing it. I was following these 2 tutorials: Lesson 5 - Serial Peripheral Interface (SPI) - Nordic Developer Academy and Lesson 7 - Device driver model - Nordic Developer Academy. Still now, I can not figure out if I need driver file e.g. in this location: sdk\zephyr\drivers\sensor or I am missing important stuffs. I also googled for solution, but did not get the solution.
My question would be too much naive because I am new to nRF products. As per my understanding, MAX30003 is a custom sensor in respect to nRF5340 DK.
Please help me ASAP to get through for working with MAX30003 WING.
I am writing it in here because I have a deadline for this task before Wednesday 13/11/2024.
Note: I am using SDK 2.6.1 with Visual Studio Code.