Search found 2 matches

by Rukbat
Thu Jun 13, 2024 3:04 am
Forum: General Discussion
Topic: ESP32wroom ADC Failure in Current and Voltage Detection
Replies: 7
Views: 1047

Re: ESP32wroom ADC Failure in Current and Voltage Detection

ADC Max is Vref, which is 3.3v. You may be destroying the ADC after stressing it for a while (or just once, if the voltage fed to it doesn't exceed 3.3v then, all of a sudden, exceeds it. At least hang a 3.3v zener (and resistor, if you don't want to lose the diode) on the input. (You have no place ...
by Rukbat
Wed Jun 12, 2024 11:54 pm
Forum: ESP32 Arduino
Topic: Example to use ESP32-S3 as MSC with SDIO SD card
Replies: 7
Views: 3511

Re: Example to use ESP32-S3 as MSC with SDIO SD card

wbadry:

Are you looking for something like being able to load whichever program you want from an SD card?

Just SD card access, which is what Ibernstone posted the link for, basically gives you ReadFromLBA and WriteToLBA, but no file handling. That takes an operating system.