Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect PPG data from Muse S #9

Open
2 of 3 tasks
ErikBjare opened this issue Oct 26, 2020 · 2 comments
Open
2 of 3 tasks

Collect PPG data from Muse S #9

ErikBjare opened this issue Oct 26, 2020 · 2 comments

Comments

@ErikBjare
Copy link
Owner

ErikBjare commented Oct 26, 2020

@ErikBjare ErikBjare created this issue from a note in Thesis (To do) Oct 26, 2020
@ErikBjare ErikBjare moved this from To do to In progress in Thesis Oct 26, 2020
@ErikBjare ErikBjare changed the title Collect HR/HRV data from Muse S Collect PPG data from Muse S Oct 26, 2020
@ErikBjare ErikBjare moved this from In progress to Review in progress in Thesis Dec 16, 2020
@chatchavan
Copy link

TL;DR: I suggest using PPG2.

PPG data has three channels: ambient, infrared, red (source: muse-lsl code). Muse S has a green LED instead of the red one.

Although you have obtained data from all three PPG channels, your code currently uses PPG1.

I've logged Bluetooth packets that the iOS Muse app communicates with my Muse S while using the "heart meditation" (using XCode PacketLogger). The log shows data from only the PPG2 channel. From the sensor, only the green light appears. Therefore, I suspect that Muse S uses the green light and stream it through the PPG2 channel.

Maeda et al. (2008) correlates signals from infrared vs. green light with a reference signal from ECG. They found that green light has a better correlation than infrared. Therefore, it is possible that Muse S uses only the green light at the moment.

@ErikBjare
Copy link
Owner Author

ErikBjare commented Jul 24, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Thesis
  
Paused
Development

No branches or pull requests

2 participants