Is my mcu board feasible for following project?

Can I create basic movement detection model using accelerometer and deploy in on my LPC2129 micro controller ( It has 16KB RAM and 256KB on chip flash ROM.) ?

Hi @Andi2624,

Maybe, it depends on a lot of factors. My initial thought is β€œyes, so long as you limit the number of readings per sample (e.g. low sample rate).” However, your best bet is to get a few samples (or even made-up samples that represent what your data looks like) and train a model on Edge Impulse. Then, select a target processor close to your LPC2129 and see what the estimated timing and memory requirements will be on the deployment page.

1 Like