Skip to content

False tempratures #1443

Closed
Closed
@Flo082002

Description

@Flo082002

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());

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions