My friend and I are working on a Civil War telegraph project, and we incorporated a Pi into the project, for reading and displaying the received code from the key. My friend created a period correct sounder, which relies on an electromagnet. However, the electromagnetic interference from the sounder crashes the file system. Is there any easy way to prevent this interference? Are there any decent Faraday cages for the Pi?
5 Answers
A Faraday cage will provide shielding from electromagnetic radiation, but this is unlikely to be the cause of your problem. I assume you are connecting the Pi to external circuitry (you don't give us much to work on) and this is almost certainly the problem. There are many established methods for protecting these, ranging from ferrite rings for common mode rejection, filter capacitors or complete isolation (using opto isolators). Don't forget the power to the pi, which is also a potential source of problems.

- 59,890
- 31
- 101
- 209
-
2#1 problem is always clean power for the RPi. – John La Rooy Sep 26 '13 at 10:37
As far as I know no-one is providing a purpose built Raspberry Pi faraday cage.
However, making one yourself is fairly simple as the core component is usually a simple aluminium mesh.

- 22,538
- 11
- 90
- 139
-
I haven't seen you answer a question since I joined this site! Are you going to start answering questions more often now? – syb0rg Sep 26 '13 at 01:37
-
@syb0rg Haha, moderation takes quite a bit of time! And I've seen so many Pi questions I like to pick and choose the really interesting ones ;) – Jivings Sep 26 '13 at 05:52
-
If the power to the RPi is not sufficiently decoupled/filtered, it may be the causing the problem you are seeing. If the RPi isn't on a separate power adaptor, you should try that - just connect the grounds together.
Before you get carried away with fabricating something, you can try just about any metal container you have lying around. Coffee tin/Biscuit tin, etc will do.
Put the Pi in the metal container and bring the wires out of the smallest hole that is practical. If you have some ferrite cores, loop the wires through those as close to the tin as you can.
Any chance of a pic? There may be something else obvious wrong with your layout/setup.

- 11,947
- 9
- 47
- 75
-
2And as a for dummies note, do not put a bare Pi board on a metal surface or you'll short pins underneath :) – XTL Sep 27 '13 at 07:19
While not meant Exactly for being a Faraday case :
http://www.adafruit.com/products/1036
is a billet aluminium case that's super burly. This -grounded out- would Probably do you well, but again if you share Any lines with the other electronics, then who knows where you're getting the interference.. Coupled with a few of these :
https://www.google.com/search?q=snap%20on%20ferrite%20core#q=snap+on+ferrite+core&tbm=shop
(Just search for "ferrite core protection", or "snap on ferrite core") and you MIGHT be on the right track.
Now, having said that, I'm sure that any "Phone Faraday Bag" or case will do the same for a lot less ;) Good Luck!

- 11
- 2
Inductive devices like electromagnets can cause problems for sensitive electronics. use a completely separate power-supply for the pi and connect to the telegraph using an optocoupler.
The inductance of Your morse sounder is probably generating hundreds of volts at the key contacts.

- 193
- 5