GithubHelp home page GithubHelp logo

guniorobot / makeirbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codexmas/makeirbot

1.0 2.0 0.0 75 KB

An Arduino project that emulates ReplicatorG to control a Makerbot 3D Printer via IR

makeirbot's Introduction

-----------------------
     makeIRbot 1.01
-----------------------
By Gord Christmas <[email protected]> April 25/2011
Hanging out on #makerbot as codeXmas


Purpose?
-----------------------
1. To be able to use a Makerbot without a computer attached, or having to start
    a print from the SD card via ReplicatorG.
2. Control a Makerbot externally by simulating the serial protocol that
    ReplicatorG implements.
3. Provide as much functionality as ReplicatorG control panel without hacking
    the firmware for the machine.
4. Learn C/C++ and hack things with Arduino


What do you need?
-----------------------
1. An Arduino of any form that is an ATMega328 or greater.
    <http://www.solarbotics.com/products/kardw/> $10 Super compact version.
2. A 3 pin 38kHz IR Receiver module. I used <TSOP39238CZ1>
3. A 16x2 LCD that is HD44780 compatible. Will also need a 10k pot for contrast
    control.
4. <optional> Piezo buzzer for future audio feedback.
5. Libraries Used
    a) MenuBackend <http://www.arduino.cc/playground/uploads/Profiles/MenuBackend_1-4.zip>
    b) IRremote <https://github.com/shirriff/Arduino-IRremote/>
    c) LiquidCrystal <Built-in Arduino Library>

I used the LED on Pin 13 as a status light, part of the Ardweeny kit, and most
every Arduino out there


How do I make it work?
-----------------------
First off, breadboard the parts together using the pinouts that are specified in
the Sketch. You will need a +5v source, I used an extra floppy drive connector
from the bot. Pins on it are Red [+5v] Black [GND] Black [GND] Yellow [+12v]

Then attach jumper wires from Pin 0 and Pin 1 for the Rx/Tx lines on the Arduino to
the Makerbot FTDI header pins 4&5.

They might be reversed, so if you are getting no response at all, swap the Rx/Tx
wires and try again.

The Debug menu will show the raw data that has been received in the last packet.
It also shows the command that was sent, the command code received, the payload
size, as well as the CRC on the first line.

makeirbot's People

Contributors

codexmas avatar

Stargazers

Gun.io Robot avatar

Watchers

Gun.io Robot avatar  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.