Skip to content
dlannan edited this page Oct 23, 2014 · 1 revision

Welcome to the webdruino wiki!

Thanks for visiting WebDruino. What is WebDruino? WebDruino is a toolkit aimed at programming and using Arduino hardware easy and interactive with Web based controls.

In simple terms WebDruino allows users to develop software that can publish Arduino information onto a webpage or take information from a webpage and send it to an Arduino device. Only simple controls are currently supported:

  • Digital Inputs - these appear as Red/Green buttons on the webpage
  • Digital Outputs - these are sent to the Arduino when the webpage buttons are pressed.
  • Analog Inputs - these appear as slider bars (eight of them)
  • Analog Outputs - these appear as curved bar graphs (four of them). Eventually many sorts of controls will be supported like:
  • Ability to drag/drop an image on a picture control and it will be displayed on an Arduino LCD.
  • Ability to assign an Arduino camera to a live view in the webpage.
  • Audio I/O controls
  • Heat, temperature and remote sensing devices as well.

The possibilities will be up to the user. Additionally a user will not need to learn to program in ANSI C to develop Arduino programs. They will be able to write simple instructions in the webpage editor (and save them) then execute the program directly on the attached Arduino.

Clone this wiki locally