You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Some of you may have seen this video, where there's a nice-looking AngularJS UI talking to an Arduino: https://youtu.be/MhVgGE-pgEY?t=14m39s

    In that case he's loading a tiny bit of HTML off the Arduino, and then everything else off another computer. Doing that sort of thing with Espruino is trivial, and in fact sometimes you can serve everything off of Espruino's internal memory

    However what we're lacking is the nice-looking interactive UI. Are there any web developers here that could do a better job of that? I'm happy to take whatever gets developed and integrate it with Espruino...

    (Looks like the video above is done using D3, although it seems to me that you could do the same thing using just SVG and document.getElementById like this - just better :) )

About

Avatar for Gordon @Gordon started