Search found 6 matches

by MaazSk
Tue Mar 22, 2022 7:53 am
Forum: General Discussion
Topic: How to handle NETWORK_RECONNECT_TIMED_OUT_ERROR in esp-aws-iot
Replies: 0
Views: 995

How to handle NETWORK_RECONNECT_TIMED_OUT_ERROR in esp-aws-iot

Hello Everyone, I am using esp-aws-iot sdk and my esp-idf version is v4.3. I am facing a issue that when there is no internet for a prolonged period of time my mqtt connection is broken and when I try to connect it manually it gives me this error NETWORK_RECONNECT_TIMED_OUT_ERROR also my auto_reconn...
by MaazSk
Tue Dec 28, 2021 5:49 am
Forum: General Discussion
Topic: Clear DNS lookup table
Replies: 6
Views: 5887

Clear DNS lookup table

Hello everyone, I was trying DNS resolver to IP address and was successful in implementing it. But the problem I am facing is when there is No, internet at that time also I am getting the IP of the DNS and I am unable to clear it. Is there any method from which I can clear the cache of the esp32 or ...
by MaazSk
Mon Dec 20, 2021 6:05 pm
Forum: General Discussion
Topic: What is firmware version printed in logs on ESP start and how to change it
Replies: 2
Views: 5953

What is firmware version printed in logs on ESP start and how to change it

Hello Everyone, I was writing a code for OTA updates then I came across a warning as below I (22:25:52.304) OTA: Running firmware version: 7490ea9-dirty W (22:25:52.486) OTA: Current running version is the same as a new. We will not continue the update. E (22:25:52.534) OTA: image header verificatio...
by MaazSk
Fri Oct 29, 2021 7:00 pm
Forum: General Discussion
Topic: Unable to run otatool_example.py
Replies: 0
Views: 1414

Unable to run otatool_example.py

Hello Everyone, I am trying OTA example provided by esp-idf when I try to execute python otatool_example.py --port /dev/ttyUSB0 I get the following error Traceback (most recent call last): File "otatool_example.py", line 118, in <module> main() File "otatool_example.py", line 52, in main from otatoo...
by MaazSk
Mon Dec 02, 2019 5:44 am
Forum: ESP32 Arduino
Topic: Touch debounce for esp32
Replies: 3
Views: 5125

Touch debounce for esp32

Hello everyone,
I want some help I am able to use the touch peripherals of the esp32. Now I want to turn on and off the led when I touch. Is this possible if yes please guide me

I am using Arduino IDE 1.8.9
ESP32 Dev module