TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to create a dead zone?

4 pointsby CoreSetalmost 11 years ago
I was reading about the existence of briefcase-sized devices that can block GPS signals within a radius of 20 yards or so and it made me think of other methods one could use to block data transmission. I've also heard of cinemas in Ireland incorporating technology to kill cell phone reception. Do any HN'ers have any experience with this sort of technology or know the science behind it works?

3 comments

glimcatalmost 11 years ago
There are two major methods.<p>Jamming (active):<p>Broadcast so much noise at the relevant frequencies that it drowns out any other signal the devices might try to interact with. You throw a lot of power into going LALALALALALALALA at the frequency bands you expect the devices you want to jam to be interacting at, then they can&#x27;t hear each other over you. It&#x27;s actually not a particularly hard engineering problem until you start worrying about heat and efficiency - you just build a transmitter and broadcast noise at high power.<p>Blocking (passive):<p>Use a Faraday cage or sheer mass to prevent signals from being broadcast into or out of an enclosed area. Mass attenuates signals depending on thickness, density, and frequency. A Faraday cage uses a powered metal mesh to maintain constant voltage at a surface, which can kill most transmissions without the need to turn your building into a bunker.<p>But assuming this is actually allowed by your local laws, you still shouldn&#x27;t do it. It&#x27;s hazardous and unethical since it will also disrupt e.g. emergency communications. If you&#x27;re bothered by impolite cell phone use, you should pursue a social remedy which allows for extreme cases where manners are not the biggest concern, rather than a technical one which is blind to significant edge cases.<p>For military applications:<p>You don&#x27;t have an enclosed area to work with, so you mostly use jamming devices with as much power as you can manage. But this gets used less than you might think from Hollywood, since a major cost of using them is that you&#x27;re very loudly shouting your general position to anyone who cares about that and access to some basic electronics. Also the really good ones are set up as buildings or vehicles, it&#x27;s not going to be small if you want power on the order of &quot;shout so loud a civilian radio station can&#x27;t hear itself think.&quot;<p>Passive compliments:<p>Anti-radar stealth technology, which is where you try to make yourself as much of a pain in the ass to make out clearly as you can manage. This is far more difficult since you don&#x27;t have a controlled environment to play with, but there&#x27;s still a lot you can do with clever shapes and surface design. Also the point is less to make yourself invisible, than it is to reduce the amount of advance warning that an opponent would get, or their ability to respond to changes in your vector.<p>Chaff countermeasures are easier, you basically launch a bunch of stuff that&#x27;s highly reflective at the frequencies people are trying to track you with. I think this is mostly an air-to-air thing. It actually works pretty well, at least in terms of &quot;make it less likely that you get shot down.&quot; But if the other guy has reasonably modern targeting systems, you can bet he&#x27;s got chaff too since it amounts to a thing that shoots out tinfoil confetti.
chrisBobalmost 11 years ago
With cell phones it is different than the other applications. The easiest thing to do is create a fake tower that the phones connect to happily, but that has no connection to the outside world.<p>Otherwise I think you just broadcast noise on the frequency your device is trying to use.
coralreefalmost 11 years ago
I&#x27;m not up to par with general physics knowledge but this might be a good place to start:<p><a href="http://en.wikipedia.org/wiki/Faraday_cage" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Faraday_cage</a>