12-21-2022 08:21 AM
Hi
I'm working on my senior design project, and I'm trying to connect the PPG sensor which MAX30102 to Arduino UNO and interface it with LabVIEW using LINX.
Cloud anyone helps me to get the IR and RED readings so I can start programming?
Thank you in advance.
12-21-2022 08:49 AM
Hi Ahmed,
@Ahmedsoma wrote:
I'm working on my senior design project, and I'm trying to connect the PPG sensor which MAX30102 to Arduino UNO and interface it with LabVIEW using LINX.
Do you really need to use LINX?
Wouldn't it be much easier to implement the sensor reading using the Arduino IDE and simply transfer samples using the (virtual) serial port of the Arduino?
12-22-2022 03:18 AM
Hi GradW,
Linx is the familiar method that I found to interface the Arduino with the Labview, I don't know about the approach that you suggested could you please explain it more, and if there are any links needed to understand the idea would be more helpful.
Regards.
12-22-2022 12:26 PM
Hey, from here you can get your MAX30102 configured with arduino and sending serial data to whatever you want:
https://lastminuteengineers.com/max30102-pulse-oximeter-heart-rate-sensor-arduino-tutorial/
From here you can get your data from serial output from arduino and read in LabVIEW:
https://www.youtube.com/watch?v=J8zw0sS6i1c&list=FLPSMswA_nDW1zpoIzrS7t-g&index=2
11-29-2023 11:54 AM
heyy
i´m having the same problem that you have, if you managed to finish the project, could you give me some words of advise?