CNC means Computer Numerical Control. This means a computer converts the design produced by the Computer in IDE code software into numbers. The numbers can be considered to be the coordinates of a graph and they control the movement of the writing. In this way, the computer controls the writing of any numbers or letters on paper. The way coordinates are used can be seen as the opposite. The X and Y-axis control the movement of the writing on a paper CNC machine. This allows the paper to be machined in 2 directions.
1.
CNC Motor Shield =1
2.
Arduino UNO
=1
3.
Servo motor =1
4.
Step motor =2
5.
Pen/ Pencil =1
1.
CNC Motor Shield =1
2.
Arduino UNO
=1
3.
Servo motor =1
4.
Step motor =2
5.
Pen/ Pencil =1
-Open source firmware runs on Arduino UNO that commands into stepper signals.
- 4-Axis support (X, Y, Z, A-Can duplicate X, Y, Z or do a full 4th axis).
- Stepper Motors can be connected with 4-pin Molex connectors or soldered in place.
- 2 x End stops for each axis (6 in total).
- Uses removable A4988 compatible stepper drivers. (A4988, DRV8825…).
- Runs on 12-36VDC. (DRV8825 drivers can handle up to 36V).
- Current can be up to 2 Amps per channel.
- Coolant enable.
- Compact design.
Micro controller |
ATmega328P – 8 bit AVR |
Operating Voltage |
5V |
Analog Input Pins |
6 (A0 – A5) |
Digital I/O Pins |
14 Pin (6 provide PWM output) |
DC Current on I/O Pins |
40 mA |
DC Current on 3.3V Pin |
50 mA |
Flash Memory |
32 KB (0.5 KB is used for Bootloader) |
SRAM |
2 KB |
EEPROM |
1 KB |
Frequency (Clock Speed) |
16 MHz |
Servo motor |
4) Step motors
Step motor |
•We use the Benbox application for converting the design produced by the Computer in IDE code software into a driver(CNC shield).
Application use to convert |
0 Comments