-->
Page 4 of 8

Re: New ESP-12S Module

PostPosted: Mon Jan 09, 2017 1:00 pm
by martinayotte
You can use esptool.py :

esptool.py --port /dev/ttyUSB0 flash_id

The ID will provide clues about manufacturer and size.

Re: New ESP-12S Module

PostPosted: Mon Jan 09, 2017 5:07 pm
by spy king
martinayotte wrote:You can use esptool.py :

esptool.py --port /dev/ttyUSB0 flash_id

The ID will provide clues about manufacturer and size.


This is what is returned
Code: Select allManufacturer: e0
Device: 4014


So that should be a 1M or 8Mib correct?

Re: New ESP-12S Module

PostPosted: Tue Jan 10, 2017 11:03 am
by martinayotte
Right !

Re: New ESP-12S Module

PostPosted: Tue Jan 10, 2017 2:01 pm
by schufti
not quite.

Mi is short for Megabinary emphasising the difference of 1024*1024 vs. 1000*1000 for the "M" but in IT forums Mi is seldom used, it is more likely for legal aspects in trade (size of hd's)

If you want to show the difference between bits and bytes, some propose to use capital B for Bytes and small b for bits, so it would be 1MB=8Mb