Search found 4 matches

by GeorgeG
Wed Jan 29, 2020 10:24 am
Forum: General Discussion
Topic: How to use AT sockets?
Replies: 6
Views: 6615

Re: How to use AT sockets?

@gunar.kroeger

I have created an feature request on github
https://github.com/espressif/esp-idf/issues/4688.

Upvote there if you are still interested.'

Greetings,
George.
by GeorgeG
Thu Dec 19, 2019 9:32 am
Forum: General Discussion
Topic: How to use AT sockets?
Replies: 6
Views: 6615

Re: How to use AT sockets?

Hi gunar.kroeger I have been looking for a long time to find a ready-made solution to no avail. The protocol you are looking for is called GSM 07.10: https://www.etsi.org/deliver/etsi_ts/101300_101399/101369/07.01.00_60/ts_101369v070100p.pdf A basic driver is created for linux here. Beware, the lice...
by GeorgeG
Tue Jun 18, 2019 8:48 pm
Forum: ESP-IDF
Topic: AWS IoT through MQTT/pppos with GSM Modem
Replies: 1
Views: 3891

Re: AWS IoT through MQTT/pppos with GSM Modem

Seems like Amazon will indirectly adress this issue with their aws-iot-device-sdk-embedded-C v4.0 along with some other goodies! : https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/v4_beta Among others : - Asynchronous API for both MQTT and Thing Shadow. - Multithreaded API by default (remov...
by GeorgeG
Tue Jun 18, 2019 3:45 pm
Forum: ESP-IDF
Topic: AWS IoT through MQTT/pppos with GSM Modem
Replies: 1
Views: 3891

AWS IoT through MQTT/pppos with GSM Modem

Dear Members, I have successfully used the provided examples to connect to aws-iot and update the shadow and upload data. What I will need to do in the future is actually the same (shadow updates and data uploads) but utilizing a GSM modem (SIM7000e). Although there is an example for using lwip/ppp ...