-
Country instructions are needed by other non-DPS users, as well as service members who are PCSing in order to see specific country instructions and locations pertaining to their move. Redesign of the …
-
Hi,
So I updated the IDF to the latest commit as of today and also updated the tool chain. There is no change in any of my code. I am running the code on ESP32-WROVER. I get the following crash trac…
-
The PPPoS library cannot handle a controller reset, it connects the first time correctly.
I'm using the Adafruit Fona 3G Modem. [Link.](https://learn.adafruit.com/adafruit-fona-3g-cellular-gps-brea…
-
Adding jpg (or attempting to)
![151561666484426652198](https://user-images.githubusercontent.com/35311339/34794327-4ec0eb9a-f61c-11e7-89ec-8d493fcc4843.jpg)
-
Hi
I am able to connect and get the IP, though I am on new module, only tweaked the AT command to get PPP initialized. Once IP address is obtained, and SNTP or HTTP task starts (I 1st got SNTP error…
-
I did a fresh build on a PC, using MINGW64 (bash from GIT install). Followed example to try CMake on example hello_world. Menuconfig fails on example with output below. I was able to idf.py build, …
-
This is probably window-specific error -- path too long
--- Here is the error message --
$ make --trace > make_armc5-error.txt
C:/Users/alachu01/work/oob-1-3/mbed-os-example-bootloader/Makefile:9…
-
Hi ,
I am working on a product which involves . UART1 , UART2 , I2C , Wifi , BTLE , AWSIoT , PPPoS .
Everything works perfectly if BT is disabled .
If i enable BT stack malloc in mbedtls for AWSI…
-
My GPRS connection is not so good, so many times I just got:
`E (336027) [HTTPS]: Last error was: -0x7280 - SSL - The connection indicated an EOF`
during handshake.
EDIT: That's occur only on we…
-
Hi,
Really nice work on the PPPoS support for ESP32 been using it for some time now.
When i want to Disconnect the PPP connection I disconnect the call using ATZ and then call pppapi_close().
…