A list of basic precautions to follow ?

Relax.

Burning a few components is all part of the learning process, just like accidentally deleting/overwriting files is part of learning to program.

Arduinos are pretty tough, just remember to always add a resistor to all LEDs, transistor bases...etc.

A good rule to follow might be not to connect stuff to / disconnect stuff from chips while powered, but to turn the thing off.
Grounds should be connected, unless you know you want them separated.
Check every connection twice.
Install heatsinks when necessary.

And don't forget the most important rule, also known as the Fourth Law of Thermodynamics: If anything can go wrong, it will.

accidentally deleting/overwriting files is part of learning to program

I hope you accidentally left the smiley off there, because that's crap....

@ Jim, No I disagree with your assessment "Crap" is what you say when you do delete your last three day's of work.. I've done it with code and schematics and PCB artwork too. I think personally that it is a "Rite of Passage", something that simply is a part of learning that you aren't infallable..

Bob

JimboZA:
I hope you accidentally left the smiley off there, because that's crap....

Maybe you could let the world in on your secret...

You don't learn to program by losing stuff... you might learn to be a better housekeeper, as in being more careful and organised, and do backups and stuff, but those are disciplines that any computer user needs. They have nothing to do with one's ability to turn a program design into working code.

JimboZA:

accidentally deleting/overwriting files is part of learning to program

I hope you accidentally left the smiley off there, because that's crap....

Completely disagree.

JimboZA:
you might learn to be a better housekeeper, as in being more careful and organised, and do backups and stuff,

Okay. And how do you learn why that is important and the methods that work best for you?

fungus:
... like accidentally deleting/overwriting files is part of learning to program.

Oh right, that's how.

It's like writing good comments. You can tell a new programmer until you run out breath why comments are important. Until they come back to their own code weeks later, they won't understand the importance.

Trial by fire.

I'm out...

One important thing is to be extra careful if any part of your circuit is using more than +5V or less than 0V - voltages out of
range can instantly destroy chips expecting a max of +5.5V. This analogous to exceeding a pressure-vessel's pressure rating,
if exceeded the device can fail completely and rapidly

If using significant power and high currents then a fuse is always a good idea. Also check for overheating components, use
current-limited supply for initial testing (so short circuits aren't going to melt anything).

And double-checking your connections as has already been mentioned - and before applying power you can measure for
shorts between power rails and ground with a multimeter - one simple check catches many possible problems before any
damage can be done.

Hi Denis,

May be this can help you

miquel333:
May be this can help you

10 Ways to Destroy an Arduino — Rugged CircuitsRugged Industrial Arduino Microcontrollers

a) Resettable fuses have a limited endurance (number of times you can trip them)

b) You can replace an ATmega328P (the chip on the Arduino) for about $3, and they're quite hard to destroy, read these forums for examples of the abuse they survive...

fungus:
b) You can replace an ATmega328P (the chip on the Arduino) for about $3, and they're quite hard to destroy, read these forums for examples of the abuse they survive...

Not really a precaution, but a bit of pro-active planning: order a couple of ATmega328P with the Arduino bootloader on them. That way if you do take one out (or an IO pin), you can swap it and move on.

The problem with always being right, and never ever making any mistakes, is ...
"most" of us are just humans after all. Such is life.

The best rule to remember is: "measure twice, cut once" [ie, always double-check,
look before you leap, etc], but in real life, you usually have to add "file to fit".

That all being said, the single best way to protect Arduinos from early death is
to use small-value series resistors in the I/O lines, eg 150 to 330 ohms.

Add don't solder while wearing shorts to the list.

Lefty

Make sure you ARE wearing shorts when soldering...

I think he means wearing bare legs. Hot solder burns.

A more general version is "Don't fry bacon while naked!".

But especially, don't drop the soldering iron then quickly grab the cord so that the hot iron swings into your...

DAMHIKT 8)

oric_dan:
I think he means wearing bare legs. Hot solder burns.

Yes, long pants are the recommended soldering attire, and not pants made of that stuff they used in the 70s. (polyester?) :wink:

Lefty