Search found 7 matches
- Fri May 07, 2021 10:13 am
- Forum: ESP-IDF
- Topic: esp32-wifi
- Replies: 9
- Views: 6357
Re: esp32-wifi
My adc task is running on core 1 and wifi task is in core 0
- Fri May 07, 2021 6:34 am
- Forum: ESP-IDF
- Topic: esp32-wifi
- Replies: 9
- Views: 6357
Re: esp32-wifi
Apart from wifi, in another task we are communicating with adc
- Fri May 07, 2021 6:32 am
- Forum: ESP-IDF
- Topic: esp32-wifi
- Replies: 9
- Views: 6357
Re: esp32-wifi
Power section is good, we have sufficient power required for the microcontroller and there is no noise also.
- Thu May 06, 2021 1:47 pm
- Forum: ESP-IDF
- Topic: esp32-wifi
- Replies: 9
- Views: 6357
Re: esp32-wifi
Yes, we have moved it, still the same issue
- Mon May 03, 2021 3:50 pm
- Forum: ESP-IDF
- Topic: esp32-wifi
- Replies: 9
- Views: 6357
esp32-wifi
Hi everyone,
We are using esp32 in our project, when wifi is connected from esp32 the other tasks are working slowly, can anyone please tell me the solution for this.
Thank you
We are using esp32 in our project, when wifi is connected from esp32 the other tasks are working slowly, can anyone please tell me the solution for this.
Thank you
- Mon Apr 19, 2021 9:52 am
- Forum: ESP32 Arduino
- Topic: ESP32-SD CARD
- Replies: 3
- Views: 3605
Re: ESP32-SD CARD
Hi, Thanks for your feeback, I want to make a correction of earlier statement as below, We are using MUX to switch (GPIO2 PIN) between DAC and SD CARD. when VSEL (GPIO2 PIN) is High SD CARD is active when VSEL (GPIO2 PIN) is Low DAC is active For Read/Write we are using GPIO5 PIN as CS When DAC is a...
- Fri Apr 16, 2021 11:51 am
- Forum: ESP32 Arduino
- Topic: ESP32-SD CARD
- Replies: 3
- Views: 3605
ESP32-SD CARD
Hi everyone, i am using esp32, in this the VSPI we are using for DAC and SD CARD, when CS (GPIO2 PIN) is high, gets access to SD CARD and when it goes low, gets access to DAC. Here the issue i am facing is, whenever i try to access DAC and then access SD CARD, i am getting error as "fmount mount fai...