My current project is a home automation project with a lot of modules for switches, controls, timers, sensors, displays and so on. The communication is based on the xBee module. On top a communication module with an integration to the FHEM homeautomation system (http://www.fhem.de). The configuration is stored on sd and loaded on startup. When i finished everything i will post it.
I do not use much simple arrays, the code is well optimised. Everything is minified. For me the space is very tight. Doubling the memory would definitive help without touching the limit again.
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.
Hi Gordon,
My current project is a home automation project with a lot of modules for switches, controls, timers, sensors, displays and so on. The communication is based on the xBee module. On top a communication module with an integration to the FHEM homeautomation system (http://www.fhem.de). The configuration is stored on sd and loaded on startup. When i finished everything i will post it.
I do not use much simple arrays, the code is well optimised. Everything is minified. For me the space is very tight. Doubling the memory would definitive help without touching the limit again.
Sacha