Search found 10 matches
- Sun Jun 12, 2022 8:56 pm
- Forum: ESP-IDF
- Topic: Setting SPI MOSI normally high?
- Replies: 1
- Views: 1212
Setting SPI MOSI normally high?
I can't find a setting for this.
- Mon Oct 04, 2021 4:00 pm
- Forum: ESP-IDF
- Topic: Certificate verify failed during esp-idf download
- Replies: 1
- Views: 2048
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...
- Wed Sep 23, 2020 5:57 pm
- Forum: ESP-ADF
- Topic: Getting started with generated audio
- Replies: 4
- Views: 6031
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...
- Thu Sep 10, 2020 2:44 pm
- Forum: ESP-ADF
- Topic: How to specify the SD card interface protocol
- Replies: 0
- Views: 2062
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.
- Tue Mar 17, 2020 11:20 pm
- Forum: IDEs for ESP-IDF
- Topic: How to specify include directories
- Replies: 1
- Views: 7348
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...
- Mon Mar 02, 2020 1:29 am
- Forum: ESP-IDF
- Topic: Include could not find load file
- Replies: 2
- Views: 5516
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.
- Sun Mar 01, 2020 4:04 am
- Forum: ESP-IDF
- Topic: Include could not find load file
- Replies: 2
- Views: 5516
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...
- 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: 21868
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.
- 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: 7960
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...
- Wed Feb 19, 2020 1:12 am
- Forum: IDEs for ESP-IDF
- Topic: Windows requires a prebuilt mconf-idf
- Replies: 3
- Views: 11488
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...