Search found 611 matches

by mikemoy
Mon Apr 09, 2018 5:01 am
Forum: General Discussion
Topic: ESP-IDF, MSYS2, and VSC Video Posted
Replies: 7
Views: 9176

ESP-IDF, MSYS2, and VSC Video Posted

I posted a video how to get Microsoft Visual Studio working with ESP-IDF. Of all the other ways I have tried this, this one is by far the best (IMHO). First, lets give thanks... @WiFive shared this link with me: https://github.com/VirgiliaBeatrice/esp32-devenv-vscode/blob/master/tutorial.md So credi...
by mikemoy
Mon Apr 09, 2018 2:07 am
Forum: General Discussion
Topic: ESP-IDF, MSYS2, and Visual Studio Code
Replies: 4
Views: 9554

Re: ESP-IDF, MSYS2, and Visual Studio Code

That's insane... I must try that. I understand this would be pure non arduino IDF ESP framework with C/C++ code - right?
Yes! Its awesome, I am shocked that this is not part of their docs.
by mikemoy
Sun Apr 08, 2018 5:14 am
Forum: General Discussion
Topic: ESP-IDF, MSYS2, and Visual Studio Code
Replies: 4
Views: 9554

Re: ESP-IDF, MSYS2, and Visual Studio Code

@WiFive, Thank you so much for that!!! It worked like a charm. For anyone else, this tip will help speed up the make process. In the tasks.json file, go to the "build app" section, and change it to this. "label": "build app", "group": "build", "command": "make", "type": "shell", "args": [ "-j8", "ap...
by mikemoy
Sun Apr 08, 2018 3:09 am
Forum: General Discussion
Topic: ESP-IDF, MSYS2, and Visual Studio Code
Replies: 4
Views: 9554

ESP-IDF, MSYS2, and Visual Studio Code

I've been using platform.io plugin for MVSC for all my ESP-IDF projects and it has worked well. However I now need to be on the latest release, so i switched to using the MSYS2 environment here: https://espressif-docs.readthedocs-hosted.com/projects/esp-idf/en/latest/get-started/windows-setup.html I...
by mikemoy
Sat Apr 07, 2018 6:09 pm
Forum: General Discussion
Topic: Does GPIO17 use as a EMAC_Clock?
Replies: 1
Views: 4063

Re: Does GPIO17 use as a EMAC_Clock?

I just tried this for you. It does work using GPIO17 as the EMAC_CLOCK. Though it seems to take a few more seconds to get the DHCP, and a bit longer to serve a web site. Something just feels a bit hankey using GPIO17 vs GPIO0, if you know what I mean. I am attributing this to the long lead wires I a...
by mikemoy
Fri Apr 06, 2018 5:30 pm
Forum: General Discussion
Topic: ESP32 Get started install ESP-IDF on Windows
Replies: 5
Views: 9100

Re: ESP32 Get started install ESP-IDF

I was just getting ready to post this same problem when I saw this post last minute. I am having the same issue. Mike@DESKTOP-QPDOB55 MINGW32 ~/esp $ git clone --recursive https://github.com/espressif/esp-idf.git Cloning into 'esp-idf'... 1 [main] git-remote-https 2572 child_info_fork::abort: C:\msy...
by mikemoy
Tue Apr 03, 2018 8:28 pm
Forum: General Discussion
Topic: ESP-IDF Compiling on Win10 with a twist
Replies: 4
Views: 6943

Re: ESP-IDF Compiling on Win10 with a twist

Neil,

I sure feel like a idiot now! I read that thread a few weeks ago, and forgot all about it!
Just goes to show how awesome of speaker you are. Took me that huge post, where you did it in a couple paragraphs. ;)
by mikemoy
Tue Apr 03, 2018 8:10 pm
Forum: General Discussion
Topic: ESP-IDF Compiling on Win10 with a twist
Replies: 4
Views: 6943

ESP-IDF Compiling on Win10 with a twist

!!! Warning, Long in the tooth description, Warning !!! For those of use not willing to let go of our Win10 boxes, and go full Linux I think I have found an alternate method to compile on a PC. So far, I know of 3 such methods, #1) Install a cross compiler on your PC, and other changes. #2) Install ...
by mikemoy
Mon Apr 02, 2018 9:25 pm
Forum: ESP32 Arduino
Topic: Menuconfig options for ESP32 Arduino
Replies: 3
Views: 17972

Re: Menuconfig options for ESP32 Arduino

@kolban When creating a project in Arduino there is no sdkconfig.h in the project folder like there is when you create one for IDF. It's unclear to me if i were say to copy the default "sdkconfig.h" over to my project directory, how to tell my project to use this one over the default in the Arduino ...
by mikemoy
Mon Apr 02, 2018 7:01 pm
Forum: ESP32 Arduino
Topic: Menuconfig options for ESP32 Arduino
Replies: 3
Views: 17972

Menuconfig options for ESP32 Arduino

I have posted this @ platformIO, but that forum is no where near as responsive as people here. So I'd thought I'd give it a shot here as well. Concerning make menuconfig. For ESP32 IDF i know how to do this, but with PlatformIO and using Arduino, how do we make changes in menuconfig. For instance, h...