Can't connect Grove Vision AI V2 to Home Assistant via ESP32S3

I’m trying to follow the wiki article on connecting a Grove Vision AI V2 to Home Assistant except I have an ESP32S3 not a C3. I get stuck at the step which flashes the firmware to the C3.

This firmware is not compatible with the S3.

Is there an equivalent firmware for the S3?

I found the answer:

  1. Download the Arduino IDE SSCMA package from here and follow the instructions to install the package
  2. In the Arduino IDE, open the script File → Examples → Seeed Arduino SSCMA → mqtt2uart
  3. Then goto Tools → PSRAM and enable OPI PSRAM
  4. Install the firmware onto the S3

Now you can continue on from Step 6 of the wiki guide.