Arduino-MAX30100
Arduino-MAX30100 copied to clipboard
@proyectoTEOS
@proyectoTEOS Maxso100 uses asynchronous call back and pox.update() must be called as soon as possible I too work with many sensors and I too faced the same software reset problem So to avoid it I just added pox.begin() and pox.update in middle of the code where it blocks the esp8266 from calling its utility function i.e where there is large delay to perform the operation
_Originally posted by @JanashreeA in https://github.com/oxullo/Arduino-MAX30100/issues/42#issuecomment-373120375
can you help me?
hello sir did you solve this issue?