Search found 42 matches

by Fugazi
Fri Apr 28, 2017 7:43 am
Forum: ESP-IDF
Topic: [Answered] Calling tcpip_adapter_get_sta_list() in an event handler for SYSTEM_EVENT_AP_STACONNECTED
Replies: 5
Views: 9698

Re: [Answered] Calling tcpip_adapter_get_sta_list() in an event handler for SYSTEM_EVENT_AP_STACONNECTED

Hi,


Sorry for the noobie question, but I am trying to do the same here.

However esp_wifi.h within the github code doesnt have

esp_wifi_get_station_list

Its only mentioned within the esp32-idf pages.

Seems two different files, is this code not added to the release in github or ?

Thanks
by Fugazi
Wed Apr 26, 2017 9:08 pm
Forum: ESP32 Arduino
Topic: ESP-IDF Release 2.0 - Ardunio
Replies: 0
Views: 3521

ESP-IDF Release 2.0 - Ardunio

Hi Slightly confused here... newbie programmer. I am guessing the Ardunio base sits on top of of the esp-idf. Just noticed the rc2.0 come out and when I follow the instructions to install the Ardunio, it doesnt seem to have the current release 2.0 code in it ? Is this correct way of thinking of it, ...