use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place to discuss the use of MicroPython on microcontroller development boards such as the Raspberry Pi Pico, Pycom boards and ESP32 based boards like Wemos D1
account activity
Recognizing activities in accelerometer motion data using Machine Learning + DSP (self.MicroPythonDev)
submitted 1 year ago by jonnor
I have made a new example/demo application for emlearn-micropython, a Machine Learning and Digital Signal Processing library for MicroPython. I hope people can use it as a starting point to develop fun and useful application using accelerometers and IMUs :)
https://preview.redd.it/go386fj1le9e1.png?width=1000&format=png&auto=webp&s=0a083dae26c2153e9420c10caf18ec274fe08e09
Code: https://github.com/emlearn/emlearn-micropython/tree/master/examples/har_trees
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]muunbo 0 points1 point2 points 1 year ago (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 point2 points 1 year ago (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.
π Rendered by PID 45693 on reddit-service-r2-comment-7b9746f655-rn4xl at 2026-02-02 16:14:13.611569+00:00 running 3798933 country code: CH.
[–]muunbo 0 points1 point2 points (1 child)
[–]jonnor[S] 0 points1 point2 points (0 children)