Hi There,
I am evaluating a project that may require the usage of Raspberry Pi and a cellular modem for wireless connectivity.
I know that it is possible to control the module using AT commands etc..., but I was wondering if there is a way for the OS to handle the module instead of having the...
I hope this is the correct place for this. If not apologies and redirect me.
I have a GUUOOO Tech IOT-GA6-B it looks like this :
Its A6 based ... as in the part number quoted above.
I have seached the forum and find lots about A6, SIM800 and SIM900.
But I have not found anything about this...
Hi Guys
I just received my A6 GPRS Pro Série GPRS GSM Module.
I tested with an Arduino nano and It works ok.
I tested it with this code:
char phone_no[]="+33614687128";
void setup() {
Serial.begin(9600);
delay(300);
Serial.println("AT+CMGF=1");
delay(2000);
Serial.print("AT+CMGS=\"")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.