×
Agregar contacto: 9841636765 Monto a pagar₨ 0.00
Por favor cargue su comprobante
  • Raspberry Pi
  • Newsletter
  • Contact Us
  • FAQs
Select category
  • Select category
  • Accessories
  • Breadboard & Wires
  • Computer Parts and Acessories
    • Accessories
    • Keyboard & Mouse
  • Development Board
  • Fashion
  • General
  • Generals
  • Intergrated Circuit
  • Module
    • AC to DC Converter Module
    • Buck Module
    • Gas Module
    • GSM GRPS GPS Module
    • LCD Module
    • Motor Driver Module
    • OLED Module
    • Relay Module
    • Sensor Module
    • Wireless Module
  • Motor
    • Servo Motor
  • Quadcopter, Helicopter, RC Accessories
  • Raspberry Pi
  • Smart Robot Car
  • Thermometer & Hygrometer
Login / Register
0 Wishlist
0 Compare
0 items ₨ 0.00
Menu
0 items ₨ 0.00
Browse Categories
  • 3D Printer & CNC & Filament Machine
  • Accessories
  • Breadboard & Wires
  • Accessories
  • Development Board
  • General
  • Intergrated Circuit
  • Module
    • AC to DC Converter Module
    • Buck Module
    • Gas Module
    • GSM GRPS GPS Module
    • LCD Module
    • Motor Driver Module
    • OLED Module
    • Relay Module
    • Sensor Module
    • Wireless Module
  • Motor
    • Servo Motor
    • Smart Robot Car
  • Quadcopter, Helicopter, RC Accessories
  • Raspberry Pi
  • Shop
  • PAYMENT
  • Delivery
  • Stock Clearance
  • Track your Order
  • Wishlist
  • Cart
Click to enlarge
Home » Shop » A4988 Driver CNC Qunqi Shield Expansion Board for V3 Engraver
AC 380V DC 220V SPDT Momentary Control Foot Pedal Switch EKW-5A-B for Spot Welding Machine with Plastic Case ₨ 500.00
Back to products
7Pcs Set 2 2.35 4.05 5.05mm Electric Motor Shaft Mini Chuck Fixture Clamp 0.5-3.0mm Small To Drill Bit ₨ 300.00

A4988 Driver CNC Qunqi Shield Expansion Board for V3 Engraver

₨ 500.00

In stock

Add to wishlist
Compare
Add to wishlist
0 People watching this product now!
SKU: 0644 Category: Generals

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
Share:
  • Description
  • Additional information
  • Shipping & Delivery
Description

The expansion board can be used as a carving machine,3DPrinter driver expansion board, a total ofFourThe slot of the drive module of the stepper motor.Note that Moto Sako does not containA4988Stepper motor drive module, need to be in the shop to buyCan be drivenFourThe road does not enter the motor, and each step motor is only requiredTwoindividualIOMouth, that is to say,SixindividualIOMouth can be a very good managementThreeStepper motor, the use of very convenient, farewell to the traditional stepper motor cumbersome.

Two, UNOAnd moduleIOIntroduction to the correspondence of the mouth

Stepper motor basic control needs of the pin, the other pin is in the engraving machine, or3DThe printer when it is used, here we do not make detailed,IOCorresponding as above.

UNO———————-Expansion board

8 ———————— (ENStepper motor driver to enable the end, the low level effective)

7 and Z.DIR (ZAxis direction control)

6 and Y.DIR (YAxis direction control)

5 and X.DIR (XAxis direction control)

4 conducting Z.STEP (ZAxis step control)

3 conducting Y.STEP (YAxis step control)

2 conducting X.STEP (XAxis step control)

/ /The following is a simple stepper motor control procedures,

#define EN 8 / /Stepping motor to the end, the low level effective

#define X_DIR 5 //Xaxis Stepper motor direction control

#define Y_DIR 6 //yaxis Stepper motor direction control

#define Z_DIR 7 //zaxis Stepper motor direction control

#define X_STP 2 //xaxis Step control

#define Y_STP 3 //yaxis Step control

#define Z_STP 4 //zaxis Step control

*

/ /Function:StepFunction: control the direction of the stepper motor, step by step.

/ /Parameters:DirDirection controlDirPin,Corresponding to the stepper motorDIRPin,StepperPinCorresponding to the stepper motorStepPin,StepsNumber of steps

/ /No return value

* /

Void step (Boolean dir byte dirPin,, byte stepperPin int steps,)

{

(digitalWrite dirPin, dir);

Delay (50);

For (int i = 0; I < steps; i++) {

DigitalWrite (stepperPin, HIGH);

DelayMicroseconds (800);

DigitalWrite (stepperPin, LOW);

DelayMicroseconds (800);

}

}

Void (setup) {//Will be used in the stepper motorIOPin is set to output

(pinMode X_DIR, OUTPUT); pinMode (X_STP, OUTPUT);

(pinMode Y_DIR, OUTPUT); pinMode (Y_STP, OUTPUT);

(pinMode Z_DIR, OUTPUT); pinMode (Z_STP, OUTPUT);

(pinMode EN, OUTPUT);

(digitalWrite EN, LOW);

}

