Me4e looks really fun! As @DrAzzy says, hot glue could provide some much-needed support!
The Pico has 128kB of flash memory available - I wonder if you could get some speech into that, rather than having to wire up an SD card?
uSpeech looks amazing - seems like it uses some really hacky ways to detect what you're saying, but if it works... :) With some careful re-writing you might be able to use E.sum/etc to quickly scan over the data - as normal JS would end up being a bit slow.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Me4e looks really fun! As @DrAzzy says, hot glue could provide some much-needed support!
The Pico has 128kB of flash memory available - I wonder if you could get some speech into that, rather than having to wire up an SD card?
uSpeech looks amazing - seems like it uses some really hacky ways to detect what you're saying, but if it works... :) With some careful re-writing you might be able to use
E.sum
/etc to quickly scan over the data - as normal JS would end up being a bit slow.