A6lib icon indicating copy to clipboard operation
A6lib copied to clipboard

An ESP8266/Arduino library for communicating with the A6 GSM module. ⛺

Results 13 A6lib issues
Sort by recently updated
recently updated
newest added

Hello. Using this function `sscanf(response.substring(respStart).c_str(), "+CMGR: \"REC %s\",\"%s\",,\"%s\"\r\n", type, number, date); sms.number = String(number); sms.date = String(date); // The rest is the message, extract it. sms.message = response.substring(strlen(type) + strlen(number)...

I'm tring to run gsm relay with A6 module and run into stability issues with A6lib. ProMicro board, SoftwareSerial. I'm using "A6l.checkCallStatus();" function to extract "cinfo.number", so I could see...

PWR_KEY don't need to be kept at HIGH after the start of A6 module. Nevertheless I experimented this with a transistor, don't know how it will behave with a Mosfet

Hi Would please provide a simple arduino sample ?

Change the default storage to sim card instead of internal memory Stop the alimentation of the power button during power cycle, this alimentation doesn't need to be kept at high...

Hello, i've tested the library for a big period of time, and with esp8266 resets are quite often. They occur at initializing while in delay, or when sending SMS. Power...

The comments can be found there: https://app.codacy.com/app/1technophile/OpenMQTTGateway/pullRequest?prid=1542170 If you are interested in taking them into account

Hi, thanks for this awesome library of yours. I've tried this, everything's working fine. But the only problem is that, the text messages that I send to GSM A6 wont...

In the example maxItems is defined to 50, it could be better to set it at startup level of the object when using the sim card memory following the result...

Hi. I have an issue with the dial.ino. it gets stuck in the blockUntilReady function. If I invert the RX and TX lines, then it passes but no data comes...