Uploading Arduino data without Internet
hello everyone:
i have begun arduino , have made first arduino project ever: small circuit measure temperature , humidity of room arduino, , create kind of graphs see evolution of temperature/humidity (with javascript or php library) , use more services (tweeting data, uploading data pachube, etc).
the thing xport not working (or can't working) need without xport, connecting arduino laptop (which connect internet wifi).
would possible?
thanks lot in advance
i have begun arduino , have made first arduino project ever: small circuit measure temperature , humidity of room arduino, , create kind of graphs see evolution of temperature/humidity (with javascript or php library) , use more services (tweeting data, uploading data pachube, etc).
the thing xport not working (or can't working) need without xport, connecting arduino laptop (which connect internet wifi).
would possible?
thanks lot in advance

very possible. arduino can send serial data. pc can read serial data.
look @ processing application:
http://processing.org
the processing application , arduino ide share many similarities. programming language similar, too. both c based.
processing can draw graphs want.
php has capabilities read serial port, too, , ideally suited uploading data web server.
look @ processing application:
http://processing.org
the processing application , arduino ide share many similarities. programming language similar, too. both c based.
processing can draw graphs want.
php has capabilities read serial port, too, , ideally suited uploading data web server.
Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Uploading Arduino data without Internet
arduino
Comments
Post a Comment