Search found 11 matches

by Kunjan
Fri Feb 04, 2022 6:41 am
Forum: Hardware
Topic: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously?
Replies: 1
Views: 1831

is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously?

is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF? If yes then can you guide me how?
by Kunjan
Fri Feb 04, 2022 6:39 am
Forum: ESP-IDF
Topic: Not able to connect SSID at Mobile WiFi List for MODE_APSTA [ error: wifi:max connection, deauth ]
Replies: 2
Views: 3291

Re: Showing Wrong SSID and not able to connect at Mobile WiFi List for MODE_APSTA

is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF? If yes then can you guide me how?
by Kunjan
Fri Feb 04, 2022 6:39 am
Forum: ESP-IDF
Topic: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF
Replies: 1
Views: 1739

is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF

is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF? If yes then can you guide me how?
by Kunjan
Thu Feb 03, 2022 10:30 am
Forum: ESP-IDF
Topic: Not able to connect SSID at Mobile WiFi List for MODE_APSTA [ error: wifi:max connection, deauth ]
Replies: 2
Views: 3291

Not able to connect SSID at Mobile WiFi List for MODE_APSTA [ error: wifi:max connection, deauth ]

Hello Sir, I am using ESP32 WROOM Chip. I have configured ESP32 as AP and Station mode same time. As I configured ESP32 as both modes, For AP mode SSID I have given as "SSID1" and for Station Mode, I have given SSID as "AnandRaman" I am able to connect the ESP32 station to my home router SSID which ...
by Kunjan
Wed Jan 05, 2022 7:01 am
Forum: ESP-IDF
Topic: ESPNOW stopped working after ESP32 Connected to AP Successfully using SmartConfig Example
Replies: 2
Views: 3405

Re: ESPNOW stopped working after ESP32 Connected to AP Successfully using SmartConfig Example

Thank you very much for the reply. what channel should I set to start the espnow data? I tried with below channels but its not working peer->channel = 0; peer->channel = 1; peer->channel = 5; below are the logs which I got from the terminal. could you pls help to check? I (40835) wifi: station: ce:f...
by Kunjan
Tue Jan 04, 2022 11:46 am
Forum: ESP-IDF
Topic: ESPNOW stopped working after ESP32 Connected to AP Successfully using SmartConfig Example
Replies: 2
Views: 3405

ESPNOW stopped working after ESP32 Connected to AP Successfully using SmartConfig Example

Hello Sir, ESPNOW Sample Code: https://github.com/espressif/esp-idf/tree/release/v4.2/examples/wifi/espnow SmartConfig Sample Code: https://github.com/espressif/esp-idf/tree/release/v4.2/examples/wifi/smart_config 1. Converted ESP32 to station mode (ESPNOW broadcasting the data) 2. Now started Smart...
by Kunjan
Thu Nov 25, 2021 10:30 am
Forum: ESP-IDF
Topic: \examples\peripherals\gpio\matrix_keyboard Example not working
Replies: 2
Views: 4029

Re: \examples\peripherals\gpio\matrix_keyboard Example not working

Ok Thanks. for the Reply. I was trying with ESP32 WROOM Chip.
by Kunjan
Tue Nov 23, 2021 10:07 am
Forum: ESP-IDF
Topic: Getting (EMI) Electromagnetic Interference with "release/v4.4/examples/peripherals/gpio/generic_gpio"
Replies: 2
Views: 3304

Getting (EMI) Electromagnetic Interference with "release/v4.4/examples/peripherals/gpio/generic_gpio"

Since three months I am trying to resolve EMI (Electromagnetic Interference) with gpio example. I connected 4 relays with esp32 and operated those relays with switches(Load). While switching ON the FAN which is part of my main switchboard then connected switches also randomly getting ON/OFF. Please ...
by Kunjan
Tue Nov 23, 2021 8:33 am
Forum: ESP-IDF
Topic: \examples\peripherals\gpio\matrix_keyboard Example not working
Replies: 2
Views: 4029

\examples\peripherals\gpio\matrix_keyboard Example not working

My git repository(4.3.1 and 4.4) is up to date. but even this example is not working below is the error message. / components/matrix_keyboard/src/matrix_keyboard.c :39:5: error: unknown type name 'dedic_gpio_bundle_handle_t' dedic_gpio_bundle_handle_t row_bundle; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../compo...