Neurai - ESP32 Flasher

Flash Neurai firmware to your ESP32 directly from your browser

⚠️ Incompatible Browser

This application requires Google Chrome, Microsoft Edge, or another Chromium-based browser with Web Serial API support.

1. Connect ESP32

2. Select Firmware

3. Flash Firmware

ℹ️ Instructions

  1. Connect your ESP32 to the computer via USB
  2. Click "Connect ESP32" and select the correct serial port
  3. Select the firmware file (.bin) you want to flash
  4. Click "Start Flashing" and wait for the process to complete

⚠️ Important: Close any program that might be using the serial port (Arduino IDE, PlatformIO, serial monitor, etc.) before connecting.

💻 Linux: If you have permission issues, add your user to the dialout group: sudo usermod -a -G dialout $USER and restart your session.