Arduino SIM800L IMEI CHANGER

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

AT+SIMEI command will be used in this case

_-------------------

#include <SoftwareSerial.h>

void setup() {

Serial.begin(9600);

delay(100);

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

void loop() {}

1 Like

Do you have a question?

Your topic was moved to its current location as it is more suitable.

Could you also take a few moments to Learn How To Use The Forum.

It will help you get the best out of the forum in the future.

Thank you

Sorry, but the SIM800 chipset doesn't have such a command. This is a command from the SIM5320 chipset...

Hi dear , try it first then you will realized
Plz read the complete AT commands list regarding simcom modules.
Regards

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.