Hello, I’m working on new ReSpeaker Lite with XIAO_ESP32S3 and get few basic question that are not on FAQ.
- Does someone make it work on PlatformIO ?
- Can share a config file / project ? It works on Arduino IDE
- How to connect another ESP32-S3 on I2S ?
- What is the ping number on the board ? Is it the way to connect another ESP32 to i2S ?
- I want to connect an ESP32 Camera from Lilygo
- Is there specific code (in the sample) related to XIAO ?
- The sketch
streams-i2s-tflite.ino
do not compile after installing tfliteperipherals.h:61:2: error: #error "unsupported board"
- Where can I find the code for Voice Assistant System for Home Assitant ? I’d like to do the same mechanics
- Why HomeAssistant use
openWakeWord
where TFLite can / should perform the WakeWord.- I’m looking for a sample like
streams-i2s-tflite.ino
that will send all the full audio buffer IF the wakeword match likecommunication-mqtt-send
if someone can help it seems a basic Google/Alexa usecase?
- I’m looking for a sample like
Thanks !
PS: there is a dead link in the doc to upload the firmware.