Git Product home page Git Product logo

robot-plotter's Introduction

Robot Plotter

This repository contains the code used for the Arboreal Intuitions 2022-23 project.

Requirements

First things first, you will need any version of the Arduino 1.8 IDE. You can download that here. Once downloaded, you should have an Arduino libraries folder (found in C:\Users\{username}\Documents\Arduino on Windows).

You will then need to download Python 3.8, which may be found here.

Installation

Arduino

Copy the grbl-mod\grbl-mod folder (just the inner grbl-mod one) into your Arduino "libraries" folder.

In your Arduino IDE, open the example code found in File > Examples > Examples from custom libraries, grbl-mod > grblUpload. Select your board (Arduino Uno) and COM port (Arduino Uno) from Tools. Take note of the COM port number - it will be used later.

Click the Upload button, and wait for the program to finish compiling/uploading to the board.

Python

Install the python packages found in the requirements.txt file. To do this open a console window in administrator mode (right-click on "Command Prompt", select "Run as Administrator") and navigate to the project's directory. For example:

C:\Windows\system32> cd "C:\Users\blah\Downloads\robot-plotter"
C:\Users\blah\Downloads\robot-plotter> pip install --upgrade pip --user
...
Successfully installed pip-23.0.1 

C:\Users\blah\Downloads\robot-plotter> pip install -r .\requirements.txt --user
...
Successfully installed requirement-1.0.0

Now you are ready to run Python plotter code!

Sending G-Code commands

Initialization of the CNC shield is performed using the GRBL Config file. This file sets up the servo and stepper motors for the plotter and paper feeder.

Resources

robot-plotter's People

Contributors

jvont avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.