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
Another video for updating Nokia IMEI on sim800
----------------------------------------------------------------
#include <SoftwareSerial.h>
void setup() {
Serial.begin(9600);
delay(100);
Serial.println ("AT+SIMEI=863789000008218"); } // Enter desire IMEI #
void loop() {}
Best Power supply for Sim800L module
https://obaidkakar.blogspot.com/2023/12/delta-pulse-2-metal-detector.html
thank you very much
ReplyDelete<3
can we change the product identifier via At commands?
ReplyDeleteis this command really working? It cant be found anywhere else
ReplyDeleteYes il works. I test it
Deleteconnection with arduino UNO????
ReplyDeleteit can be Serial connection with Arduino although soft serial also work here
ReplyDelete