I found this great forum and was reading through it the last days. I do not know the right terms to describe my issue and hope you can get me some hints.
We are building an IoT device which measures and sends the data to the cloud via WiFi. We made a few hundreds devices so far. It is simply a ESP8266 + Sensor + LEDs + Battery, coding is done with Arduino.
So here comes my issue:
90% of the devices work while about for 10% of the devices at some point freeze. "Freeze" means some LEDs are on and thats it. Removing battery and put it in again does not help. It always stays in the "freeze" mode until we reflash it. We cannot reproduce this "freeze" state on purpose, we get the broken devices back from trial customers and three times I made it in the office by sending the "Connect to Wifi" command - then they froze and needed to be reflashed.
So it is a statistical problem for me right now.
I found a lot posts about issues that the ESP8266 resets randomly, but I think that is not our problem. At the moment with think that the ESP8266 adresses some wrong memory range and overwrites crucial program parts. Could be completely wrong direction...
Can you give me a hint in which direction to search, which words describe this "freeze" for better google results or perhaps you even know this problem?
Thanks and best wishes
Peter