Single Board Computer Recommendations
Levi Pearson
levipearson at gmail.com
Tue Mar 16 11:18:15 MDT 2010
On Tue, Mar 16, 2010 at 10:34 AM, Dave Smith <dave at thesmithfam.org> wrote:
> Then there's the problem of the web server. Can I write a web-app to run
> on an Arduino?
>
You'd probably be better off running a web app elsewhere and having a
simple command language to interface with the Arduino. Or you could
do a simple web service program on the Arduino + ethernet shield, and
have a richer web app elsewhere. There are some examples of these
around if you google for them. One is here:
http://community.pachube.com/arduino/ethernet
You could also use the X-bee modules for a wireless serial link and do
the web stuff remotely.
--Levi
More information about the PLUG
mailing list