gsm

  1. I

    B4J Question Raspberry Pi & cell modules

    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...
  2. rabbitBUSH

    B4R Question GUUOOO Tech IOT-GA6-B - - Any info welcome (gsm/gprs module)

    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...
  3. Cableguy

    B4R Question A6 GPRS Pro Série GPRS GSM Module

    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=\"")...
Top