Implementing a web app
As part of a “grand plan”, I’m thinking about how to implement a feature rich Arduino web application, without getting myself tied up in knots worrying about blowing the capabilities of the ATmega in terms of program size, memory size or processor speed. Without an SD card to store all the files on, the simple logical answer is to hand off as much work as possible to “someone else”, so…