-
|
I have ESP32s3 based module and PCB that has microphone and IMU sensors. I want to try emlearn micropython on this board. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @ujur007 There is audio processing example here - only DSP, no trained models - https://github.com/emlearn/emlearn-micropython/tree/master/examples/soundlevel_iir There is example for IMU (accelerometer) here, using machine learning, https://github.com/emlearn/emlearn-micropython/tree/master/examples/har_trees For more information, see the documentation: https://emlearn-micropython.readthedocs.io/en/latest/user_guide.html |
Beta Was this translation helpful? Give feedback.
Hi @ujur007
There is audio processing example here - only DSP, no trained models - https://github.com/emlearn/emlearn-micropython/tree/master/examples/soundlevel_iir
There is example for IMU (accelerometer) here, using machine learning, https://github.com/emlearn/emlearn-micropython/tree/master/examples/har_trees
For more information, see the documentation: https://emlearn-micropython.readthedocs.io/en/latest/user_guide.html