Hey Lewis! I know that feeling when your about to receive your Arduino
Yes, a servo can draw a lot of current based on the load attached which may damage the arduino. The product link which you added will use an external supply to run the servos and arduino for just the signalling, thus protecting it.
For getting started, get some leds, resistors( if your buying an assorted set, make sure it has got important values like 100,1k,10k,220, etc), switches, and then any sensors like the lm35 temp sensor, sr04 ultrasonic, a buzzer, 16*2 lcd display, and anything else you find interesting!
Think about anything you want the part to do, and then make it do! Get your hands dirty and program, never just copy codes, always type it out.
Welcome to the world of Arduino, wishing you luck!
Srijal97:
Hey Lewis! I know that feeling when your about to receive your Arduino
Yes, a servo can draw a lot of current based on the load attached which may damage the arduino. The product link which you added will use an external supply to run the servos and arduino for just the signalling, thus protecting it.
For getting started, get some leds, resistors( if your buying an assorted set, make sure it has got important values like 100,1k,10k,220, etc), switches, and then any sensors like the lm35 temp sensor, sr04 ultrasonic, a buzzer, 16*2 lcd display, and anything else you find interesting!
Think about anything you want the part to do, and then make it do! Get your hands dirty and program, never just copy codes, always type it out.
Welcome to the world of Arduino, wishing you luck!
Thanks :D, il hopefully get some sensors today if i can find some but I was just going to mess about with led's and whatever components I have laying around. I thought about using an external power supply but i was thinking that the signal wire from the servo could overdraw that why I was asking about a relay but then i was thinking that would mess with the PWM and my brain just was in a mess. I read the library and Its starting to make more sense now and I'm really excited. Would the product in the link that I gave allow me to control more servo's? or does it just make everything neater by sharing the power supply in the PCB rather than messy wires
Also im thinking that 9g servos for rc things with 1kg torque would allow me to make a simple arm, would the leverage make 1kg not be enough?
I can use all the help I can get here
Srijal97:
But the link here says that we can control upto 16 with a single board and upto 62 more drivers can be chained for much more servos...even on an uno
Woah.. that sounds awesome.
About the power supply , should i have any troubles using a 6v lantern battery ( high amperage) or is that kinda overkill / will ruin the servo
Just making sure, I don't want to mess it up
If the servo is rated for 6V, then there would be no problem. High ampere rating of a power supply means that it will allow larger currents to be drawn without killing itself, doesnt mean that it WILL provide that much current(that depends on resistance). So a servo wont draw more current than it needs and burn itself. Its like I give you a 50Litre tank full of drinking water, but you will drink only as much as you want.
Srijal97:
If the servo is rated for 6V, then there would be no problem. High ampere rating of a power supply means that it will allow larger currents to be drawn without killing itself, doesnt mean that it WILL provide that much current(that depends on resistance). So a servo wont draw more current than it needs and burn itself. Its like I give you a 50Litre tank full of drinking water, but you will drink only as much as you want.
Yeah i get that ive done electronics and stuff i was just making sure there isnt some weird thing with arduinos and servos... im really new to this stuff
Thanks a ton, im sure im going to have a great day.