Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.03 KB

robotic-claw

Experiment with controlling a robotic claw with smartphone gyroscope


Demo

Hardware

Setting it up

Board setup

Install

Make sure you have Node.js and npm installed

$ git clone https://github.com/simon-johansson/robotic-claw.git && cd robotic-claw
$ npm install

Starting the server

Connect the Arduino to the host machine and then, from the host, run

$ npm start

Open http://localhost:3000/instructions on the host machine and follow the instructions to controll the claw.

License

MIT