Micromod Machine Learning Board

Hi

I’ve got the Micromod Machine Learning board and Artemis processor. I’ve searched on the forum and the web on the subject of Tensorflow Lite and there doesn’t seem to be a consensus on whether it works from the Arduino IDE or not. I’ve tried it myself and after installing the libraries needed I get issues with missing files. I suspect this is to do with the libraries and not the board itself. Before I go poking around to try and get it working myself, is there a way of doing it (IDE Ver 2.0.3) or a tutorial I could use?

Bipman

Not that we have ready-made, but there’s a guide for artemis with arduino https://learn.sparkfun.com/tutorials/ar … rduino-ide

Combine that with the MM Machine learning board https://learn.sparkfun.com/tutorials/mi … troduction

…finally, we have everything else for the apollo3/artemis integration here https://learn.sparkfun.com/tutorials/de … ng-further

With enough effort it should be doable

OK, thanks. I’ll see what I can string together.

I’m really close to getting it working (it’s a right palava) but am missing the sparkfun_edge_makefile.inc. Does anyone know where I can get this from ? I’ve used the Edge Board Tensorflow Lite files but this one is missing. I am also missing tensorflow/lite/micro/tools/gen_micro_mutable_op_resolver/person_detect

Bipman