W25Q chips are widely available, and the instructions for the W25Q chips are pretty much the same
If you scroll to the bottom of this page: https://github.com/Marzogh/SPIMemory/releases/tag/v3.3.0
inside the folder
SPIMemory-3.3.0/SPIMemory-3.3.0/extras
there is a spreadsheet
Winbond Flash Instructions - Comparison.xlsx
with a comparison of the instructions.
I'll be happy to bring the W25Q module onto the Espruino web site (credit belongs to Dennis) when the project works (lots of changes at the moment) and then I can also add a INA3221 module (triple I2C voltage and current sensor) and a DS1307 module. If you need the modules more quickly, you can find them under the first link :-)
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.
Definitely a lot faster this way:
old: 8028 ms
new: 1543 ms
https://github.com/atmelino/MPPT/blob/master/version2_0/Espruino/develop/extFlash/projects/noyito_W25Q64.js
W25Q chips are widely available, and the instructions for the W25Q chips are pretty much the same
If you scroll to the bottom of this page:
https://github.com/Marzogh/SPIMemory/releases/tag/v3.3.0
inside the folder
SPIMemory-3.3.0/SPIMemory-3.3.0/extras
there is a spreadsheet
Winbond Flash Instructions - Comparison.xlsx
with a comparison of the instructions.
I'll be happy to bring the W25Q module onto the Espruino web site (credit belongs to Dennis) when the project works (lots of changes at the moment) and then I can also add a INA3221 module (triple I2C voltage and current sensor) and a DS1307 module. If you need the modules more quickly, you can find them under the first link :-)