Skip to content

ShivamJoker/Arduino-JS-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-JS-Robot

Control your system with Arduino & JavaScript

Schematic for Arduino JS Robot

Tutorial

Detailed YouTube tutorial is available at https://youtu.be/icW6QcqFqIA.

Using Firmata Client Libraries with JS

  • Go to Arduino Editor and select Web Editor from the options.
  • Download the Plugin from here and once it is completed, open Arduino App on PC.
  • The Plugin icon should appear at Taskbar. Click on it and Go to Arduino Create, or go back to Web Editor.
  • Connect your Arduino Uno using USB to PC.
  • Create a New Sketch from Web Editor.
  • Go to Libraries and search for Firmata.
  • Scroll down the > Examples, find StandardFirmataPlus and click on it.
  • Click on Upload.
  • The Arduino would start blinking. You will get the message Success: Done uploading StandardFirmataPlus.

How to use

  • NodeJS can be downloaded from here. It automatically installs npm (node package manager) with it.
  • Check NodeJS and npm versions using node -v and npm -v.
  • Clone the repository using Git (download here) using command git clone https://github.com/ShivamJoker/Arduino-JS-Robot.git.
  • Use npm i or npm install to install all the required dependencies listed in package.json.
  • To see it in action, use command node sketch.js in Terminal.

About

Control your system with Arduino & JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published