Hello. I am developing a device to get optical sensor data(about 10KB) and predict. And this device is portable, so power consumption should be considered. STLinux can be a solution? and which board is suggestable? Thanks. GB
I am a SW engineer, so I ordered HW devp. to others.
They are using STM32F4 board to gather optical sensor data and display prediction(sensor requires over 200 KHz reliable clock freq. at minimum).
For prediction data will be transfered to phone via bluetooth and transfered again to cloud server and prediction is transfered in reverse-order.
The architecture is pretty complex and comm. overhead is serious, so I am considering to use linux-based system to gather data and predict in one board.
Training would be done on desktop and produces keras or tf model, so I need only runtime prediction environment on board.
Problem is prediction contains data pre-processing and it needs mainly numpy and scipy library.
The other thing is, gathering data would be written in C, and prediction code in python.
