I use a modified version of the PPPoS example and trying to send commands with a baud rate higher then 230400 but when doing so, I don't get any activity on the port. 115200 and 230400 works.
I use gpio26 for RX and gpio25 as TX.
ESP-IDF v4.3-beta3-195-g6be10fab0
Search found 28 matches
- Thu May 20, 2021 1:35 pm
- Forum: ESP-IDF
- Topic: UART not working above 230400
- Replies: 0
- Views: 1558
- Tue Feb 16, 2021 4:36 pm
- Forum: General Discussion
- Topic: RTC GPIO hold enable from wake stub
- Replies: 8
- Views: 10650
Re: RTC GPIO hold enable from wake stub
Hi,
I think I am experience a similar problem. I am not able to unhold a gpio in a ULP program (running after some time in deep sleep) after setting it to hold in the main program before going to deep sleep.
Did you find a solution to this problem?
I think I am experience a similar problem. I am not able to unhold a gpio in a ULP program (running after some time in deep sleep) after setting it to hold in the main program before going to deep sleep.
Did you find a solution to this problem?
- Fri Jan 22, 2021 9:35 am
- Forum: ESP-IDF
- Topic: Problem with PPP connection to UBlox SARA-R5
- Replies: 3
- Views: 3009
Re: Problem with PPP connection to UBlox SARA-R5
problem solved!
You have to use PAP with empty username and password
You have to use PAP with empty username and password
- Fri Jan 22, 2021 9:32 am
- Forum: ESP-IDF
- Topic: Forced to use static wifi buffers together with SRAM even though PSRAM couldn't be detected
- Replies: 0
- Views: 1628
Forced to use static wifi buffers together with SRAM even though PSRAM couldn't be detected
Hi, I have two generation of products using different ESP chips but with the same application. First generation is using the ESP-WROOM-32 chip and the second generation is using the ESP32-WROVER-B. The second generation product make use of the included PSRAM. To the problem: When activating PSRAM yo...
- Mon Dec 21, 2020 11:39 am
- Forum: ESP-IDF
- Topic: Problem with PPP connection to UBlox SARA-R5
- Replies: 3
- Views: 3009
Problem with PPP connection to UBlox SARA-R5
I experience a problem connecting PPPoS to UBlox SARA-R5. Tested using ESP-IDF 4.0 and 4.2. It seems to be a problem with the LCP handshake. This is the log output directly after receiving 'CONNECT' from module when using ESP-IDF 4.2: ppp_connect[1]: holdoff=0 ppp phase changed[1]: phase=3 pppos_con...
- Mon Dec 21, 2020 11:34 am
- Forum: ESP-IDF
- Topic: Unable to connect socket over PPPOS
- Replies: 2
- Views: 3563
Re: Unable to connect socket over PPPOS
This is now resolved using esp-idf 4.2. Not sure if it still not work in 4.1.
- Tue Oct 06, 2020 2:14 pm
- Forum: ESP-IDF
- Topic: Unable to connect socket over PPPOS
- Replies: 2
- Views: 3563
Re: Unable to connect socket over PPPOS
Even though I get the event 'IP_EVENT_PPP_GOT_IP', the local IP address never gets set. So when calling socket connect I get back the error 'Socket unable to connect: errno 118' The error comes from the line with bold text (the code is devided at this line) in the file 'esp-idf\components\lwip\lwip\...
- Fri Oct 02, 2020 1:58 pm
- Forum: ESP-IDF
- Topic: Unable to connect socket over PPPOS
- Replies: 2
- Views: 3563
Unable to connect socket over PPPOS
HI, I'm using esp-idf 4.1 with custom hardware with a Ublox Sara-R4 modem. Previously I was using esp-idf 3.3 and that is working. My problem is that I can not communicate using standard sockets functions. All the PPPOS stages are ok. Im getting the IP address from the modem. It seams that the socke...
- Fri Mar 08, 2019 3:28 pm
- Forum: ESP-IDF
- Topic: Control GPIO in deep sleep wake stub
- Replies: 5
- Views: 8310
Re: Control GPIO in deep sleep wake stub
Hi,
Did you find any solution to this?
I am struggling with setting gpio14 in wake-up stub.
Did you find any solution to this?
I am struggling with setting gpio14 in wake-up stub.
- Fri Feb 22, 2019 2:43 pm
- Forum: ESP-IDF
- Topic: GPIO trigger factory reset
- Replies: 2
- Views: 6957
Re: GPIO trigger factory reset
OK!
I have tried using gpio4 with wake up enabled as well. In deep sleep if I push the button and hold it, it executes the factory reset.
My hope was that it also require that I toggle the enable pin.