Search found 3 matches

by bvovag
Thu Dec 26, 2019 9:10 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 836073

Re: What would you like to see in The Next Chip?

what lauros ... :D
I thing you need at first not a H/W update, but release a properly working & correctly documented IDF.
by bvovag
Thu Dec 26, 2019 9:02 pm
Forum: General Discussion
Topic: esp_wifi_ap_get_sta_list() problem
Replies: 1
Views: 4138

esp_wifi_ap_get_sta_list() problem

I am using ESP_IDF v4.1. I try to get mac and IP of station, connected to AP. The aim is to serve reconnection, when STA is accidentally disconnects (power off) without posting some disconnect action. in that case we get any ... disconnect.. events in AP event loop. I found in some posts, that the o...
by bvovag
Sat Dec 14, 2019 9:55 pm
Forum: ESP-IDF
Topic: multiple IP_EVENT_AP_STAIPASSIGNED evenst
Replies: 0
Views: 1860

multiple IP_EVENT_AP_STAIPASSIGNED evenst

I am using IDF v4.1-dev-1086-g93a8603-dirty. esp32 as AP, forming it's own net, incoming station is PC. All works. But when "station' connects (enter the net), I get not one event with IP_EVENT_AP_STAIPASSIGNED, but normally three in sequence : I (18700) esp_netif_lwip: softAP assign IP to station,I...