'When you upload code to Espruino normally, it is stored in Espruino's RAM'
and
'However it's easy to save your code to flash memory and make it permanent. Just type save()'
Fully understanding how a JsVar fits in, can be daunting
a really, really rough rule of thumb would be to multiply the 'free' space by ten (actually 12 or 16 depending on many coding factors), our human mental model, for a really rough approximation of free RAM in bytes for data collection.
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.
Thr 2019.12.26
Or, pick up a WiFi SD card and just link to it!!
For clarification: this refers to code compression during the
save()
process, not data.I believe the understanding there (#1 post) is backwards.
Ref the following:
'When you upload code to Espruino normally, it is stored in Espruino's RAM'
and
'However it's easy to save your code to flash memory and make it permanent. Just type save()'
Fully understanding how a JsVar fits in, can be daunting
a really, really rough rule of thumb would be to multiply the 'free' space by ten (actually 12 or 16 depending on many coding factors), our human mental model, for a really rough approximation of free RAM in bytes for data collection.