-->
Page 1 of 1

ESP-03

PostPosted: Mon Jul 24, 2017 8:54 am
by DTesla
Hi,

How do I know the size of the flash of the ESP-03 ? I'm using Arduino IDE and ESP8266 Core 2.3.0, when I export the bin file I have several option, but I don't know which one is correct. ? And what about SPIFFS size? Or not?
Thanks :D

Re: ESP-03

PostPosted: Tue Jul 25, 2017 7:55 pm
by QuickFix
The ESP-03 has a 4Mbit (= 512kbit) flash by default (take a magnifying glass and see the inscription of the flash, it should read "25Q40BT").

Re: ESP-03

PostPosted: Wed Jul 26, 2017 1:19 am
by DTesla
Hi QuickFix , thank you for your reply.

And what about the SPIFFS?

Thanks

Re: ESP-03

PostPosted: Wed Jul 26, 2017 5:59 am
by QuickFix
Depending on your needs, you can either use 64k or 128k for SPIFFS on a 512k flash.

But don't take my word for it, you'd better do some reading on the topic, since one instructable is worth more than my thousand words. ;)