Skip to content

Status Bar

Just Call Me Koko edited this page Apr 29, 2021 · 6 revisions

Status Bar

The ESP32 Marauder features a status bar used to display general system information while on the main menu or executing certain operations.

ESP32 WROOM-32U

  1. Current internal temperature
  2. Current WiFi channel
  3. Current available memory
  4. SD Card status
  5. Battery status
  6. Battery level

Battery

On the right side of the status bar, there is a battery status indicator. The color of the indicator represents the status of the battery. To the right of the battery status indicator is the current battery level represented in percent.

ESP32 WROOM-32U

The following table describes the battery status indicator and its meaning
Color Status
Green Battery level is between 25%-100%
Red Battery level is between 0%-25%

SD Card

On the right side of the status bar to the left of the battery status indicator is the SD card status indicator.

ESP32 WROOM-32U

The following table describes the different states of the SD card status indicator
Color Status
Green The SD card is inserted and initialized
Red The SD card is not inserted or failed to initialize

Memory

In the center of the status bar to the left of the SD card status indicator is the current number of available bytes of memory. As certain functions of the Marauder are used, this number with fluctuate. This is expected.

Channel

On the left side of the status bar to the left of the available memory indicator is the current channel indicator. This represents the current channel the WiFi interface of the ESP32 is tuned to. As WiFi attacks or analysis operations are executed, this number will change.

Internal Temp

On the far left side of the status bar is the current internal temperature indicator. As the ESP32 executes complex processes, the internal temperature will rise. The temperature is represented in Celsius.

Clone this wiki locally