Search found 4 matches
- Fri Apr 19, 2024 2:15 pm
- Forum: ESP-IDF
- Topic: ESP32 V4.4/release: How to force a specific curve for my tls handshake during MQTT?
- Replies: 0
- Views: 412
ESP32 V4.4/release: How to force a specific curve for my tls handshake during MQTT?
Hello, So currently I am my development is based on esp-idf V4.4/release and unfortunately due to dependencies and time constraint, I am not able to update this to the latest version. I am here to ask help on How to guide: 1. Hardware: ESP32 WROOM32D 2. I am using MQTT connection to do DPS(Device Pr...
- Mon Oct 03, 2022 1:40 pm
- Forum: Hardware
- Topic: UART rarely reads wrong data
- Replies: 5
- Views: 5290
Re: UART rarely reads wrong data
Problem fixed. Bluetooth Modem Sleep was the problem. Zero errors in several days, when I disabled it. Hello trawgz, I am facing something similar where my bytes gets distorted. Can you explain what the Bluetooth Modem Sleep was doing that was affecting the bytes coming into ESP32 and how removing ...
- Tue Jul 12, 2022 4:52 pm
- Forum: ESP IoT Solution
- Topic: ESP32 WROOM 32D + JLink JTAG + Debugging not working
- Replies: 1
- Views: 4764
Re: ESP32 WROOM 32D + JLink JTAG + Debugging not working
Update: I had the Hello World Project working with the ESP32WROOM with the JTAG(jLink). I was able to do it with the esp-idf version 4.4. I just followed this instruction: https://github.com/espressif/idf-eclipse-plugin/blob/master/docs/OpenOCD%20Debugging.md Now I repeated this steps with my custom...
- Thu Jul 07, 2022 7:15 pm
- Forum: ESP IoT Solution
- Topic: ESP32 WROOM 32D + JLink JTAG + Debugging not working
- Replies: 1
- Views: 4764
ESP32 WROOM 32D + JLink JTAG + Debugging not working
Hello, I am pretty new to ESP32 platform and I am currently working of another person's development who have completely depended on the UART to debug. I prefer if I am able to do inline debugging. I am hoping someone can point me on my mistake here to get this working. I followed the instructions as...