Skip to main content

Configure Device Settings

When adding a new device, you'll see a configuration dialog with several options.

WiFi Setup

You can optionally enter your WiFi credentials during setup:

  • Network Name (SSID): Your WiFi network name
  • Password: Your WiFi password

If you skip this step, your device will:

  1. Create a WiFi access point named "flibbert"
  2. Allow you to connect and configure WiFi through a web interface
  3. Connect to the internet once configured

Note: The device won't appear on your dashboard until it has internet connectivity.

PSRAM Configuration

If your ESP32 has external PSRAM memory, enable this option for better performance:

  • ESP32-S3: Many variants include PSRAM
  • ESP32-WROVER: Includes PSRAM
  • ESP32-DevKitC: Usually no PSRAM

Enabling PSRAM allows your applications to use more memory for complex tasks.

Device Profile

Select the correct ESP32 variant:

  • ESP32: Original ESP32 chip
  • ESP32-S3: Newer variant with better performance
  • ESP32-C3: RISC-V based, lower power
  • ESP32-C6: Latest with WiFi 6 support