You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[done] I ran the MAX30100_Tester and I'm going to paste the output down below
[done] I filled in all the details of my setup down below
Description of the issue
MAX30100 works fine in a simple example, but it gives zero outputs in a project.
my graduation project collects the patient's facial signs (heart rate, SpO2, Temp) and sends them via ESP8266 to Thingspeak, but I don't know why max30100 gives zero outputs and doesn't send the results to thingspeak?
It's because of the sampling frequency, which is set to 100Hz. The creator we can't use MAX30100 with Thingspeak because there is delay when we update on Thingspeak. This causes the algorithm to average consecutive values or jitter. You can refer to #49
Troubleshooting checklist
Description of the issue
MAX30100 works fine in a simple example, but it gives zero outputs in a project.
my graduation project collects the patient's facial signs (heart rate, SpO2, Temp) and sends them via ESP8266 to Thingspeak, but I don't know why max30100 gives zero outputs and doesn't send the results to thingspeak?
Here is my code:
the result
Details of my setup
The text was updated successfully, but these errors were encountered: