Skip to content

WiFiLink

neoxic edited this page Nov 11, 2024 · 5 revisions

Overview

ESCape32 Wi-Fi Link is an ESP32-based embedded configurator for ESCape32 firmware that works over Wi-Fi. It acts as a Wi-Fi AP named ESCape32-WiFi-Link that an external device connects to. A configuration window pops up automatically, but in case it doesn't or is limited in functionality, simply navigate to escape32.local or 192.168.4.1 in the web browser once Wi-Fi connection has been established. The main highlights are:

  • Real time configuration and firmware updates.
  • RTTTL music is transparently converted into the internal format.
  • Any device with Wi-Fi and a web browser can be used (only one device can be connected at one time).

Screenshots

Installation

  • Download the latest pre-built combined image here.
  • Flash the image at offset 0x0 using the ESP Flash Tool or any DFU utility, e.g. dfu-util.

ESP Flash Tool step-by-step instructions:

  1. Select ChipType.

  2. Select LoadMode (USB).

  3. Select and check the downloaded image.

  4. Set offset to 0.

  5. Select the corresponding COM port.

  6. Click Start.

ESCape32 Wi-Fi Link board

C3 Super Mini board

S2 Mini board

Clone this wiki locally