D
D
DimiDr0lik2017-02-18 00:47:02
Arduino
DimiDr0lik, 2017-02-18 00:47:02

How to measure temperature on esp8266?

Good evening.
Tell me with code in c ++ how to measure the voltage and temperature on the esp8266 chip itself?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Michael, 2017-02-18
@MikeDeblin

I won’t tell you about the temperature, but nodemcu_api has this:
Description
Reads the voltage value on the vdd33 pin
Example

v = node.readvdd33() / 1000
print(v)
v=nil

A
Armenian Radio, 2017-02-18
@gbg

And where did you get that it has a built-in thermal sensor?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question