From 6cf7650e87ae36c860010b4c281d11155bf8f393 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Mar 2023 08:59:19 +0000 Subject: [PATCH] Deployed ed608ca with MkDocs version: 1.4.2 --- StatusLED-BlinkCodes/index.html | 80 +++++++++++++++++++++++--------- search/search_index.json | 2 +- sitemap.xml.gz | Bin 662 -> 662 bytes 3 files changed, 60 insertions(+), 22 deletions(-) diff --git a/StatusLED-BlinkCodes/index.html b/StatusLED-BlinkCodes/index.html index 9656b42..f5bbe12 100644 --- a/StatusLED-BlinkCodes/index.html +++ b/StatusLED-BlinkCodes/index.html @@ -321,7 +321,7 @@ PSRAM_INIT 6 -External PSRAM < 4MB +External SPI RAM < 4MB 2 X @@ -349,14 +349,14 @@ OTA_OR_AP 8 -Soft AP started +Soft AP started (for remote config) 2 X FLASHLIGHT N/A -LED on when flashlight is on (lowest prio) +LED on when flashlight is on solid, no blinking @@ -366,65 +366,103 @@

Source WLAN_CONN: WLAN disconnected

Note

-

Only warning indication, not blocking futher processing

+

Only warning indication, blink code repetition: 2x

WLAN disconnected (No Access Point)

-

WLAN connection is interrupted due to no AP in range.

+

WLAN connection is interrupted due to no access point in range.

WLAN Disconnected (Authentication failure)

-

WLAN connection is interrupted due to an authentication failure. If error repeats check WLAN config (username, password)

+

WLAN connection is interrupted due to an authentication failure. If error repeats check WLAN config in WLAN.INI (username, password)

WLAN Disconnected (Timeout)

-

WLAN connection is interrupted due to an timeout because no beacon from AP is received in a timely manner. Most probably AP is not available anymore or connection is not reliable.

+

WLAN connection is interrupted due to an timeout because no beacon from AP is received in a timely manner. Most probably access point is not available anymore or connection is not reliable.

WLAN Disconnected (Further reasons)

-

WLAN connection is interrupted due to further reasons. Disconnect reason is printed in waring message. Please check serial console output or logfile from sd card (using another device to retrieve logfile /sdcard/log/message/). Please refer to this page to have additional infos in terms of WLAN disconnect reasons.

+

WLAN connection is interrupted due to further reasons. Disconnect reason is printed in warining message. Please check serial console output or logfile from sd card (using another device to retrieve logfile /sdcard/log/message/). Please refer to this page to have additional infos in terms of WLAN disconnect reasons. --> TODO - LINK TO PAGE

Source WLAN_INIT: WLAN initialization

Note

-

Critical error, normal boot not possible.

+

All critical errors, regular boot not possible

WLAN.ini empty or not readable

The WLAN.INI file is present but content is either not readable or no content present. Please check for further errors in terms of SD card readability or content of WLAN.INI which is located in /sdcard (most top folder od SD card)

SSID or password empty

-

The mandatory parameters SSID (name of WIFI network) and / or password is empty. Please configure those parameters and try again.

+

The mandatory parameters SSID (name of WIFI network) and / or password is empty. Please configure those parameters in WLAN.INI and try again.

WIFI init error (details console)

A general WIFI initialization error occured. Please check serial console output or logfile from sd card (using another device to retrieve logfile /sdcard/log/message/)

Source SDCARD_INIT: SD card initialization

Note

-

Critical error, normal boot not possible.

+

All critical errors, regular boot not possible

SD card filesystem mount failed

-

Failed to mount FAT filesystem on SD card. Check SD card filesystem (only FAT supported) or try another card.

+

Failed to mount FAT filesystem on SD card. Check SD card filesystem (only FAT supported) or try another card. Possible further infos: Please check serial console output.

SD card not found (Error code 0x107)

-

SD card init failed. Check if SD card is properly inserted into SD card slot or try another card.

+

SD card init failed. Check if SD card is properly inserted into SD card slot or try another card. Possible further infos: Please check serial console output.

