-->
Page 1 of 2

How to find out the flash size etc of my ESP-12E?

PostPosted: Tue Jan 12, 2016 12:05 pm
by Solexious
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

Re: How to find out the flash size etc of my ESP-12E?

PostPosted: Tue Jan 12, 2016 2:28 pm
by lethe
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.

Re: How to find out the flash size etc of my ESP-12E?

PostPosted: Tue Jan 12, 2016 2:36 pm
by Solexious
Cheers,

I've seen this "esptool.py flash_id" referenced elsewhere but can't find where to get a copy, do you have a link?

Best,

Sol

Re: How to find out the flash size etc of my ESP-12E?

PostPosted: Tue Jan 12, 2016 2:40 pm
by Solexious
Ah, just found it, I have:

Connecting...
Manufacturer: e0
Device: 4016

That seems to be:

#define AMIC_A25LQ032 0x4016 /* Same as A25LQ32A, but the latter supports SFDP */

Not to find out what option that means from the flash choice on the arduino ide...