Coder Social home page Coder Social logo

cncplotter's Introduction

CNCPlotter

The Freetronics CNCPlotter board is an Arduino-compatible embedded machine which incorporates two bipolar stepper motor drivers, suitable for CNC experiments and other robotics and mechatronics applications.

The board incorporates the following hardware features:

  • Atmel ATmega32U4 microcontroller, compatible with the Arduino Leonardo firmware, and USB connectivity to the PC.
  • 20x4 HD44780-compatible alphanumeric LCD display
  • Micro-SD card socket, for example usable for the execution of stored programs without connection to a PC.
  • Connector for a small (hobby RC aircraft style) servo motor
  • Two onboard DRV8811 bipolar stepper motor driver ICs
  • Inputs for three "limit" or "home" switches (or switches with any other kind of software-defined functionality!)
  • Connector for a cheap 4-wire resistive touchscreen, such as a Nintendo DS compatible touchscreen
  • Power supply input voltage range of 9-30V. (At least 1A current capacity is required to run the stepper motors.)
  • Output header for an optional third stepper motor driver IC, enabling three-axis CNC applications.

Assuming you're using an Arduino Leonardo bootloader, the following is the mapping of Arduino pins to hardware functions.

D0: UART RXD (not used, broken out to spare header) D1: UART TXD (not used, broken out to spare header) D2: LCD Strobe (Data loaded serially from AVR into 8-bit latch. Same as Pebble LCD hardware.) D3: LCD Data D4: LCD Clock D5: Z-axis direction (not used in most cases) D6: SD Card SPI chip select (active low). Standard SPI hardware (MOSI, MISO, SCK) used for SPI communications with SD card. D7: Z-axis limit switch input (not used in most cases) D8: Y-axis step signal D9: Y-axis direction signal D10: X-axis step signal D11: X-axis direction signal D12: Servo motor PWM position signal D13: Z-axis step signal (not used usually)

A0: Touchscreen 1 A1: Touchscreen 2 A2: Touchscreen 3 A3: Touchscreen 4 A4: Y-axis limit switch input A5: X-axis limit switch input

cncplotter's People

Contributors

lukeweston avatar

Watchers

James Cloos 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.