Let me try to give a better explanation. Its more or less a proof of concept.
The idea behind is to use it like a "firmware-extension".
First of all, I made some changes to Espruino firmware:
http://jumspruino.jumware.com/sources/flashMemory/jswrap_FlashExtension.c
Next created a nodejs application to build a page for flash.
My idea is to make this available some day.
Today my learning curve is still steeply rising, got my public virtual server some days ago ....
Could give access right now on a personal base only :-(
Writing this to flash is done with nodemcu firmware programmer.
Data is written to 0x71000 and/or 0x72000, since this is the first empty page I found.
Source for 1st test with function and object. Only removed module-relevant commands
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.
Let me try to give a better explanation. Its more or less a proof of concept.
The idea behind is to use it like a "firmware-extension".
First of all, I made some changes to Espruino firmware:
Next created a nodejs application to build a page for flash.
My idea is to make this available some day.
Today my learning curve is still steeply rising, got my public virtual server some days ago ....
Could give access right now on a personal base only :-(
Writing this to flash is done with nodemcu firmware programmer.
Data is written to 0x71000 and/or 0x72000, since this is the first empty page I found.
Source for 1st test with function and object. Only removed module-relevant commands
Source for 2nd test