Display fahrenheit values?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Display fahrenheit values?

784 Views
info35
Contributor I

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

Labels (1)
4 Replies

615 Views
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 Kudos

615 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Are you working with the Rapid IoT Studio or MCUXpresso? 

Regards, 

Estephania 

0 Kudos

615 Views
info35
Contributor I

Hello Estephania,

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

Bryant

0 Kudos

615 Views
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