Espurino both side would be best!
I've been thinking about the two systems - arm and esp8266 and the way they would talk to each other. The esp8266 side as @DrAzzy suggests, can do the web side and wifi, and the "grunt work" requiring more ram on the arm side. What is the best bus between the two systems - is a socket system via serial, or can we use direct pins via i2c or similar, although side would need to be master?
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.
Espurino both side would be best!
I've been thinking about the two systems - arm and esp8266 and the way they would talk to each other. The esp8266 side as @DrAzzy suggests, can do the web side and wifi, and the "grunt work" requiring more ram on the arm side. What is the best bus between the two systems - is a socket system via serial, or can we use direct pins via i2c or similar, although side would need to be master?