Reading LM35 sensor data in C degree in blynk app

Hi, I just bought a particle photon. When I connect LM35 to photon I can read the sensor data on the ios blynk app but not in C degree. How can I fix that . Here is my little dash. Thanks for your help.

Here you go =). Or here.

You are right dude :smile: but I’m new in the coding stuff and I can’t include the calculations in the blynk code. Thank you anyway

What do you mean by “can’t include”? Sure you can.

float temp = analogRead(tempPin) / 9.31;
Blynk.virtualWrite(temp);