-->
Page 1 of 1

WeMos D1 mini pro - 16MB or only 1MB Memory usable?

PostPosted: Sat Feb 18, 2017 2:43 pm
by Didix
Any more usable infos on that subject than .. ?
http://www.packom.org/esp8266/16mb/flas ... dling.html

Re: WeMos D1 mini pro - 16MB or only 1MB Memory usable?

PostPosted: Sun Feb 19, 2017 8:56 am
by martinayotte
The 16MB can be used as 4MB directly without any issue.
Code will still be limited to 1MB, but the rest can be used for SPIFFS.
The link you provide is effectively a hack to get the above 12MB accessible by SPIFFS as data storage, it is working fine for the SPIFFS itself, but it requires another hack not written yet to make it compatible with OTA, otherwise, OTA becomes broken.
Here are some discussion about that :
https://github.com/platformio/platform- ... 6/issues/8
https://github.com/esp8266/Arduino/pull/2351
("time is the missing ingredient", but maybe I will try again when I get chance)