aedalzotto / esp32-max30100-example

Example for the MAX30100 ESP32 Library
MIT License
8 stars 5 forks source link

build esp32 #1

Open coffice12 opened 4 years ago

coffice12 commented 4 years ago

print : MAX30100 Test

touch device

no print.

why?

aedalzotto commented 4 years ago

The test task only prints when pulse is detected. Put your finger on the sensor and check if it prints.

EDIT: Keep the finger for a while. If it still doesn't work, check the connections.

coffice12 commented 4 years ago

connections is ok why touch 5cm disance device is print info. Keep the finger for a while. at 0cm diance no print

aedalzotto commented 4 years ago

Try adjusting the parameters in max30100_init(). Also, do you have any other MAX30100 device to make sure the one you are working with isn't faulty?