Search found 6 matches

by DitroniX
Mon Aug 17, 2020 7:01 pm
Forum: ESP32 Arduino
Topic: ESP32-S2 ADC2
Replies: 3
Views: 5689

Re: ESP32-S2 ADC2

Many thanks for the thoughts. Seems to parallel mine but was not sure.

Will post a comment as per.

Take care
Dave
by DitroniX
Mon Aug 17, 2020 5:08 pm
Forum: ESP32 Arduino
Topic: ESP32-S2 ADC2
Replies: 3
Views: 5689

ESP32-S2 ADC2

Using the Arduino IDE, the ESP32-S2 ADC1 channels (GPIO 1 through 10) work fine and gives back the expected reading. [Codebox] // Read ADC (30V DC FSV - 0 to 8191 - 13bit) uint32_t PCB_Voltage; PCB_Voltage = ((analogRead(9) * 30 ) / 8191); Serial.println(PCB_Voltage); [/Codebox] However, if I use an...
by DitroniX
Mon May 04, 2020 2:14 pm
Forum: General Discussion
Topic: esp32-s2 usb driver
Replies: 15
Views: 49081

Re: esp32-s2 usb driver

I see in the interesting video that by "holding down GPIO 0 and powering up" (such as then inserting the USB). Changing to the ROM Bootloader to expose and allow native USB to work, is the missing link... maybe. However, trying this on a number of ESP32-S2-WROOM's which I have just received for a pr...
by DitroniX
Mon May 04, 2020 1:46 pm
Forum: General Discussion
Topic: esp32-s2 usb driver
Replies: 15
Views: 49081

Re: esp32-s2 usb driver

This is interesting and thanks for the video link. Look forward to an update to allow the native USB to work.
by DitroniX
Fri May 01, 2020 7:22 am
Forum: General Discussion
Topic: esp32-s2 usb driver
Replies: 15
Views: 49081

Re: esp32-s2 usb driver

Many thanks for this feedback. Will investigate and also await updated ESP-IDF in due course.
by DitroniX
Thu Apr 30, 2020 4:35 pm
Forum: General Discussion
Topic: esp32-s2 usb driver
Replies: 15
Views: 49081

Re: esp32-s2 usb driver

Having now populated some prototype designs using the ESP32-S2-WROOM, all display the same issue with lack of Windows 10 driver, and on different PCs.

This occurs when going into programming mode ready for flashing via USB.

Did anyone find a resolve for this please?

Many thanks
Dave