Replies: 3 comments 8 replies
-
It's difficult to say. This version is running for a quite long time (multiple months) on four devices without any issue. Are you sure, your SD is not already worn. Have you tried to use an new one. For me it seems that the device cannot read the file on SD card for some reason. Have you checked the logs?
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the prompt reply. Perhaps I didn't explain the issue succinctly. It appears I am unable to access the overview page (or any of the WebUI pages) after some time. It sometimes takes days for that to occur. Like I said in the previous message, I think I've correlated it to a Process Error Value being reported. This likely occurs if the character recognition is not accurate for that particular round and the raw value being reported is greater than the max value in the configuration file. What's strange is how that would kill the WebUI but not the rest of the functionality. I'll have to try to force some errors and see if I can pin down the exact failure mode. I do have a quick question though. I'm assuming your fork doesn't write anything during normal operation to the SD card if logging is not turned on, correct? I'm also assuming the only time the SD card is written to is when saving the configuration file, reference images, alignment markers, etc. If this is the case, I'm not sure how I'd be getting the failure mode I'm seeing because of a faulty SD card. |
Beta Was this translation helpful? Give feedback.
-
I replaced the card and added an an additional 220uF cap (giving me a total of 440uF) to the ESP32 Cam Board 5v supply. I was optimistic this had solved the issue. It ran perfectly for about a month, taking a reading every 1 minute. A few days ago I saw the "oh oh! This page does not exist! )" message when trying to access the WebUI. As before, the MQTT data continues to be transmitted to my broker. I power cycled the board and WebUI started responding as expected. Two day later (which is today), same issue. This seems similar to what I experienced before. After formatting the SD Card It will run, error free, for some time before getting the "oh oh! This page does not exist! )" message. Power cycling does correct it but the failure returns more frequently. Really strange. One feature I would suggest is add a feature that would facilitate Hardware Resetting the Board via MQTT. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Guten tag:
Thank you for forking this project with an emphasis on limited SD card writes. Over that past few months, the original AI-On-The-Edge-Device projects would randomly hang with a 3-2 blink code which was an SD write error. I don't have a need for saving anything locally so your project seemed to fit the bill BUT.......
After a short period of time (about a week or so) I've noticed that on two occasions this version of the forked software reported a Process Error Value of "1". After that, when I try to access the WebUI I get the "oh oh! This page does not exist! )" message. So obviously, the program is still running and able to serve something. Also, the MQTT messages appear to keep updating. The only way to revive the WebUI is a hard power down - power up reset. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions