-
Notifications
You must be signed in to change notification settings - Fork 33
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
Sensor stops responding after variable amount of time #19
Comments
I was able to recreate the issue quickly tonight. While wearing the sensor, it was actively reporting, and then suddenly the LED turned off, and I stopped getting data. Note that I am using the code from #16, though this same issue happens without those modifications. Here's a snippet of the serial output from just before to when this happened. It is when all of the values start returning
There's also a few other things going on with this device - I have an LCD which I write the data to, an MPU6050 which I grab data from, and then I upload data to influxdb via UDP. |
I'm running into a similar issue and I'm wondering if it's the same as yours. For my application, I need to be able to run the software after the finger is already placed on the sensor. Basically, I place my finger on the sensor, press reset on my Arduino and look at the plot. Whenever I do, the sensor stops responding after around 10 seconds (sometimes shorter). It essentially crashes and is unresponsive after. This is the code I'm running:
|
Heyo! Not sure if this is the right place to post this issue, but I'll start here anyway.
I'm running the sensor on an ESP8266.
After some amount of time (e.g. I've noticed it after 30 minutes, and after 90 minutes), the sensor stops reporting: the red LED stops lighting up, and I can no longer get data back from the sensor. The only way that I've found to recover is to powercycle the sensor.
I'll post more data the next time that this happens, but wanted to post now while it was fresh on my mind, to see if anyone else has encountered a similar issue.
The text was updated successfully, but these errors were encountered: