Integration with HTML
i want start scripts on arduino simple html commands. possible?
arduino.local/program1.html
arduino.local/program2.html
additionally want have several states accessible through html:
arduino.local/temperature.html (e.g. -20/+60)
arduino.local/switch.html (e.g. 1/0)
arduino.local/motion.html (e.g. 1/0)
...
the return number.
is possible set variable (accessible through html) if switch has been pressed within last 6 hours?
i want use yun this.
thanks.
arduino.local/program1.html
arduino.local/program2.html
additionally want have several states accessible through html:
arduino.local/temperature.html (e.g. -20/+60)
arduino.local/switch.html (e.g. 1/0)
arduino.local/motion.html (e.g. 1/0)
...
the return number.
is possible set variable (accessible through html) if switch has been pressed within last 6 hours?
i want use yun this.
thanks.
that's possible if write web server run on arduino , write back-end logic provide input states , run 'programs' on command. or use firmata provide remote access basic i/o capabilities , put application logic elsewhere.
Arduino Forum > Using Arduino > Project Guidance > Integration with HTML
arduino
Comments
Post a Comment