Phone Controlled Signal Jammer
Phone Controlled Signal Jammer
Table of Contents
Step 5: .................................................................................................................. 5
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
http://www.instructables.com/id/Phone-Controlled-Signal-Jammer/
Author:REGATTE
time passing when in mood, do crazy stuff with friends and occasionally with gaming stuff and arduino and beagle bone
so today lets do a small hack of blocking a phone signal remotely using only 4 elements
> Any android phone (which can run the MIT app inventor)
http://www.instructables.com/id/Phone-Controlled-Signal-Jammer/
Step 2: Connecting elements
connect them as shown in picture
http://www.instructables.com/id/Phone-Controlled-Signal-Jammer/
Step 4: Arduino code
#include (SoftwareSerial.h>
char state;
void setup()
pinMode(LED, OUTPUT);
Serial.begin(9600);
mySerial.begin(9600);
digitalWrite(LED,LOW);
void loop()
state = mySerial.read();
if (state == '0') {
noTone(8);
digitalWrite(LED,LOW);
}
if (state == '1')
{ tone(8, 15000);
http://www.instructables.com/id/Phone-Controlled-Signal-Jammer/
digitalWrite(LED,HIGH);
delay(100);
Step 5:
vedio will be there by nxt week
Related Instructables
How To Create
TV Remote Your Signal
Low Cost Tic-Tac TV Jammer by IR Jammer TV Remote
Jammer by
Arduino Remote Jammer BearGrills Using the LinkIt Jammer by
Jammer 433 Daniyal Shamsi by One by gokul_lf agupta52
Mhz by fprocyon 154
DangerousTim
Advertisements
Comments
http://www.instructables.com/id/Phone-Controlled-Signal-Jammer/