Arduino SIM800L IMEI CHANGER

Below mentioned code can change any GSM module IMEI 

Many of faulty registered IMEI can be re-use in this Case,

AT+SIMEI command will be used in this case

 

https://youtu.be/hOJCJVk-5JE

 

 

 

 #include

void setup() {

  Serial.begin(9600);

  delay(100);

  Serial.println(“AT+SIMEI=863789000008218”) }; // Enter desire IMEI #

     

void loop() {}

2 thoughts on “Arduino SIM800L IMEI CHANGER

Leave a comment

Design a site like this with WordPress.com
Get started