Search found 25 matches

by frankcohen
Mon Jul 25, 2022 3:00 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 Not seeing stack trace in Arduino IDE Serial Monitor
Replies: 1
Views: 2003

Re: ESP32-S3 Not seeing stack trace in Arduino IDE Serial Monitor

Seems to be that the USB drivers stops upon a crash, and the traceback goes to UART0 instead of the USB CDC serial port. The pins are like gpio pins that need a driver program to work. Micropython has a driver so it appears like there is USB hardware. Any pointers on where to find this? I have the J...
by frankcohen
Sun Jul 24, 2022 6:01 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 Not seeing stack trace in Arduino IDE Serial Monitor
Replies: 1
Views: 2003

ESP32-S3 Not seeing stack trace in Arduino IDE Serial Monitor

Hi Everyone, I need tips, help, and suggestions on how to see the stack trace in the Serial Monitor after a crash. I run this sketch: void setup() { Serial.begin(115200); Serial.setDebugOutput(true); long time = millis(); while (!Serial && ( millis() < time + 5000) ); // wait up to 5 seconds for Ard...
by frankcohen
Thu May 12, 2022 10:06 pm
Forum: ESP32 Arduino
Topic: ESP32-S3-Mini-1 bootloader pre-flashed/uploaded ?
Replies: 1
Views: 1367

ESP32-S3-Mini-1 bootloader pre-flashed/uploaded ?

I am building a mobile device around ESP32-S3-Mini-1. Does the board come with the bootloader pre-installed? Thanks! -Frank
by frankcohen
Mon Dec 13, 2021 12:19 am
Forum: General Discussion
Topic: OTA without a USB or FTDI interface
Replies: 2
Views: 5321

OTA without a USB or FTDI interface

Hi ESP32 people, I am developing a new ESP32 board for a wrist watch. The board will be 55 mm round. Space is limited. I used SP32-S3-WROOM-1 modules so far. The module comes with the ESP-IDF bootloader preinstalled. I'd like to remove the USB chip and cable connector from my board design and only u...
by frankcohen
Mon Apr 05, 2021 4:06 am
Forum: ESP-IDF
Topic: Need help to compress files into ESP32
Replies: 16
Views: 22904

Re: Need help to compress files into ESP32

Kind of late to the party, I'm sorry. I just saw this post today. See my developer journal article at https://www.reddit.com/r/arduino/commen ... tions_for/ -Frank