A6-GSM-Module
A6-GSM-Module copied to clipboard
First Examples for the new A6 GSM module
Looking for info on DTMF detection using A6. Is an customized firmware required ? regards
Hello, did you ever manage to send or receive sms messages with diacritics ? Like ăîâșț Thank you!
Hi, This is the correct sequence that will work with my ESP8266/A6 and my local mobile company. AT+CREG=0 AT+CGATT=1 AT+CGDCONT=1,"IP","web.tmovil.cl" AT+CSTT="web.tmovil.cl","web","web" AT+CGACT=1,1 The CGDCONT and CSTT lines I have not...
Hi, While in the loop section the code will Soft WDT reset. This will happen after several seconds (15 -20) or just after any of the commends (SMS, Call, HTTP),...
Trying to compile A6_swisscom.ino directly in arduino IDE and getting these errors... ``` A6_swisscom.ino: In function 'void setup()': A6_swisscom.ino:8:17: error: 'Serial1' was not declared in this scope A6_swisscom.ino:35:3: note: in...