Hey folks,
I have been experimenting with FreeRTOS on a couple of STM32 projects & got curious—has anyone tried blending any kind of lightweight AI models or inference capabilities into their RTOS-based setup?
I am not talking about full-blown neural networks but maybe using something such as TinyML or even basic decision trees within tasks to make the system “smarter.” want to hear about how you handled memory constraints, scheduling or even basic data collection in such setups.
Also, I started a Generative AI Course just out of curiosity and it sparked the idea—what if we could apply even a fraction of that logic in microcontroller projects? Not practical maybe but definitely interesting.
Thank you.