Search found 138 matches

by brp80000
Tue Dec 04, 2018 12:03 pm
Forum: ESP-IDF
Topic: esp_http_server to serve files from spiffs
Replies: 2
Views: 6023

Re: esp_http_server to serve files from spiffs

https://github.com/nkolban/ESP32_Explorer

files are stored in the spifs section and are given to the browser on request
by brp80000
Sun Nov 25, 2018 5:54 am
Forum: ESP-IDF
Topic: Wi-Fi station mode: Setting BSSID and/or channel does not accelerate connection
Replies: 9
Views: 13775

Re: Wi-Fi station mode: Setting BSSID and/or channel does not accelerate connection

After updating IDF to 3-1-1 I have problems connecting WIFI devices with Android 6.0.1 when specified wifi_config_t wifi_config.ap.authmode = WIFI_AUTH_WPA_WPA2_PSK (also set the SSID and PASS) At the same time devices with Android 4.0 and IOS connect without problems. if I use WIFI_AUTH_WEP or WIFI...
by brp80000
Sat Nov 24, 2018 8:47 pm
Forum: ESP-IDF
Topic: Crash
Replies: 5
Views: 6491

Re: Crash

I did everything . But something went wrong. I spent 6 hours((.
make menuconfig, make clean, make all, make flashfatfs ....
Too bad there is no instruction to update the IDF. I probably did something wrong. I nachas with that removed the whole branch of the IDF.
by brp80000
Sat Nov 24, 2018 1:49 pm
Forum: ESP-IDF
Topic: Crash
Replies: 5
Views: 6491

Re: Crash

The only thing that helped me was cloning a simple github project and then copying all my files into it. What happened to my project is not clear. Problem solved. 6 hours lost
by brp80000
Sat Nov 24, 2018 11:50 am
Forum: ESP-IDF
Topic: Crash
Replies: 5
Views: 6491

Re: Crash

Factory app partition is not bootable
by brp80000
Sat Nov 24, 2018 11:06 am
Forum: ESP-IDF
Topic: Crash
Replies: 5
Views: 6491

Crash

Project crash after ESP-IDF V3.1.1 apdate
Безымянный.jpg
Безымянный.jpg (421.67 KiB) Viewed 6491 times
What to do?
by brp80000
Fri Nov 23, 2018 6:56 pm
Forum: ESP-IDF
Topic: gpio.h conflict
Replies: 2
Views: 4368

Re: gpio.h conflict

I've been sitting here all day, Eclipse is annoying. Helped "project" > "C/C++ indexes" > rebuild
by brp80000
Thu Nov 22, 2018 9:29 pm
Forum: ESP-IDF
Topic: Latest esp-idf (VFS V2?) cannot be mounted after reboot
Replies: 2
Views: 3494

Re: Latest esp-idf (VFS V2?) cannot be mounted after reboot

Earlier in the debugging process I used hard reset and all fatfs content remained in place. Today I found that after powering down all fatfs content goes missing. Is this some kind of mistake or should it be?
by brp80000
Thu Nov 22, 2018 3:16 pm
Forum: ESP-IDF
Topic: gpio.h conflict
Replies: 2
Views: 4368

Re: gpio.h conflict

inside
1...\esp\esp-idf\components\driver\include\driver\gpio.h
we have
#include "rom/gpio.h" to
2...\esp\esp-idf\components\esp32\include\rom\gpio.h
by brp80000
Thu Nov 22, 2018 3:13 pm
Forum: ESP-IDF
Topic: gpio.h conflict
Replies: 2
Views: 4368

gpio.h conflict

In my program, I get conflict between 1...\esp\esp-idf\components\driver\include\driver\gpio.h 2...\esp\esp-idf\components\esp32\include\rom\gpio.h gpio_set_direction - described in 1 gpio_matrix_in - described in 2 gpio_pad_select_gpio - described in 2 two of the same header with different content ...