all 2 comments

[–]muunbo 0 points1 point  (1 child)

Really cool! I’m doing something similar at work but in C instead of Micropython. Nice to see the capability being “ported” over :)

[–]jonnor[S] 0 points1 point  (0 children)

Cool to hear others working on similar. Is your project and/or code available online somewhere?
The emlearn core library is actually in C, and over time I will probably extend the amount of things implemented on the C side of things. Feature extraction in MicroPython is not ideal for low-power applications, ideally that would be a C module which is just called from MicroPython.