Page 1 of 1

Find out the Revision of the ESP32 Chip

Posted: Sun Feb 25, 2018 7:43 pm
by Kazuya91
Hello,

I want to find out the revision of my ESP32 Chip. I know that there is a prepared Arduino function which you can run. But I dont use the Arduino library. As far as I know the Revision number is stored in a register somewhere but it can be damaged if the coder does something wrong. So I wanted to ask if there is a fail safe code for non-Arduino-users.

Re: Find out the Revision of the ESP32 Chip

Posted: Sun Feb 25, 2018 7:49 pm
by WiFive

Re: Find out the Revision of the ESP32 Chip

Posted: Sun Feb 25, 2018 8:10 pm
by Kazuya91
Damn, I was searching for hours just to find out its in the hello world example :lol: . Thank you very much.