Search found 4 matches
- Wed May 11, 2022 9:05 am
- Forum: ESP-IDF
- Topic: Task isn't running again after running for the first time
- Replies: 3
- Views: 2161
Re: Task isn't running again after running for the first time
Oh I wasn't getting the error for stack overflow. Anyways, fixed the stack size and it works! Thank you!
- Wed May 11, 2022 6:49 am
- Forum: ESP-IDF
- Topic: Task isn't running again after running for the first time
- Replies: 3
- Views: 2161
Task isn't running again after running for the first time
I'm writing a simple program to use queues between two tasks, where one task sends data to the queue, and the other task received data from the queue. Here's the code: #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/queue.h" #include "driver/gpio.h" //...
- Thu Dec 16, 2021 5:35 am
- Forum: ESP-IDF
- Topic: I would like to run my ESP32-WROOM-32 in wifi softAP and station mode simultaneously
- Replies: 0
- Views: 1523
I would like to run my ESP32-WROOM-32 in wifi softAP and station mode simultaneously
I have gone through the examples given for ESP-IDF. I successfully used the mcu in softAP mode, and then in station mode. But I want to use it in softAP and station mode at the same time. I edited the station code and added the softAP mode functionalities to it. I changed the mode from WIFI_MODE_STA...
- Tue Dec 14, 2021 12:43 pm
- Forum: ESP-IDF
- Topic: Not able to connect to ESP32 as a wifi softAP
- Replies: 1
- Views: 2518
Not able to connect to ESP32 as a wifi softAP
I am using the ESP32-WROOM-32 MCU and have been going through the examples. I was running the wifi as a softAP example. It was running and from my phone, I connected to the wifi but with no internet. When I typed in the IP address in my browser to check whether any configuration is to be done, the p...