Update StatusLED-BlinkCodes.md

This commit is contained in:
Slider0007
2023-03-08 10:07:36 +01:00
committed by GitHub
parent 26e8cd5342
commit 98f004b4b1

View File

@@ -1,6 +1,6 @@
This page lists possible blink codes of the red LED located on the ESP32-CAM board, their meaning and possible solutions.
The effective error codes can be found [here](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/statusled.h).
The error code source definition can be found [here](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/statusled.h).
# General design approach:
@@ -29,7 +29,7 @@ The effective error codes can be found [here](https://github.com/jomjol/AI-on-th
| SDCARD_CHECK | 4 | Basic check: folder/file presence | 4 | X
| CAM_INIT | 5 | Camera init failed (details console) | 1 | X
| CAM_INIT | 5 | Camera framebuffer check failed | 2 |
| PSRAM_INIT | 6 | SPI RAM init failed: Not found/defective| 1 | X
| PSRAM_INIT | 6 | RAM init failed: Not found/defective | 1 | X
| PSRAM_INIT | 6 | External SPI RAM < 4MB | 2 | X
| PSRAM_INIT | 6 | Total heap < 4MB | 3 | X
| TIME_CHECK | 7 | Missing time sync (check every round) | 1 |