Giter Club home page Giter Club logo

grbl_esp32_development_controller's Introduction

Grbl_ESP32_Development_Controller

A CNC controller to use and test Grbl_ESP32

This is a Grbl_ESP32 CNC Development board. This is a quick and easy way to use and test CNC on the ESP32 controller.

Grbl is a great CNC firmware that has been around for nearly a decade. It was originally designed for the Arduino UNO and basic 3 axis CNC routers, but it has been ported to other CPUs and was the basis for many other CNC and 3D printer firmwares.

The firmware was written using the Arduino IDE to make it as user friendly as possible. If you have experience with Arduinos, this will not be much different.

I/O - The ESP32 is very flexible allowing you to remap the the I/O features to alternate pins. Grbl_ESP32 is also far more flexible than Arduino Grbl for assigning pins to features. But, when you make a PCB, you force specific pins to specific features. To give some flexibility there are some shared pins. The SD Card shares pins with Mist coolant, Spindle Direction and Spindle Enable. These pins were chosen because they are very rarely used in DIY CNC. Full control of a variable speed spindle is still on a dedicated pin. If you really need the SD Card and some of those features, contact me. There are many alternative ways to do that. See this wiki page for additional info on I/O.

ESP32 brings the following features to small scale CNC.

  • Powerful dual core processor running at 240MHz per core.
  • 4MB of flash RAM
  • Floating point coprocessor.
  • On board Wifi.
  • On Board Bluetooth.

The board has the following features.

  • A very modular design - If the ESP32 or the stepper drivers get damaged, you can replace them.
  • Socket for an ESP32 Dev board also known as NodeMCU 32S. Most 19 pin per side dev boards should work, just check the pins or ask me. Extra connector holes are positioned next to the NodeMCU 32S for test probing and to accommodate wider 19 pin modules.
  • (3) Sockets for stepper motor drivers. These fit many types of drivers. The TI DRV8825 type is my favorite driver for this type of application. Micro-step selection jumpers are included.
  • Home/Limit switch connections for XY and Z axes. These also have R/C filters to eliminate high frequency noise from false triggering the switches.
  • Control switch input connections for Feed Hold, Cycle Start, Reset and Door. These have filters as well as pullup resistors, because they are on inputs that do not have internal pullups.
  • Spindle output for PWM (Speed).
  • A micro SD Socket Note: Grbl senders do not support SD cards yet, but most have a manual console where the command is easily typed. The WebUI fully supports the SD Card.
  • DC-DC power supply. There is a strong 3A DC-DC power supply to run the ESP32 if it is not connected to USB.

Revision History

  • Version 4.1
    • Same features, Changed pin numbers. GPIO_NUM_2 has an LED on some ESP32 modules. For some people that causes problems when it is used as an input (X Limit)

Getting a pre assembled one.

This controller is generally available [for sale on Tindie]

Donation

This project requires a lot of work and often expensive items for testing. Please consider a safe, secure and highly appreciated donation via the PayPal link below.

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.