Search found 7 matches

by prasad.samudrala
Mon Jul 22, 2024 5:54 pm
Forum: ESP-IDF
Topic: Wifi channels 12+13: FCC and IEEE 802.11d
Replies: 1
Views: 1698

Re: Wifi channels 12+13: FCC and IEEE 802.11d

Hi, Did you ever get response to your two important questions?
by prasad.samudrala
Thu Feb 29, 2024 2:03 am
Forum: ESP-IDF
Topic: WIFI Supported country codes
Replies: 0
Views: 816

WIFI Supported country codes

Hello all, I am looking at the esp_wifi_set_country_code() supported country code list. The \esp-idf-v5.1.2\components\esp_wifi\include\esp_wifi.h file , the document says, these are the supported country codes * @attention 6. Supported country codes are "01"(world safe mode) "AT","AU","BE","BG","BR...
by prasad.samudrala
Mon Jan 29, 2024 5:20 am
Forum: ESP-IDF
Topic: WIFI Transmit/Receive Statistics
Replies: 0
Views: 578

WIFI Transmit/Receive Statistics

Hello everyone, The API esp_err_t esp_wifi_statis_dump(uint32_t modules) simply dumps WIFI Tx/RX statistics to serial debug console, to get the for application use, i don't see a way to get them from WIFI stack. I see some discussion on the below issue thread requesting for a new API to dump this to...
by prasad.samudrala
Sun Oct 01, 2023 7:54 pm
Forum: ESP-IDF
Topic: DTIM configuration for SoftAP
Replies: 0
Views: 908

DTIM configuration for SoftAP

I am trying to configure beacon_interval and DTIM settings for SoftAP. I could see uint16_t beacon_interval in the wifi_ap_config_t structure but i don't see DTIM configuration setting. Is there a way i can set the DTIM value for SoftAP so that i can bring in my low power ESP devices with longer bea...
by prasad.samudrala
Tue Sep 19, 2023 4:47 am
Forum: ESP-MDF
Topic: ESP MESH network with 2 Access Points
Replies: 2
Views: 30615

Re: ESP MESH network with 2 Access Points

ESP-Mesh-Lite can do this. https://github.com/espressif/esp-mesh-lite Have you tried this? All nodes can communicate to each other and to external world in esp-mesh-Lite, but they have to be line powered, low power communication doesn't seems to be possible here. All nodes are consuming more than 10...
by prasad.samudrala
Tue Sep 19, 2023 4:42 am
Forum: ESP-MDF
Topic: ESP MDF compilation issues
Replies: 1
Views: 39728

ESP MDF compilation issues

Hi, I have been trying to compile ESP-MDF with ESP IDF 5.0.3, 5.0.1 and 4.4 versions. It keeps giving some or other errors. I used version 1.0 as well as master branch source code of ESP-MDF both builds are unsuccessful. the target module is ESP3-S3. I am trying to compile getting-started example in...
by prasad.samudrala
Mon Sep 18, 2023 9:16 pm
Forum: ESP-MDF
Topic: ESP Mesh Lite Leaf Node functionality
Replies: 0
Views: 27696

ESP Mesh Lite Leaf Node functionality

Hello, Did anyone tried mesh with ESP Mesh-Lite? I have started working with it and each node is implementing a bridge functionality to enable STA at one to connect to parent and uses softAP to connect children on other side to make a tree view of Mesh. This is all nice and working. My goal is to en...