Search found 4 matches

by panjikuai
Fri Aug 25, 2017 9:09 am
Forum: Sample Code
Topic: Vagrant + VirtualBox + Visual Studio Code to build the windows IDE for ESP32 development
Replies: 0
Views: 3720

Vagrant + VirtualBox + Visual Studio Code to build the windows IDE for ESP32 development

Vagrant + VirtualBox + Visual Studio Code to build the windows corss development environment for ESP32 development Use Vagrant + VirtualBox to buld a non UI unbutu virtual mechine to decrese system load. Use Visual Studio Code (integrate git easy to manage your project)to build the windows corss dev...
by panjikuai
Wed Mar 29, 2017 12:50 pm
Forum: ESP-IDF
Topic: How to check current project's the resource(RAM, TEXT,HEAP etc.) usage statistics,
Replies: 4
Views: 14735

How to check current project's the resource(RAM, TEXT,HEAP etc.) usage statistics,

How to check current project's the resource(RAM, TEXT,HEAP etc.) usage statistics,
there is no specific information was output after compiling .
by panjikuai
Tue Mar 07, 2017 12:57 pm
Forum: ESP-IDF
Topic: How to config makefile with subfolder
Replies: 1
Views: 8829

How to config makefile with subfolder

Hi support team, Firstly I'm not familiar with linux makefile, in esp-idf SDK example, all the example are based on one main.c file, if I want to pass the compiling, I need to put all of the c files into the same path as that of the main.c located; actually in real application ,we need sub folders t...
by panjikuai
Tue Feb 28, 2017 7:18 am
Forum: General Discussion
Topic: promiscuous mode in ESP32 SDK
Replies: 1
Views: 6097

promiscuous mode in ESP32 SDK

There is only two functuions for wifi promiscuous mode: esp_err_t esp_wifi_set_promiscuous(bool en);//for enabling promiscuous mode esp_err_t esp_wifi_set_promiscuous_rx_cb(wifi_promiscuous_cb_t cb); //Register the RX callback function in the promiscuous mode typedef void (* wifi_promiscuous_cb_t)(v...