Search found 29 matches
- Tue Aug 14, 2018 7:22 am
- Forum: ESP-IDF
- Topic: PPPoS interface disconnection event is not always calling the registered disconnect callback function
- Replies: 13
- Views: 20080
PPPoS interface disconnection event is not always calling the registered disconnect callback function
hi, in my implementation, i am getting internet connectivity for esp32 from a modem(BM817C-E1) over PPPoS interface. after several hours of faithful communication i am getting the disconnection event for the PPP interface. i am getting this event on uart interface, and this event is passed to the LW...
- Tue Aug 14, 2018 6:49 am
- Forum: ESP-IDF
- Topic: PPPoS compoment is having rapid disconnection with GSM over 4g network type
- Replies: 7
- Views: 10891
Re: PPPoS compoment is having rapid disconnection with GSM over 4g network type
FYI,
esp idf we are using is : v2.1
and pppos component is taken from : https://github.com/loboris/ESP32-PPPOS- ... ents/pppos
esp idf we are using is : v2.1
and pppos component is taken from : https://github.com/loboris/ESP32-PPPOS- ... ents/pppos
- Tue Aug 14, 2018 6:45 am
- Forum: ESP-IDF
- Topic: PPPoS compoment is having rapid disconnection with GSM over 4g network type
- Replies: 7
- Views: 10891
PPPoS compoment is having rapid disconnection with GSM over 4g network type
hello, in one of our product development we are facing the issue like pppos connection disconnection while providing network connectivity to the ESP32 ,over modem(BM817C-E1 -- a broadmobi modem) with 4g network, within few minutes(2-5 min). however, we are able to establish the ppp connection again ...
- Tue Nov 07, 2017 11:41 am
- Forum: ESP-IDF
- Topic: please help to get JTAG working on esp wrover kit
- Replies: 12
- Views: 25838
Re: please help to get JTAG working on esp wrover kit
Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html none separate adapter speed: 200 kHz force hard breakpoints Error: no device found Error: unable to open ftdi device with vid 0403, pid 8a98, description '*', serial '*' at bus location '*' Error: libusb_open()...
- Wed Sep 20, 2017 7:34 am
- Forum: General Discussion
- Topic: make monitor not working on windows
- Replies: 15
- Views: 25070
Re: make monitor not working on windows
yes ESP_Angus,
surely there was nothing wrong with the firmware and i've realized this thing from your former post only.
i'll try running console on , your suggested, latest msys environment. will let you know if i still get any issues -- however, chances would be rare.
thanks a lot, Angus.
surely there was nothing wrong with the firmware and i've realized this thing from your former post only.
i'll try running console on , your suggested, latest msys environment. will let you know if i still get any issues -- however, chances would be rare.
thanks a lot, Angus.
- Wed Sep 20, 2017 5:59 am
- Forum: General Discussion
- Topic: make monitor not working on windows
- Replies: 15
- Views: 25070
Re: make monitor not working on windows
hi ESP_Angus, sorry for late reply, actually i didn't get the email notification for this subscribed topic. 1. yes, i am using too much old version for this msys toolchain -- <Packages> <ApplicationName>MSYS2 32bit</ApplicationName> <ApplicationVersion>1.0.0</ApplicationVersion> <Package> <Name>com....
- Tue Sep 19, 2017 11:23 am
- Forum: General Discussion
- Topic: make monitor not working on windows
- Replies: 15
- Views: 25070
Re: make monitor not working on windows
hello everyone, pacman -S winpty solved my problem regarding package missing issue. $ make monitor MONITOR /bin/sh: winpty: command not found. make: *** [~/ESP32/esp-idf/components/esptool_py/Makefile.projbuild:92: monitor] error 127 however, while running console example in examples/system/console ...
- Tue Sep 05, 2017 4:33 am
- Forum: ESP-IDF
- Topic: PPP support(over serial) for esp-idf v2.0
- Replies: 5
- Views: 11190
Re: PPP support(over serial) for esp-idf v2.0
hi loboris, many gratitudes for your quick response. however, there's no any strong reason for not movig for v2.1. but for my application, i've carried out all the tests and feasibility on v2.0 only. so i'm trying to get this support for this version only(if possible). i check out the codes provided...
- Mon Sep 04, 2017 10:10 am
- Forum: ESP-IDF
- Topic: PPP support(over serial) for esp-idf v2.0
- Replies: 5
- Views: 11190
PPP support(over serial) for esp-idf v2.0
hello, i'm curious about a statement which is provided in updated menuconfig options' list in the latest idf. inside menuconfig - component config ---> LWIP ----> Enable PPP support (new/experimental) when i query a ''help'' for this option i am seeing a message showing me following lines on my cons...
- Tue Aug 08, 2017 1:29 pm
- Forum: General Discussion
- Topic: openocd debug alway fail ,show "unrecognized item "timeout" in "qSupported" response"
- Replies: 7
- Views: 15526
Re: openocd debug alway fail ,show "unrecognized item "timeout" in "qSupported" response"
hi ESP_Sprite, 2. debug ~/esp/esp32/esp-idf/examples/10_openssl_server$ xtensa-esp32-elf-gdb -ex 'target remote localhost:3333' ./build/openssl_server.elf GNU gdb (crosstool-NG crosstool-ng-1.22.0-59-g8d95cad) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 o...