Replies: 19 comments
-
You will need that power supply for the laser, as arduino can output a maximum of 5 volts. |
Beta Was this translation helpful? Give feedback.
-
Hmmm ok so my power supply shouldn't be plugged into the Arduino Uno? Or do I need a separate power supply just for the laser now? Current power supply: |
Beta Was this translation helpful? Give feedback.
-
The uno should be fine from a 5V phone charger |
Beta Was this translation helpful? Give feedback.
-
Phone charger adapter <- arduino data cable -> arduino data input |
Beta Was this translation helpful? Give feedback.
-
So if I plug the Arduino into my laptop through the USB port, that should be enough to power it? Also, if I cut the tip off the power adapter and wire it into the blue port, where do I wire the laser into? |
Beta Was this translation helpful? Give feedback.
-
It should be wired to the power supply, so I'd say it should go to the blue port too, at least that's how I've done it |
Beta Was this translation helpful? Give feedback.
-
Yes you can just power the Arduino from the USB. It does'nt need any more than that. Get a seperate 12volt / 5 Amp power supply for the CNC Shield. That powers the stepper drivers and motors. 12v is enough, but you can use one up to 36v because you have the purple DRV8825 drivers on the shield. Connect that to the Blue power connector on the shield. Connect the Black -ve leads from both power supplies together. That way everything shares a common ground. I know some people have had issues with the laser not powering up properly until they did that. Then connect the White wire from the laser to either the Z+ or Z- pin on the shield, it does'nt matter which one, they are both connected together on the shield's circuit. That gets the PWM signal needed to vary the power of the laser from Pin 11 of the Arduino on the V3 shield that you have. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello,It's sa to hear... Are you sure you wired the 12v adaptor the right way? It seems the capacitors got reverse polarity, which caused them to explode. Reverse polarity might damaged your laser too, if it doesn't have protection against that kind of damage (most lasers fortunately have one). |
Beta Was this translation helpful? Give feedback.
-
I agree with gmmanonymus111, maybe you have the power leads the wrong way on the shield. |
Beta Was this translation helpful? Give feedback.
-
Thank you everyone so far. I just had a new CNC Shield come in and I have rewired it the right way. Next problem. Everything is turned on, but the Ardrino is not connecting to the GRBL program. Any hints as to what I am doing wrong this time? LoL This is all a learning process for me. Thank you in advance again for your help. |
Beta Was this translation helpful? Give feedback.
-
You could have damaged the Arduino when the capacitors blew. |
Beta Was this translation helpful? Give feedback.
-
Steppers are in the right way, and I have just finished re-flashing the new Uno through the GRBL software. Now it is connecting, but it isn't responding to the G-Code. I tried to get it to move around and it isn't moving in any direction. |
Beta Was this translation helpful? Give feedback.
-
Does it try to move at all, any noise from the motors? |
Beta Was this translation helpful? Give feedback.
-
Motors make a sound but don't move. It is like it is trying with a thumping sound, but no movement at all. Also, the laser is on, it is burning, but I can't seem to control it either. I had read above that the yellow has to be plugged into z- but is it supposed to be plugged into the white or black side. |
Beta Was this translation helpful? Give feedback.
-
The white side. all the pins on the black side are ground. Have you set the stepper motor current on the driver boards? |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
So I am brand new to this kind of stuff and I am currently trying to fix my laser CNC. The original board was destroyed in an accident and I thought it would be easy just to replace the board with an Ardiuno Uno with a CNC Shield v3.00. I have I am pretty sure I have wired up the stepper motors properly, but I am realizing there isn't a 3 wire port to plug in the laser. It is a 7 watt laser and the wire off of it is red, white with yellow stripe, and black. I have 12 volt 5 amp power supply from the last board that can plug into the the Ardiuno Uno directly if needed.
At this point, I am not sure what to do. I have tried to understand the forums but it all sounds like garble to me. If someone can explain this or draw me a picture that explains this in simple terms that would be greatly appreciated.
Thanks,
JC
Beta Was this translation helpful? Give feedback.
All reactions