Skip to content

False tempratures #1443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Flo082002 opened this issue May 26, 2018 · 1 comment
Closed

False tempratures #1443

Flo082002 opened this issue May 26, 2018 · 1 comment

Comments

@Flo082002
Copy link

Flo082002 commented May 26, 2018

Hardware:

Board: DOIT ESP32 DVKIT V1 Board
Core Installation/update date: 29/1/2018
IDE name: Arduino IDE 1.8.5 Windows 10/Ubuntu 17.10
Flash Frequency: 80Mhz
Upload Speed: 921600

Description:

The tempratur is every time 180° or 179°F but I can feel, that it is getting warmer.

Sketch:

#ifdef __cplusplus
extern "C" {
#endif
uint8_t temprature_sens_read();
#ifdef __cplusplus
}
#endif

uint8_t temprature_sens_read();

void setup()
{
Serial.begin(9600);

}


void loop()
{

delay(200);
    Serial.println(temprature_sens_read());

}

@lbernstone
Copy link
Contributor

This function is from esp-idf, and it is unsupported. Please close this issue:

//Undocumented!!! Get chip temperature in Farenheit
//Source: https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchbook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino
uint8_t temprature_sens_read();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants