LeapBot

by devinci.fablab in Circuits > Robots

555 Views, 5 Favorites, 0 Comments

LeapBot

P_20170225_164840.jpg

The LeapBot is an Embedded Systems project we decided to realize as a proof-of concept to find out if the implementation of controlling robotic systems with only our hands would be doable.

As you will see in this instructable, we managed to do just that !!!

Enjoy !!!!! ;)

Made by Ken MOUSSAT && Clément RENDU

Requirements

P_20170224_162116.jpg
leap.jpeg
rasp.jpeg

Sensor :

- LeapMotion

Electronics :

- Raspberry PI 2/3/3B+ with Raspbian Jessie Installed

- Apache2 server installed

- php installed

- python installed

- 2 Servo Motors

- 6 Female-Male Wires

- One power supply or USB cable

- One Ethernet cable or Network Connection for the Raspberry

Structure :

- Access to a 3D Printer

3D Printing

Download the 3 STL files for a robotic arm.

All modelling credits goes to this instructables from which we took the files.

https://www.instructables.com/id/3D-Printed-2-Serv...

You download them there or here.

Electronics Schema

LeapBot_ProjectFritzing.PNG

Please follow this simple Fritzing schema

For the first Servo being the one at the base.

Connect the Orange cable to the 5V pin (PIN 2)

Connect the Maroon cable to the GND pin (PIN 6)

Connect the Orange cable to the GPIO18 (PIN 12)

======================================

For the second Servo being the one connected to the first arm

Connect the Orange cable to the 5V pin (PIN 4)

Connect the Maroon cable to the GND pin (PIN 14)

Connect the Orange cable to the GPIO25 (PIN 22 )

Installation

cap.PNG
nano.PNG

Connect your Raspberry Pi to the internet

Navigate in command line to var/www/html

And git clone the following repository below :

https://github.com/devincifablab/LeapBot.git

Then go to etc/

And edit the sudoers file and add this line :

www-data ALL=(ALL) NOPASSWD:ALL

Then you're ready to launch your Apache Server:

You may go into your navigator to http://raspberrypi.mshome.net/LeapBot/

Then you just have to connect your Leapmotion device and enjoy !!!

Demo

LeapBot - A Fablab Project