Yowiee
1
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?
Yowiee
2
I found the answer:
- Download the Arduino IDE SSCMA package from here and follow the instructions to install the package
- In the Arduino IDE, open the script File → Examples → Seeed Arduino SSCMA → mqtt2uart
- Then goto Tools → PSRAM and enable OPI PSRAM
- Install the firmware onto the S3
Now you can continue on from Step 6 of the wiki guide.