Search found 4 matches
- Thu Aug 12, 2021 12:44 pm
- Forum: Hardware
- Topic: [ESP32-S2] Using USB and an external PSU at the same time?
- Replies: 2
- Views: 4915
Re: [ESP32-S2] Using USB and an external PSU at the same time?
Great thanks for clarifying.
- Thu Aug 12, 2021 12:22 am
- Forum: Hardware
- Topic: [ESP32-S2] Using USB and an external PSU at the same time?
- Replies: 2
- Views: 4915
[ESP32-S2] Using USB and an external PSU at the same time?
Hi, I have an ESP32-S2 Saola dev board and I need to upload the sketches/code through USB, as I need the ADCs (so can't enable Wifi to do OTA updates). I also have multiple leds that require external PSU, so I will have a power supply providing power to all the circuit and to the ESP32-S2 aswell (5V...
- Wed Jul 07, 2021 2:02 pm
- Forum: Hardware
- Topic: [ESP32-S2] Do I need to setup 2 different SPIs (SPI 2 and SPI 3) for 9 devices?
- Replies: 3
- Views: 4680
Re: [ESP32-S2] Do I need to setup 2 different SPIs (SPI 2 and SPI 3) for 9 devices?
Thanks for the answer. So SPIs SPI2-3 aren't managed internally as one but instead and I need to setup two SPI: SPI2 or HSPI and SPI3 or VSPI for a total of two SPI x 3 lines (MOSI, MISO, SCK) = 6 lines, and then attatch 6 CS to SP2 and 3 CS to SP3, is that right?
- Tue Jul 06, 2021 11:16 pm
- Forum: Hardware
- Topic: [ESP32-S2] Do I need to setup 2 different SPIs (SPI 2 and SPI 3) for 9 devices?
- Replies: 3
- Views: 4680
[ESP32-S2] Do I need to setup 2 different SPIs (SPI 2 and SPI 3) for 9 devices?
Hi, reading the documentation about the ESP32- S2 it says SPI 0 and 1 are used internally for flash, and SPI 2 and 3 (often refered as HSPI and VSPI) are for user purposes and each one has 3 CS, so each one can drive only 3 slaves. I have two questions: 1) If I wanted to drive 9 slaves, do I have to...