WiFiLink - neoxic/ESCape32 GitHub Wiki

Overview

ESCape32 Wi-Fi Link is an ESP32-based embedded configurator for the ESCape32 firmware that works over Wi-Fi. It acts as a Wi-Fi access point 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 to the native format.
  • Any device with Wi-Fi and a web browser can be used (only one device can be connected at one time).

Screenshots

Installation

  1. Download the latest pre-built combined image here.
  2. Connect the target board to a computer using a USB data cable (USB charging cable will not work).
  3. 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.

C3 Super Mini board

S2 Mini board