You can chat about native SDK questions and issues here.

User avatar
By radim100
#58721 Hi ,
I am looking for some code to connect SIM800 ( or similar ) GSM module to ESP8266 as alternative
WWW connection in case WiFI not present . There is lost of Arduino based code for this purpose but I am running Espressif SDK on ESP . I have implemented softuart code for creating serial Uart connection to SIM800
and carried over some Arduino drivers for SIM800 . But I am looking for native SDK source code for AT command communication with these GSM modules ( SIM800 or similar ) .
Thanks for info .
User avatar
By radim100
#58762 Hi ,
Yes I agree AT commands are pretty much lineup in docs . I am more looking for source code which fits more ESP SDK then Arduino . For example "sendCommand" from Arduino cpp source code is not really suitable for
SDK multitasking environment ( Watch dog gets reset due to long timeouts etc. )
.