Are plastic "ZipLock" bags OK for short-term storage of projects?
Context: beginner's Arduino class, carrying Arduino, breadboard, and wiring.
Are plastic "ZipLock" bags OK for short-term storage of projects?
Context: beginner's Arduino class, carrying Arduino, breadboard, and wiring.
Are plastic "ZipLock" bags OK for short-term storage of projects?
This is really a question of risk management. If you instead asked:
Will my electronic circuitry always survive short-term storage in food-grade plastic bags?
The answer is no. The plastic used for food is a very good insulator, and will generate static electricity when rubbed up against many materials. It will not allow the safe discharge of static electricity and will not prevent static build up, therefore it may harm electronics placed inside.
However there are many considerations that may change the risk assessment:
For these reasons, I often tell those who ask this question that it is fine as long as they understand that they are adding a possible source of flakiness and frustration to their environment down the road. They can mitigate that to some degree, but for most casual electronic hobbyists it really isn't going to matter.
For my own part, I do not use them. Static discharges rarely kill a part or product, instead it damages it. The damage may only come into play during certain operations or while using certain pins on the device, and it's often non-deterministic. I don't have the time or patience to figure out the difference between a possibly complex program logic bug and a tiny silicon flaw caused by a static discharge.
If I have to store a project and I don't have static control storage available, I would choose uncoated boxes or paper before I chose a plastic food-grade bag.
If I deal with an unprotected device or assembly that is ever going to be handed off to another person/client/company then I will obtain and use the appropriate static control materials.
But the casual hobbyist use may use plastic bags for decades before ever running into such a problem, so don't over think it.
You might want to consider putting the more sensitive items (like the Arduino) that could be adversely affected by static inside an anti-static bag inside the zip-lock.
There are certain brands of these bags which are actually static dissipative (what some people are incorrectly calling "anti-static" ). If that is the case, then yes, go ahead. But I'd test them out myself before risking my components.
there is also something called anti static bags, An antistatic bag is a bag used for shipping (usually electronic) components, which are prone to damage caused by electrostatic discharge. these prevents the exposed pins on board from electrostatic discharge and IC on board getting damaged.
anti static it is-
Things might get bent or broken, but so long as everything is off and you don't try to operate it inside the bag, I don't see anything going wrong.
Just make sure you don't put it in a humid and/or cold environment so that water doesn't condense on the inside the bag. Otherwise if you power it on shortly after, you may have a short.
I personally wouldn't store the arduino in the bag without a case for it. The reason being, that static electricity can build up and can destroy your electronics because most are rated at 5 volts and lower (static electricity discharge voltage can be hundreds of volts sometimes!). However, static discharge often threatens IC components when the discharge is applied to the pins. So with the Arduino it might actually be ok because the pins for the most part are covered. I personally keep my beaglebone in a medium-size camera case. It looks really professional and it offers a lot of protection. Look on amazon or go down to wal-mart/best buy and look for some. I hope this helps!!!