Stijn Tintel

Results 115 comments of Stijn Tintel
trafficstars

> Another variation I'm seeing when just saying the wake word and nothing after: > > ``` > I (00:25:01.486) WILLOW: AUDIO_REC_WAKEUP_START > > W (28278) AFE_SR: ERROR! rb_out slow!!!...

I suspect the USB device disconnects during flash. In another terminal, run `journalctl -f -k` to confirm that. If that's the case, you might be able to work around that...

The 401 was totally my bad: 9ceb5d617da79c9b00d7c34b91879c4b882e9c3a.

With WAS, we're doing a basic connectivity check to the endpoint URL. We will move endpoint support from Willow to WAS in the future, and when we do that we...

Try playing with these options: https://github.com/toverainc/willow/blob/main/main/Kconfig.projbuild#L277-L298

> Is there documentation someplace that describe these in detail? https://github.com/espressif/esp-sr/blob/master/include/esp32s3/esp_wn_iface.h#L17-L27

Lovely to see I'm not the only one controlling switch ports via Home Assistant 🤓 356 commands is a lot, I've not managed to test that. I guess we need...

I'm personally hitting this when I give multinet a command that isn't defined. I suspect this is a bug in [esp-sr](https://github.com/espressif/esp-sr), and we should involve them / report it there.

With cfb9b66b3023d696898a58133ea6993e3feead20, things seem much better. I can still trigger TWDT timeout, but only when saying a very long sentence. Short, undefined commands no longer seem to trigger it.

> I suppose we can talk to kernel directly with nfnetlink messages? ~~Probably better to not use libnfnetlink, see https://www.spinics.net/lists/netfilter/msg59210.html~~ Sorry, you didn't mention libnfnetlink, never mind me.