Notifications
Clear all

ESP32 Remote Temp& Hum Sensor.

2 Posts
2 Users
1 Likes
502 Views
(@donnor)
Member
Joined: 2 years ago
Posts: 22
Topic starter  

Another great tutorial. I have the remote temperature Humidity sensor working great. Although I would like it to read in Fahrenheit. I have the formula just don’t know code to code it. Thanks.


   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 7012
 

Posted by: @donnor

Another great tutorial. I have the remote temperature Humidity sensor working great. Although I would like it to read in Fahrenheit. I have the formula just don’t know code to code it. Thanks.

float Fahrenheit = (Celsius * 1.8) + 32.0;

 

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
Inst-Tech reacted
ReplyQuote