Void (loop) {

(step false, X_DIR, X_STP, 200); //XShaft motor reversalOneRing,Two hundredStep for a circle

(step false, Y_DIR, Y_STP, 200); //yShaft motor reversalOneRing,Two hundredStep for a circle

(step false, Z_DIR, Z_STP, 200); //zShaft motor reversalOneRing,Two hundredStep for a circle

Delay (1000);

(step true, X_DIR, X_STP, 200); //XShaft motor ForwardOneRing,Two hundredStep for a circle

(step true, Y_DIR, Y_STP, 200); //yShaft motor ForwardOneRing,Two hundredStep for a circle

(step true, Z_DIR, Z_STP, 200); //zShaft motor ForwardOneRing,Two hundredStep for a circle

Delay (1000);

}

 

Experimental phenomena: a turn of the stepper motor, pauseOneSecond, then a story circle, so the cycle.

It is worth noting that in theA4988When the module is not plugged in, step motor connection mode is:

2A, 2BFor a group (red, green),1A, 1BFor a group (blue, yellow) would like to change direction, change the location of one group can be, for example2A,and2BExchange.

Description Product

CNC Shield Board:
Latest CNC Shield Version 3
0.9 compatible. GRBL (open source firmware that runs on an uno that turns the G-code commands into stepper 37signals)
PWM Spindle and direction pins
4-Axis support (X, Y, Z, A-Can duplicate X, Y Z, or do a full 4th axis with custom firmware using pins D12 and D13)
2 x End stops for each axis (6 in total)
Coolant enable
Uses removable A4988 or DRV8825 compatible stepper drivers
Jumpers to set the Micro-Stepping for the stepper. (some drivers like the DRV8825 can do up to 1 / 32 micro-stepping)
Compact design.
Stepper Motors can be connected with pin Molex connectors or soldered 4 in place.
Runs on 12-36v DC. (at the moment only the DRV8825 drivers can handle up to 36V so please consider the operation voltage when powering the.)
Please note that this is an unassembled kit and Basic soldering skills are needed

Package includes:
Shield Board 1xCNC

Related

Additional information
Weight 0.0000 kg
Shipping & Delivery

Related products

Compare

MEGA2560 R3 (ATmega2560-16AU CH340G) AVR USB board Development board with 30CM USB cable

Generals
₨ 1,800.00
Description: Mega 2560 Arduino follows Open-source principles, which means you can freely download the development environment and many associated resources.
Add to wishlist
Add to cart Quick View
Quick view
Compare

UNO ATMEGA328P-PU Development Board with 30cm cable

Generals
₨ 1,800.00
Description: The Arduino Uno R3 is an open-source microcontroller board based on the ATmega328 chip. This Board has 14 digital input/output pins, 6
Add to wishlist
Add to cart Quick View
Quick view
Compare

2 Low Current Dc Control Ac Solid State Relay Module Low Level Trigger 5V

Generals
₨ 600.00
Add to wishlist
Add to cart Quick View
Quick view
Compare

433Mhz HC-12 SI4463 Wireless Serial Port Module 1000m Replace BLE

Generals
₨ 1,600.00
HC-12 wireless RF UART communication module is a new generation of multi-channel embedded wireless data transmission module. The Radio frequency
Add to wishlist
Add to cart Quick View
Quick view
Compare

12V Relay 5pin Conversion type 10A 250VAC SRD-12VDC-SL-C

Generals
₨ 55.00
Add to wishlist
Add to cart Quick View
Quick view
Compare

4 channel 5V relay module low trigger with optocoupler

Generals
₨ 500.00
Add to wishlist
Add to cart Quick View
Quick view
Compare

5V Relay 5 feet Conversion type 10A 250VAC SRD-5VDC-SL-C

Generals
₨ 55.00
Add to wishlist
Add to cart Quick View
Quick view
Sold out
Compare

ESP8266 serial wireless module ESP-12E

Generals
₨ 400.00
Add to wishlist
Read more Quick View
Quick view

Bharatpur 10,Kalika Chock
Nabin Marga,DO.KA.N Tole
Chitwan, Nepal

Site Menu

  • PAYMENT
  • Delivery
  • Terms and Conditions
Under the Managment of Highlight Multi Trade
  • Menu
  • Categories
  • PAYMENT
  • Delivery
  • Terms and Conditions
  • 3D Printer & CNC & Filament Machine
  • Accessories
  • Module
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
Close
Sign in
Close

Lost your password?

No account yet?

Create an Account

A4988 Driver CNC Qunqi Shield Expansion Board for V3 Engraver

₨ 500.00

In stock

Compare
Add to wishlist
X
Shop
0 Wishlist
0 items Cart
0 Compare
My account
Higlight Multi Trade We would like to show you notifications for the latest news and updates.
Dismiss
Allow Notifications