Display fahrenheit values?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Display fahrenheit values?

1,615 次查看
info35
Contributor I

Is it possible to display fahrenheit values on a Rapid IoT temperature data glance on the dashboard?

标签 (1)
4 回复数

1,446 次查看
richard_laborde
Contributor III

Yes! On the connector from the Cloud Event to Cloud Storage - make the VALUE value*9/5+32

You can also limit the number of digits with value.toFixed(X) where X is 1, 2, 3 whatever you want. See the Weather Station Example app for more options.

0 项奖励
回复

1,446 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Are you working with the Rapid IoT Studio or MCUXpresso? 

Regards, 

Estephania 

0 项奖励
回复

1,446 次查看
info35
Contributor I

Hello Estephania,

I am using https://rapid-iot-studio.nxp.com/ <https://rapid-iot-studio.nxp.com/>

Bryant

0 项奖励
回复

1,446 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

You can use the example available in the studio called Embedded Mathematical Operation Demo. Have you tried it? do you have issues while using it ?  If you do, just let me know. 

pastedImage_1.png

Regards