For me, a new board is going to ideally be an ESP8266 with more RAM and an EEPROM. While the ESPs are great for simple tasks, as soon as I push the amount of code I want to run, I end up running out of memory. Then there's no where to store data. Just a couple of thoughts.
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.
For me, a new board is going to ideally be an ESP8266 with more RAM and an EEPROM. While the ESPs are great for simple tasks, as soon as I push the amount of code I want to run, I end up running out of memory. Then there's no where to store data. Just a couple of thoughts.