Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage size of the module #3

Open
xenoxaos opened this issue Mar 1, 2016 · 3 comments
Open

Storage size of the module #3

xenoxaos opened this issue Mar 1, 2016 · 3 comments

Comments

@xenoxaos
Copy link

xenoxaos commented Mar 1, 2016

Do you happen to know how big the storage size on the module is? Is it the 512K model or the 1M model?

@jlongman
Copy link

jlongman commented Nov 4, 2016

I just compiled it using a slightly newer version of Homie and got:

Sketch uses 342,503 bytes (78%) of program storage space. Maximum is 434,160 bytes.
Global variables use 40,268 bytes (49%) of dynamic memory, leaving 41,652 bytes for local variables. Maximum is 81,920 bytes.

@spinkham
Copy link

spinkham commented Dec 3, 2016

Mine is 1MB.
you can check yours with esptool:
esptool.py --port yourserialport flash_id

It will return manufacturer and model number.
Mine were:

Manufacturer: ef
Device: 4014

You can look them up here: https://code.coreboot.org/p/flashrom/source/tree/HEAD/trunk/flashchips.h
First prefix the manufacturer with 0x and search for that, then the device.

Mine decodes to W25Q80BV, a 1MB SPI flash chip.

@classicmac
Copy link

There is also a CheckFlashConfig example sketch for the 8266 included with the Arduino IDE that gives you the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants