Search found 5 matches
- Tue Apr 25, 2023 2:56 am
- Forum: Hardware
- Topic: ESP32 S3 vs ESP32 WROOM Power Consumption Issue
- Replies: 0
- Views: 4326
ESP32 S3 vs ESP32 WROOM Power Consumption Issue
Hi, We noticed that our PCB design using the latest ESP32 S3 module draws significantly more current than our older PCB that used the ESP32 WROOM module. The datasheet claims that the ESP32 S3 module draws significantly less current than its predecessors but from using a bench top power supply and s...
- Sat Dec 31, 2022 9:43 pm
- Forum: ESP32 Arduino
- Topic: Designed Custom PCB using ESP32 S3 without Boot Button (cannot put ESP32 in download mode)
- Replies: 4
- Views: 3492
Re: Designed Custom PCB using ESP32 S3 without Boot Button (cannot put ESP32 in download mode)
I mistakenly remapped the original pin from GPIO0 to GPIO48 to make re-routing easier since GPIO0 on both WROOM and the S3 were on different sides of the module. I got carried away and completely neglected the fact that GPIO0 needed to be connected to the auto reset circuit instead of GPIO48... is i...
- Wed Dec 28, 2022 12:19 am
- Forum: ESP32 Arduino
- Topic: Designed Custom PCB using ESP32 S3 without Boot Button (cannot put ESP32 in download mode)
- Replies: 4
- Views: 3492
Designed Custom PCB using ESP32 S3 without Boot Button (cannot put ESP32 in download mode)
Hi, I recently designed and manufactured a custom PCB with PCBWay using the ESP32S3-1-N16 microcontroller and when I try to upload firmware via PlatformIO that worked on a previous PCB design, I get an error message saying: " Uploading .pio/build/esp32-s3-devkitc-1/firmware.bin esptool.py v4.2.1 Ser...
- Tue Dec 27, 2022 11:47 pm
- Forum: Hardware
- Topic: ESP32-S3-WROOM-1 On Custom PCB
- Replies: 9
- Views: 8513
Re: ESP32-S3-WROOM-1 On Custom PCB
I also developed a custom PCB with an ESP32-S3 module and manufactured it through JLCPCB and I'm getting the same error message of "A fatal error occurred: Failed to connect to ESP32-S3: Wrong boot mode detected (0xb)! The chip needs to be in download mode." The only thing I didn't take into conside...
- Sat Sep 14, 2019 6:05 am
- Forum: Hardware
- Topic: Cannot Use ADC2 For BLE Data Transfer (PlatformIO)
- Replies: 1
- Views: 3343
Cannot Use ADC2 For BLE Data Transfer (PlatformIO)
I'm working on a https://hackaday.io/project/165333-missions-the-sole-of-mission-st and I'm running into an issue with data transfer between a BLE scanner iOS app and the sensors attached to my ESP32. I've been trying to read pressure sensor values on ADC2 GPIOs while BLE is enabled, but all the pin...