Search found 4 matches

by jgalt91
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: 4631

Re: [ESP32-S2] Using USB and an external PSU at the same time?

Great thanks for clarifying.
by jgalt91
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: 4631

[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...
by jgalt91
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: 4378

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?
by jgalt91
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: 4378

[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...