Getting temperature from ISM330IS in AlgoBuilder
I have successfully built AlgoBuilder-based Firmware for my Target, including using some of the ISPU based examples from the x-cube-ispu GitHub:
NUCLEO-L476RG + X-NUCLEO-IKS02A1 + ISM330IS
We are hoping to replace an old accelerometer and separate temperature sensor chip in our design with the very capable ISM330IS. I'm evaluating it for basic accelerometer, gyro, and temperature sensor use as well as the 6-axis fusion (quaternion outputs)
If I add the "Temperature" block to my SensorHub, I get the error:
Error: Block "Temperature [°C]" requires capability "TemperatureSensor" but current build target does not have this capability!
In my own code, I expect I can just read from OUT_TEMP_L (20h), OUT_TEMP_H (21h) or ISPU_TEMP_L (68A4h), ISPU_TEMP_H (68A5h).
Just curious how to do this directly from AlgoBuilder
