AT25 module might work for it, though it's from the next rung up from the basic EEPROMs I designed the module for - it looks like it uses similar instructions, though it's also got page erase commands. Try it - if it seems to work, also check that you can write over existing data and get the right results.
The AT25M01/M02/M04 and the clones thereof should work (and the AT25xxx ones with 512kbit and smaller definitely do), but that lineup stops before the 16mbit size.
Hi DrAzzy,
Using AT25 module i am able read the flash... but write() is not working.. i am working on that.. mean while if you got any thing about this please update...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
AT25 module might work for it, though it's from the next rung up from the basic EEPROMs I designed the module for - it looks like it uses similar instructions, though it's also got page erase commands. Try it - if it seems to work, also check that you can write over existing data and get the right results.
The AT25M01/M02/M04 and the clones thereof should work (and the AT25xxx ones with 512kbit and smaller definitely do), but that lineup stops before the 16mbit size.