Search found 6 matches
- Mon Mar 20, 2023 1:47 am
- Forum: Hardware
- Topic: ESP32-S3 USB ID pin
- Replies: 5
- Views: 6887
Re: ESP32-S3 USB ID pin
"The voltage source on the pull-up resistor must be derived from or controlled by the power supplied on the USB cable such that when VBUS is removed, the pull-up resistor does not supply current on the data line to which it is attached." —USB 2.0 Specification, section 7.1.5 How do I do that? If yo...
- Mon Jul 04, 2022 7:47 pm
- Forum: Hardware
- Topic: ESP32-S2-SOLO-2 (ECO1) availability
- Replies: 1
- Views: 2578
ESP32-S2-SOLO-2 (ECO1) availability
Four months ago the status of the ESP32-S2-SOLO(-U) and ESP32-S2-MINI-1(U) modules was changed to "Not recommended for new designs", with their replacements being the new ESP32-S2-SOLO-2(U) and ESP32-S2-MINI-2(U) modules which integrate the "ESP32-S2 ECO1 with improved RF performance". But now, four...
- Thu Feb 17, 2022 3:20 am
- Forum: Hardware
- Topic: SPI in ESP32-S2R2
- Replies: 4
- Views: 5806
Re: SPI in ESP32-S2R2
SPI on the ESP32-S2 can be somewhat confusing. There are four SPI peripherals yet only three SPI buses, and each bus can support multiple slave devices using chip selects (up to 11 slaves total across the three buses): SPI0 and SPI1 control the same spi bus, which uses the "SPI" prefix for its signa...
- Thu Feb 17, 2022 12:47 am
- Forum: Hardware
- Topic: ESP32-WROVER vs. ESP32-WROVER-E Compatibility (HW & FW)
- Replies: 1
- Views: 4371
Re: ESP32-WROVER vs. ESP32-WROVER-E Compatibility (HW & FW)
The changes I've spotted: Pins 17-22 of the module (SHD/SD2, SWP/SD3, SCS/CMD, SCK/CLK, SD0/SD0, SDI/SD1) have been disconnected, since the corresponding esp32 pins are already used for the module's integrated flash and psram. Previously the datasheet merely stated these pins "are not recommended fo...
- Wed Feb 16, 2022 11:37 pm
- Forum: Hardware
- Topic: ESP32 T-Call SIM 800 disable pwr button
- Replies: 1
- Views: 3311
Re: ESP32 T-Call SIM 800 disable pwr button
Based on some googling this looks like this board is a "LilyGo SIM800L IP5306" ? Its schematic shows the button is not connected to any GPIO, it connects (via R57) to the KEY pin of its IP5306 PMIC (controlling power on/off). It also connects (via R53) to the enable/reset input of the ESP32.
- Wed Feb 16, 2022 5:09 pm
- Forum: Hardware
- Topic: ESP32-S3 USB ID pin
- Replies: 5
- Views: 6887
Re: ESP32-S3 USB ID pin
The esp32-s2/s3 usb phy does not appear to handle the ID and V BUS pins like you'd normally expect from an integrated phy. It seems that most of the control signals of the usb core's phy interface are instead just hooked up to the gpio matrix: ~/.../esp-idf/components$ grep -P 'USB_(OTG|SRP)_' soc/e...