Search found 3 matches
- Tue Apr 04, 2023 4:39 pm
- Forum: General Discussion
- Topic: Recommended MQTT Client
- Replies: 1
- Views: 2115
Recommended MQTT Client
Hey, I'm looking for suggestions on the recommended MQTT client to use. I see there are a few options: https://github.com/espressif/esp-aws-iot https://github.com/espressif/esp-mqtt (from esp-idf component) https://github.com/espressif/aws-iot-device-sdk-embedded-C Or are there any other I should co...
- Mon Aug 15, 2022 7:45 pm
- Forum: ESP-IDF
- Topic: Restarting WiFi causing increased temperature
- Replies: 2
- Views: 1595
Re: Restarting WiFi causing increased temperature
It turned out to be a bug in my application code.
Calling "esp_wifi_connect();" while already connected to a network was causing the issue.
Calling "esp_wifi_connect();" while already connected to a network was causing the issue.
- Mon Aug 08, 2022 6:09 pm
- Forum: ESP-IDF
- Topic: Restarting WiFi causing increased temperature
- Replies: 2
- Views: 1595
Restarting WiFi causing increased temperature
Hello, I'm working on a project using a ESP32-PICO-D4 with ESP-IDF 4.3. I have a temperature sensor attached near the ESP32. The application is working as intended, connects to the wifi network and operates without issue. I want to the ESP32 to disconnect and reconnect to the WiFi network, so I call...