Search found 4 matches

by aderregibus
Sat Sep 12, 2020 11:07 pm
Forum: ESP-IDF
Topic: Send AT commands while in PPPoS connection
Replies: 6
Views: 6738

Re: Send AT commands while in PPPoS connection

Hello NotMyRealName. I still haven't been able to find a solution to this problem. I wasn't able to find any hint of this being address in newer versions of ESP-IDF either. It's really a surprise to me that no one else is considering this a HUGE problem, since checking signal levels or receiving SMS...
by aderregibus
Sat Apr 18, 2020 2:30 pm
Forum: ESP-IDF
Topic: Send AT commands while in PPPoS connection
Replies: 6
Views: 6738

Send AT commands while in PPPoS connection

I am working with a BG96 and using the PPPoS sample code (https://github.com/espressif/esp-idf/tree/master/examples/protocols/pppos_client) which works fine. However, I need to be able to send AT commands from time to time in order to check signal quality, incoming SMS, etc., but I want to keep the ...
by aderregibus
Sat Apr 18, 2020 2:08 pm
Forum: ESP-IDF
Topic: Selecting MQTT interface [IDF-1576]
Replies: 4
Views: 6685

Re: Selecting MQTT interface [IDF-1576]

Thank you very much for your answer ESP_cermak.
Updating routing priorities should do the trick.
by aderregibus
Mon Apr 13, 2020 6:44 pm
Forum: ESP-IDF
Topic: Selecting MQTT interface [IDF-1576]
Replies: 4
Views: 6685

Selecting MQTT interface [IDF-1576]

Hello, I'm trying to use the MQTT library from ESP-IDF, but I need to be able to dynamically choose between WiFi, Ethernet and PPPoS. I can't find anywhere in the documentation how to choose which interface is used by the library. Actually, as a more general question, I couldn't find anywhere in the...