CNC with electromagnets

I'm very new to arduinos (started last week). I want to make a cnc type machine that lifts objects with electromagnets. From a garage sale I already have:
NEMA17 04: https://joy-it.net/files/files/Produkte/NEMA17-04/NEMA17-04_Datasheet.pdf
x2 NEMA17 06: https://joy-it.net/files/files/Produkte/NEMA17-06/NEMA17-06_Datasheet.pdf
NEMA08 03: https://joy-it.net/files/files/Produkte/NEMA08-03/NEMA08-03_Datasheet_2021-07-23.pdf
CNC Shield: https://courses.ideate.cmu.edu/16-480/s2021/ref/text/_images/Arduino-CNC-Shield-Schematics-V3.XX_.jpg
A4988 motor drivers: https://circuitdigest.com/sites/default/files/inlineimages/u5/A4988-Stepper-Motor-Driver-Schematic-Diagram.png
x5 Electromagnets: https://asset.conrad.com/media10/add/160267/c1/-/de/001602460DS01/datasheet-1602460-intertec-electromagnet-not-magentic-disconnected-3-n-12-v-dc-1-w-its-msm-1010-12vdc.pdf?_ga=2.39304355.1018599500.1725883135-635914430.1725612907.
Shift register 74hc595: https://www.diodes.com/assets/Datasheets/74HC595.pdf
Some MOSFET and limit switches.

Would it be possible to control everything from one arduino? How do I connect the electromagnets to the cnc shield? Do I need any other parts?

does CNC machine lift objects?

Test your electromagnet to see if it releases the held object as fast as you need. You may have to reverse the magnetic field for an instant to get quick release.

1 Like

Welcome! Yes it is possible. You can do this the intelligent way and do some research first, it will probably save time, money and frustration. I would get the Arduino Cookbook and skim it cover to cover. Stop and read any section that is interesting or Pertinent to your project. This will take several weeks and we will still be here. While you are at it consider watching some videos, some are good some are junk.

The most important thing is to have fun and enjoy.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.