SD card init failed (details console)

-

A general SD card initialization error occured. Please check serial console output or logfile from sd card (using another device to retrieve logfile /sdcard/log/message/)

+

A general SD card initialization error occured. Please check serial console output.

Source SDCARD_CHECK: SD card basic check

+

File creation / write error

Note

-

Critical error, normal boot not possible.

+

Critical error, regular boot not possible

-

File creation / write error

A basic check of SD card is performed at boot. Failed to create the test file or writing content to the file failed. Most likely SD card is defective or not supported. Please check for further errors or try another card.

File read / CRC verfication error

+
+

Note

+

Critical error, regular boot not possible

+

A basic check of SD card is performed at boot. Failed to read the test file or CRC of read back content failed. Most likely SD card is defective. Please check for further errors or try another card.

File delete error

+
+

Note

+

Critical error, regular boot not possible

+

A basic check of SD card is performed at boot. Failed to delelte the test file. Most likely SD card is defective. Please check for further errors or try another card.

Folder / File presence failed

Note

-

Reduced WebUI is going to be loaded for further diagnostic possiblities or redo firmware update.

-

A basic check of SD card is performed at boot. One or more menadatory folder / file are not found on SD card. Please check logs with logfile viewer in redurced web interface or serial console output.

+

Critical error, normal boot not possible. Reduced WebUI is going to be loaded for further diagnostic possiblities or redo firmware update.

+

A basic check of SD card is performed at boot. One or more menadatory folder / file are not found on SD card. Please check logs with logfile viewer in reduced web interface or serial console output.

Source CAM_INIT: Camera initialization

Camera init failed (details console)

Note

Critical error, normal boot not possible. Reduced WebUI is going to be loaded for further diagnostic possiblities or redo firmware update.

-

A general camera initialization error occured. Please check logs with logfile viewer in redurced web interface or serial console output.

+

A general camera initialization error occured. Please check logs with logfile viewer in reduced web interface or serial console output.

Camera framebuffer check failed

-

The framebuffer of the camera was not readable. The firmware will trying to continue regular boot, but further errors can occur which block regular processing

-

TODO --> from HERE

+

The framebuffer of the camera was not readable. The firmware will trying to continue regular boot, but further errors can occur which block regular processing. Please check logs with logfile viewer if processing is behaving irregular.

+

Source PSRAM_INIT: External RAM (SPI RAM) initialization

+
+

Note

+

A critical errors, normal boot not possible. Reduced WebUI is going to be loaded for further diagnostic possiblities or redo firmware update.

+
+

PSRAM init failed: Not found/defective

+

External RAM (SPI RAM) initialization failed. Most likely external RAM not accessable or defective. Normal operation is not possible without having external RAM.

+

External SPI RAM < 4MB

+

External RAM (SPI RAM) initialization successful, but external RAM size is too small. A size of >= 4MB is necessary to run this firmware.

+

Total heap < 4MB

+

Total available system memory (heap) is too small. A size of >= 4MB is necessary to run this firmware.

+

Source TIME_CHECK: External RAM (SPI RAM) initialization

+

Missing time sync (check every round)

+
+

Note

+

Only warning indication, blink code repetition: 2x

+
+

If system is configured to be synced with a NTP server the sync status is checked after every round (in state: "Flow finished". An warming message is also printed to log). If the time is not synced after serveral rounds, please check for proper configuration.

+

STATUS

+
+

Note

+

All only status indication

+
+

Source OTA_OR_AP: OTA Update / Access point mode

+

OTA process ongoing

+

An OTA is performed right now. Please wait until OTA is completed. System is rebooting automatically. If system is not coming up, please check serial console output.

+

Soft AP started (for remote config)

+

The built-in access point functionality is started to perform initial remote remote setup. Further description: https://jomjol.github.io/AI-on-the-edge-device-docs/Installation/ --> Section Remote Setup using the built-in Access Point

+

Source FLASHLIGHT: Flashlight

+

LED on when flashlight is on

+

The LED is solid on as long the flashlight is on. This feature has lower priority than the other LED codes. Whenever another code occurs this feature will be overrided.