espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

I think I accidentally erased the memory #149

Open ianmajkut opened 4 years ago

ianmajkut commented 4 years ago

I bought an esp eye and I started to see how it worked. I was able to connect it to the pc and it worked. Then I loaded one of the examples that appear inside the arduino IDE (esp32, camera, camerawebserver), and the esp stopped working. I would like it to return to the factory state or at least to function as before. I would need help urgently please. I'm new and I don't know anything about arduino. Thank you

EpsilonZ commented 3 years ago

I'm a bit too late but the way ESP32 works is by loading firmware into it. There's no "factory state". What you might want to do is upload a hello world / get started firmware to check if the ESP32 is working correctly and is not malfunctioning (i think the app that's being shipped with is the web server). I'm not sure what you mean by stopped working but when things does not seem to work, you should provide us with the output logs (you can check them from the serial monitor) so we can discuss what's going on.

I hope it helps someone that's new to the ESPIDF / ESP32 world.