You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the owner of a T-Watch 2022 V3 : a hackable smartwatch with a PDM microphone built on ESP32.
Your repo was mentionned in this thread as a reference on how to add PDM support for micropython as part of this OS.
My goal is to have a minimalist micropython OS that can connect to an OpenAI (/LocalAI) backend and give me access to an AI assistant. Unfortunately, there is no built in PDM support in micropython ESP32 as far as I understand and although I'm comfortable in python I don't know C and won't have too much time to mess around on this side project :)
Hence, I was wondering if you had by any chance a more up to date version of your PDM implementation. One that could be easily added to a recent micropython.
If not, would you mind giving me pointers on what the steps I should take to implement PDM support myself? My main tool being GPT-4 🤡 :)
Thank you and have a nice day!
The text was updated successfully, but these errors were encountered:
For the record, I did try to merge it to a recent micropython version. I had to make 2 notable change to make it build succesfully (still not sure it was successful but at least it built) and documented the whole thing there: jeffmer/micropython#1
thiswillbeyourgithub
changed the title
any change to have an updated version?
any chance to have an updated version?
Apr 10, 2024
Hi!
I'm the owner of a T-Watch 2022 V3 : a hackable smartwatch with a PDM microphone built on ESP32.
Your repo was mentionned in this thread as a reference on how to add PDM support for micropython as part of this OS.
My goal is to have a minimalist micropython OS that can connect to an OpenAI (/LocalAI) backend and give me access to an AI assistant. Unfortunately, there is no built in PDM support in micropython ESP32 as far as I understand and although I'm comfortable in python I don't know C and won't have too much time to mess around on this side project :)
Hence, I was wondering if you had by any chance a more up to date version of your PDM implementation. One that could be easily added to a recent micropython.
If not, would you mind giving me pointers on what the steps I should take to implement PDM support myself? My main tool being GPT-4 🤡 :)
Thank you and have a nice day!
The text was updated successfully, but these errors were encountered: