Search found 10 matches

by rglissmann
Sun Jun 12, 2022 8:56 pm
Forum: ESP-IDF
Topic: Setting SPI MOSI normally high?
Replies: 1
Views: 909

Setting SPI MOSI normally high?

I can't find a setting for this.
by rglissmann
Mon Oct 04, 2021 4:00 pm
Forum: ESP-IDF
Topic: Certificate verify failed during esp-idf download
Replies: 1
Views: 1721

Certificate verify failed during esp-idf download

Hi, I'm getting the following error: Downloading ninja-1.10.2-win64.zip to C:\Users\Randy\.espressif\dist\ninja-1.10.2-win64.zip.tmp WARNING: Download failure <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)> I've tried to perform a vir...
by rglissmann
Wed Sep 23, 2020 5:57 pm
Forum: ESP-ADF
Topic: Getting started with generated audio
Replies: 4
Views: 5241

Re: Getting started with generated audio

The MP3 examples of the flash and SD card storage in the player directory work well. If your sounds are less than 3MB, the flash implementation will be less hardware. I use the MAX98357 and it sounds great. It is available on Amazon and ebay. ADF is powerful but Espressif should provide more documen...
by rglissmann
Thu Sep 10, 2020 2:44 pm
Forum: ESP-ADF
Topic: How to specify the SD card interface protocol
Replies: 0
Views: 1835

How to specify the SD card interface protocol

I'd like to use SPI to interface to the SD card. How can I specify SPI, SDMMC one-line, or SDMMC four-lines? I know how to do so in IDF but I don't see where ADF uses the same API.
by rglissmann
Tue Mar 17, 2020 11:20 pm
Forum: IDEs for ESP-IDF
Topic: How to specify include directories
Replies: 1
Views: 6769

How to specify include directories

I'm using Visual Studio and I have some include header files specified in my source. I've been able to modify the c_cpp_properties.json file so the squiggles are gone. The compiler is still complaining that it can't find the included files. I can add more path information in the source but then it c...
by rglissmann
Mon Mar 02, 2020 1:29 am
Forum: ESP-IDF
Topic: Include could not find load file
Replies: 2
Views: 5051

Re: Include could not find load file

Yes, I confirmed again that it's C:\Users\Randy\Desktop\esp-idf . I can build without errors from the IDF command prompt. When I build in Visual Studio, I get this problem.
by rglissmann
Sun Mar 01, 2020 4:04 am
Forum: ESP-IDF
Topic: Include could not find load file
Replies: 2
Views: 5051

Include could not find load file

CMakeLists.txt has the following: include ($ENV{IDF_PATH}/tools/cmake/project.cmake) My IDF_PATH is C:\Users\Randy\Desktop\esp-idf When I try to build, I get "Include could not find load file:" C:\Users\Randy\esp-idf/tools/cmake/project.cmake It's missing Desktop and the slashes are screwed up. What...
by rglissmann
Sat Feb 29, 2020 9:04 pm
Forum: ESP-IDF
Topic: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
Replies: 16
Views: 19259

Re: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1

I reinstalled using Python 3.7 instead of Python27 and everything installed successfully. :D
by rglissmann
Fri Feb 28, 2020 1:51 am
Forum: IDEs for ESP-IDF
Topic: Experience with Visual Studio using Windows Subsystem for Linux (WSL)?
Replies: 2
Views: 7250

Experience with Visual Studio using Windows Subsystem for Linux (WSL)?

Has anyone tried Visual Studio with WSL? I'm having so many problems with getting ESP-IDF examples to compile using Visual Studio after installing a MSYS2 environment. Microsoft is promoting the ESP32 with Azure so has created a setup script https://github.com/Azure-Samples/ESP-Samples/tree/master/i...
by rglissmann
Wed Feb 19, 2020 1:12 am
Forum: IDEs for ESP-IDF
Topic: Windows requires a prebuilt mconf-idf
Replies: 3
Views: 10761

Windows requires a prebuilt mconf-idf

Hi, I've installed the expressif extensions from the Marketplace into Visual Studio and am trying to build one of the examples. I'm getting the following error: Windows requires a prebuilt mconf-idf for your platform on the PATH, or an MSYS2 version of gcc on the PATH to build mconf-idf. How do I co...

Go to advanced search