Search found 4 matches

by BDesterBE
Wed Mar 13, 2024 1:53 am
Forum: ESP-IDF
Topic: ESP-MQTT usage for OTA updates
Replies: 3
Views: 26715

Re: ESP-MQTT usage for OTA updates

Wanted to update, I ended up only using esp-aws-iot to handle both normal MQTT message transmission and OTA. I found the examples to be very bloated, but easy enough to build off of and follow.
by BDesterBE
Tue Mar 12, 2024 10:06 pm
Forum: General Discussion
Topic: ESP32-S3 USB CDC Console misses chunks for large serial data transmits
Replies: 1
Views: 575

ESP32-S3 USB CDC Console misses chunks for large serial data transmits

Hello, I am creating a python script which serially connects to a esp32-s3 USB CDC console device with 115200 baud. I am sending a large command, the contents of a certificate, which is a ~2400 character string. I observe that the esp32 only receives in total ~250 characters. What's interesting is t...
by BDesterBE
Fri Jan 26, 2024 2:28 pm
Forum: Hardware
Topic: Efuse for interrupt on GPIO39 for ESP32-S3-DevKitC-1 WROOM-2
Replies: 1
Views: 719

Efuse for interrupt on GPIO39 for ESP32-S3-DevKitC-1 WROOM-2

Hello, I am attempting to use GPIO39 on the ESP32-S3-DevKitC-1 with a WROOM-2 chip as an input for a GPIO interrupt. I have been having trouble doing so successfully, with unexpected interrupt behavior occurring on that pin - different from behavior when switching to another GPIO (GPIO21 for example...
by BDesterBE
Wed Dec 13, 2023 8:27 pm
Forum: ESP-IDF
Topic: ESP-MQTT usage for OTA updates
Replies: 3
Views: 26715

ESP-MQTT usage for OTA updates

Hello, I am trying to determine if the esp-mqtt library is suitable to use for OTA updates via MQTT. The question arose as a result of viewing this other forum post: https://www.esp32.com/viewtopic.php?f=2&p=122070 . It seems that I should generally avoid using the esp-aws-iot library, though AWS ha...