I want to be able to control leds hooked up to the arduino via the web on my local network. I have seen lots of different ways of doing it with PHP and an ethernet shield, however, I do not own one, so I want to use usb.
Whats the best way to do this? web->processing->usbcable->arduino?
potentially useful info: I am running mac osx
Thanks
Hello
Anyway what really I need is switch on off an irrigation system remotely to supply water to my father field (grapes and nuts),
Avoid him going by car to the field and manually switch on the power supply.
You should be very useful whether you provide me details on how to control an arduino through a web server over Internet.
please can you help me what to install in order to control arduino via web?
thanks in advance, roberto
PS: Nicky are you aware to have a surname which sound very italian?
moreover it speaks about the theme I'm trying to solve with arduino about agriculture.
install - http://www.apachefriends.org/en/xampp.html - and you have quite a complete platform to work with. It might take a few hours although the default config is probably OK (and read the documentation!!)
Another way is using SNMP (Agentuino - Lightweight SNMP Agent for Arduino) or MODBUS TCP which are common protocols used for control and measurement systems over UDP/TCP.
Hi Nicky Semenza, on OSX i usually install Apache and Php from sourcce packet, but i try Xammp like other guys suggest and seem like more simple.
I use under XP, but you can try the same solution under OSX, SERPROXY and write and read serial port with fread() and fwrite() php function.
If u use serproxy you can have bidirectionl communication.
I think that use php is very intresting because you can fork all data that arrive from web like mail, twitter, google and other, elaborate and send to arduino.