I've noticed each time I plug in my USB, the Arduino will kind of freaks (calibrates or whatever it does) and what I have plugged acts up (LED flashes, servo spins in random areas) then it does it program.
Anyways, I want my servo to stay still when I plug in the USB.
Plugging the usb might do a reset to the arduino
Look at the led on pin 13 if it lights up then you might have a problem with the reset and you can try to disable it,(you will have a problem prodraming it)
In one of my arduino's i put a two pin header so i can disable and enable the auto-reset
Can I have more information about programming it not to reset?
No you can't program it not to reset, you can disable the auto reset by disconnecting the capacitor connecting the USB chip to the arduino's reset line.
Actually you can. If reset is neither required nor desired you can program the RSTDISBL fuse which will disable external reset and convert it to an IO pin.
Its not wise to change. The RSTDISB fuse you need it to program the chip
The best option is to remove the capasitor conected to the reset line (and manualy reset the arduino on upload)
Reset is not needed for programming with a bootloader (a power off/on cycle synced to upload can be used to start the bootloader). You may however "desire" it.
Its not wise to change. The RSTDISB fuse you need it to program the chip
The best option is to remove the capasitor conected to the reset line (and manualy reset the arduino on upload)
So if I cut the capacitor, can I reset the audrino from my computer or do I always have to press the reset button?
My Arduino is going to be in a place that will be extremely hard to press the button, but I plan on connecting and disconnecting the USB to the arduino frequently.
Also....
How do I cut the capacitor? Is the thing left of 'RESET-EN'? Can I take a knife and score the little metal line between the two metal lumps?