SampaioLeal / Arduino-Web-Interface

WebInterface to control Arduino using Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-Web-Interface

GitHub license

WebInterface to control Arduino using Processing. By default, the project is configured to control a 16X2 LCD and a ServoMotor.

Project Files

Arduino

Folder: resources/Arduino/interface

Processing

Folder: resources/Processing/interfaceWeb

Configuring to your enviroment

To use this project, you have to define some variables in the arduino and processing files.

  1. In Processing file, there is a variable called json, change it to your enviroment URL.
  2. In Arduino file, there is a defined variable called SERVO with the Digital PWM Port of the ServoMotor. Change it, if you want.
  3. After, there is the LiquidCrystal setup, with the digital ports. Change it to adapt to your enviroment.

Screenshots

Drag Racing

About

WebInterface to control Arduino using Processing

License:GNU General Public License v3.0


Languages

Language:CSS 67.6%Language:JavaScript 32.3%Language:PHP 0.1%Language:HTML 0.0%Language:C++ 0.0%Language:Processing 0.0%