-->
Page 1 of 2

Correct size of memory flash esp-07 to program from arduino?

PostPosted: Wed Nov 25, 2015 3:55 pm
by domonetic
which is the size of memory esp-07?
buy a module, when tested by command throws me these results.

Code: Select allAT+GMR
AT version:0.30.0.0(Jul  3 2015 19:35:49)
SDK version:1.2.0
Ai-Thinker Technology Co.,Ltd.
Build:1.2.0.A Aug  7 2015 17:21:44

 ets Jan  8 2013,rst cause:2, boot mode:(3,7)

load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0

2nd boot version : 1.4(b1)
  SPI Speed      : 40MHz
  SPI Mode       : QIO
  SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user2 @ 81000

ÂÕMEM CHECK FAIL!!!
ärlrú
Ai-Thinker Technology Co.,Ltd.


but in arduino, I not have option 8Mb.
I have only 4M (1M spiffs) or 4M (3M spiffs)
I do not understand what the right to program

Re: Correct size of memory flash esp-07 to program from ardu

PostPosted: Wed Nov 25, 2015 5:50 pm
by martinayotte
Don't forget that 8Mb is 8Mbits, so it is 1MBytes ... ;)
In such case, you have 4 choices in IDE menu.

Re: Correct size of memory flash esp-07 to program from ardu

PostPosted: Thu Nov 26, 2015 8:00 am
by domonetic
O now I understand. Thank you

I can choose to 1M and reserve space to store data as desired in spiffs?

Re: Correct size of memory flash esp-07 to program from ardu

PostPosted: Thu Nov 26, 2015 10:16 am
by martinayotte
Yes !