Skip to main content

Create a new ESP32 project

Use PlatformIO in Visual Studio Code to create the firmware project for the exact board used by your product.

  1. Open PlatformIO Home.
  2. Choose New Project.
  3. Give the project a clear name.
  4. Select the exact ESP32 board/MCU target.
  5. Choose the framework used by your firmware.
  6. Create the project and build the untouched template once.

Create a new project

After the baseline build succeeds, add your existing product firmware and then integrate AirNgin networking/provisioning without changing working GPIO, bus, or control behavior unnecessarily.