Sensors, Electronics and Prototyping

Reply To: algorithm for “Processed” data

Welcome to Redshift Labs Forums UM7 Product Support algorithm for “Processed” data Reply To: algorithm for “Processed” data

#658

That could be tricky. The process of converting the raw data to processed data involves a floating point matrix multiply and an addition. To do that on a microcontroller, you’d need to pull the floating point calibration terms off the device beforehand, convert them to fixed-point, and implement a fixed-point matrix multiply algorithm on the micro.