Search found 6 matches

by espcurt
Wed Oct 25, 2023 1:02 pm
Forum: Hardware
Topic: What baud rate is this?
Replies: 2
Views: 1225

Re: What baud rate is this?

That must be it, mystery solved! Thanks for the insight.
by espcurt
Tue Oct 24, 2023 4:00 pm
Forum: Hardware
Topic: What baud rate is this?
Replies: 2
Views: 1225

What baud rate is this?

What is going on here? I have an AdAFruit https://www.adafruit.com/product/284 hooked up to the Tx/Rx of my esp32-c3 module. Works great, all is fine at 115200 but when I upload a new code image (via the onboard USB JTAG, hooked directly to the D- D+) I get, well this: download_baud.png The code upl...
by espcurt
Mon Oct 23, 2023 1:25 pm
Forum: Hardware
Topic: modules not needing usb chips
Replies: 7
Views: 3816

Re: modules not needing usb chips

I am embarrassed to admit that I did swap them. The silly thing is of course I tried them both ways and somehow came to the conclusion it did not work in either configuration. I assume some other problem prevented me from seeing it work with the correct polarity. Once I discovered that everything st...
by espcurt
Sat Oct 21, 2023 2:55 am
Forum: Hardware
Topic: modules not needing usb chips
Replies: 7
Views: 3816

Re: modules not needing usb chips

I'm working with an ESP32-C3 module (just the module) and dutifully wired up the D-/D+/GND to my PC and it does not recognize anything meaningful. It see's *something* and enumerates it as an "Unknown USB Device (Device Descriptor Request Failed)" but that's it. I can flash code to it as normal over...
by espcurt
Sat Oct 21, 2023 2:47 am
Forum: ESP32 Arduino
Topic: Autodetecting OTA the way the Arduino IDE does
Replies: 3
Views: 3916

Re: Autodetecting OTA the way the Arduino IDE does

perfect thank you this is just what I needed.
by espcurt
Wed Oct 11, 2023 6:11 pm
Forum: ESP32 Arduino
Topic: Autodetecting OTA the way the Arduino IDE does
Replies: 3
Views: 3916

Autodetecting OTA the way the Arduino IDE does

I have tried finding an answer to this question and my google-foo has let me down. I am creating a product I would like to automatically update an ESP32 using OTA. How does the Arduino IDE autodetect available esp32-OTA? I assume it has to do with subscribing to broadcast mDNS messages over the netw...