Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Solexious
#38596 Hello all,

I bought a ESP-12E off amazon (prime sameday is deadly when you get a project itch) but I don't have any info on its clock speed, flash size etc to setup the arduino ide correctly (or just to know these things in general)

Is there a way of me finding this info out? I've got it setup and working with the esp8266 board manager in the arduino ide so can throw commands and sketches etc at it.

Best,

Sol
User avatar
By lethe
#38611 Afaik all ESP-12E boards have 4MB flash. You can verify this by checking the flash ID (e.g. with "esptool.py flash_id").
All ESP8266 chips have 80MHz clock speed by default and can be reclocked to 160MHz. I don't use the arduino IDE, but I assume if there's an option to choose, it will configure the clock speed accordingly.