Search found 4 matches

by i.gonzalez
Wed Jul 12, 2023 8:49 am
Forum: ESP-IDF
Topic: Read ADC voltage in wake stub
Replies: 7
Views: 6352

Re: Read ADC voltage in wake stub

I'm using an ESP32 S2 SOLO
by i.gonzalez
Wed Jul 12, 2023 8:47 am
Forum: ESP-IDF
Topic: Read ADC voltage in wake stub
Replies: 7
Views: 6352

Re: Read ADC voltage in wake stub

The thing is, I copy the previously provided code into the Arduino IDE and include the relevant libraries, but I only get errors like this: Compilation error: 'sens_dev_t' {aka 'volatile struct sens_dev_s'} has no member named 'sar_read_ctrl'; did you mean 'sar_reader1_ctrl'? From what I've been see...
by i.gonzalez
Tue Jul 11, 2023 8:03 am
Forum: ESP-IDF
Topic: Read ADC voltage in wake stub
Replies: 7
Views: 6352

Re: Read ADC voltage in wake stub

Hi, I'm trying to read ADC voltage in wake stub and I have tried the code that has been posted here but I just get errors. Can someone help me?
by i.gonzalez
Thu Jan 19, 2023 12:09 pm
Forum: General Discussion
Topic: ESP32 S2 and MAX6675
Replies: 0
Views: 723

ESP32 S2 and MAX6675

Hi, I'm using an ESP32 S2 Solo with the thermocouple MAX6675. I'm working in a temperature read project where I activate the deep-sleep, I read the temperature and I go back to the deep sleep. I have to try to save the most battery I can, so the time that the module is in an active mode must be the ...