Search found 2 matches

by Ewach1
Sat Nov 20, 2021 3:41 pm
Forum: ESP32 Arduino
Topic: AnalogRead with I2S Sampling while running WIFI server isn't working
Replies: 1
Views: 3412

Re: AnalogRead with I2S Sampling while running WIFI server isn't working

Here is the code running on the ESP32. The Sample Battery task is the task I am trying to get working. Let me know if you have any other questions. #include <stdio.h> #include "sdkconfig.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "esp_spi_flash.h" /...
by Ewach1
Fri Nov 19, 2021 5:10 pm
Forum: ESP32 Arduino
Topic: AnalogRead with I2S Sampling while running WIFI server isn't working
Replies: 1
Views: 3412

AnalogRead with I2S Sampling while running WIFI server isn't working

Hello, I am running into a problem that I cannot seem to solve. My device is acting as a WIFI server with an interactive webpage loaded to SPIFFS. I am using I2S to perform high speed sampling of a sensor which is then processed for the user. I did change the WIFI sleep mode, so that it never sleeps...