mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Update StatusLED-BlinkCodes.md
This commit is contained in:
@@ -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.
|
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:
|
# 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
|
| SDCARD_CHECK | 4 | Basic check: folder/file presence | 4 | X
|
||||||
| CAM_INIT | 5 | Camera init failed (details console) | 1 | X
|
| CAM_INIT | 5 | Camera init failed (details console) | 1 | X
|
||||||
| CAM_INIT | 5 | Camera framebuffer check failed | 2 |
|
| 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 | External SPI RAM < 4MB | 2 | X
|
||||||
| PSRAM_INIT | 6 | Total heap < 4MB | 3 | X
|
| PSRAM_INIT | 6 | Total heap < 4MB | 3 | X
|
||||||
| TIME_CHECK | 7 | Missing time sync (check every round) | 1 |
|
| TIME_CHECK | 7 | Missing time sync (check every round) | 1 |
|
||||||
|
|||||||
Reference in New Issue
Block a user