Search found 257 matches

by ESP_Roland
Wed Apr 29, 2020 9:24 am
Forum: ESP-IDF
Topic: esp32 idf in vsc, build flash working, can't monitor
Replies: 5
Views: 6857

Re: esp32 idf in vsc, build flash working, can't monitor

Are you checking the value of PATH from inside VSCode terminal? Because I think there it is incorrect.
by ESP_Roland
Wed Apr 29, 2020 6:28 am
Forum: ESP-IDF
Topic: esp32 idf in vsc, build flash working, can't monitor
Replies: 5
Views: 6857

Re: esp32 idf in vsc, build flash working, can't monitor

Hi trustmiao,

please check the content of your PATH environment variable. It seems that it invokes the MSYS python. The path to Python which you installed for Windows CMD must be earlier in PATH then the path pointing to the MSYS binary directory.
by ESP_Roland
Tue Apr 28, 2020 10:45 am
Forum: IDEs for ESP-IDF
Topic: Visual Studio Code install error [VSC-313]
Replies: 10
Views: 19416

Re: Visual Studio Code install error [VSC-313]

Hello Baldhead, An expert for Visual Studio Code will look at your issue. In the meantime, I can help with Python. So your issue is now that you install the requirements but it still complains about that they are not installed? If that is the case then probably there are more Pythons installed in yo...
by ESP_Roland
Tue Apr 28, 2020 10:22 am
Forum: ESP-IDF
Topic: Startup problem with example/blink
Replies: 3
Views: 4921

Re: Startup problem with example/blink

Hello Torsten, How did you download the ZIP? If you clicked on "Clone or download" button than I guess you don't have the submodules downloaded. If you download a ZIP from here https://github.com/espressif/esp-idf/releases then it should contain the submodules as well. If you want the latest master ...
by ESP_Roland
Fri Apr 24, 2020 9:30 am
Forum: ESP-IDF
Topic: Suddenly 'make' command stopped working
Replies: 11
Views: 14175

Re: Suddenly 'make' command stopped working

You are not supposed to use the Windows Python from mingw but install the mingw-w64-i686-python package by pacman. If you haven't updated the package database recently then the package might be called mingw-w64-i686-python2. Here is the script we use to setup the MSYS mingw environment: https://gith...
by ESP_Roland
Thu Apr 23, 2020 10:32 am
Forum: ESP-IDF
Topic: Suddenly 'make' command stopped working
Replies: 11
Views: 14175

Re: Suddenly 'make' command stopped working

i'm stuck in this problem, can anyone help me? thx farid_@DESKTOP-QRFLH6S MINGW32 /c/Users/farid_/Desktop/workspace/HelloWorld $ make menuconfig make: python: No such file or directory make: *** No rule to make target 'check_python_dependencies', needed by 'menuconfig'. Stop. Hi Ahmad Farid, are yo...
by ESP_Roland
Tue Apr 21, 2020 8:56 am
Forum: General Discussion
Topic: Build ULP example provided failed on windows
Replies: 2
Views: 3804

Re: Build ULP example provided failed on windows

I think this is the same issue as https://github.com/espressif/esp-idf/issues/5152. You may hit subscribe there and will be notified when it gets solved.
by ESP_Roland
Tue Apr 21, 2020 8:51 am
Forum: ESP-IDF
Topic: Unity in ESP v4
Replies: 1
Views: 2718

Re: Unity in ESP v4

Hi egoncalves,

this might be a good place to start: https://docs.espressif.com/projects/esp ... tests.html
by ESP_Roland
Tue Apr 21, 2020 5:44 am
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 23674

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

Thanks Segmentation Fault.

In the meantime, I moved the topic to the Arduino sub-forum because I think this will be an Arduino issue.
by ESP_Roland
Mon Apr 20, 2020 7:59 am
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 23674

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

Thanks Segmentation Fault. Yes, any code could help reproduce the issue.

But firstly, if you just could try the given example with pure IDF then we could eliminate the possibility that the board with SD is not working and have the Arduino people look at it.