Search found 9 matches
- Sat Feb 20, 2021 2:09 am
- Forum: ESP-ADF
- Topic: fatal error: board.h: No such file or directory
- Replies: 3
- Views: 8669
fatal error: board.h: No such file or directory
I have my own "board.h" in my project. kind a like 'project/test/components/my_board/board.h' it's a customed esp32 board. The only problem is, when I try build my project, there is an error like this. compilation terminated. [7/131] Building C object esp-idf/audio_hal/CMakeFiles/__idf_audio_hal.dir...
- Mon Feb 15, 2021 3:37 am
- Forum: ESP-IDF
- Topic: https down error
- Replies: 1
- Views: 2070
https down error
I just download file via WIFI from server. and then saved it micro sd card. (Use https request example.) The problem is, the file saved with some sever information(or server response.) as like this LL.png How solve this problem? I use this two fucntion from https request example. esp_tls_conn_write(...
- Sat Feb 13, 2021 12:14 pm
- Forum: ESP-IDF
- Topic: sdcard read with ESP32-LyraT-Mini V1.2
- Replies: 1
- Views: 2792
sdcard read with ESP32-LyraT-Mini V1.2
https://docs.espressif.com/projects/esp-adf/en/latest/_images/esp32-lyrat-mini-v1.2-layout.png Recently I got ESP32-LyraT-Mini V1.2 board. Today try to read & write sdcard. But it doesn't work. I referred this code. https://github.com/espressif/esp-idf/blob/master/examples/storage/sd_card/main/sd_c...
- Tue Feb 09, 2021 3:21 am
- Forum: ESP-IDF
- Topic: How to download bin file from https server and then store sdcard
- Replies: 2
- Views: 4015
Re: How to download bin file from https server and then store sdcard
Hi,
but it looks like a file server example.
I already have my own file server.
I just want to download file via WiFi using esp32 and store file to sdcard.
Which example what should I see?
but it looks like a file server example.
I already have my own file server.
I just want to download file via WiFi using esp32 and store file to sdcard.
Which example what should I see?
- Mon Feb 08, 2021 8:40 am
- Forum: ESP-IDF
- Topic: How to download bin file from https server and then store sdcard
- Replies: 2
- Views: 4015
How to download bin file from https server and then store sdcard
Hi,
What I want to do is download bin file from https server via wifi
ex) https://www.esp32.com/upload/test.bin
and then store to sdcard.
I just make connect wifi & init sdcard code but don't know how to
connect sever and get bin file.
plz help me. thank you.
What I want to do is download bin file from https server via wifi
ex) https://www.esp32.com/upload/test.bin
and then store to sdcard.
I just make connect wifi & init sdcard code but don't know how to
connect sever and get bin file.
plz help me. thank you.
- Mon Jan 04, 2021 8:18 am
- Forum: ESP-ADF
- Topic: A build error occurred by ADF v2.2 with IDF v4.2 system.
- Replies: 2
- Views: 8558
A build error occurred by ADF v2.2 with IDF v4.2 system.
I downloaded ADF 2.2 version. And set IDF 4.2 version where in [esp-adf/esp-idf] folder. The IDF HelloWorld example works well. However, an error occurred when I build an ADF example(play_mp3). Looking for a solution. Please help me. The error message like this. C:\msys32\home\Firmware\new-adf\examp...
- Tue Dec 29, 2020 1:56 am
- Forum: ESP-IDF
- Topic: No such file or directory error
- Replies: 1
- Views: 4651
No such file or directory error
I'm trying to build the project that download by git. It works well in MYSYS2(mingw32.exe) but trying to build it by ESP-IDF Command Prompt (cmd.exe) it fails to build. Attach below my error message. The strange thing is that all the .h files are well contained in the folder but they don't work. How...
- Mon Sep 07, 2020 8:09 am
- Forum: ESP-ADF
- Topic: How do I switch from IDF 3.3 to 4.1?(In ADF embedded folder)
- Replies: 1
- Views: 4360
How do I switch from IDF 3.3 to 4.1?(In ADF embedded folder)
Hello,
How switch to IDF 4.1 in ADF 2.1 ?
According to https://github.com/espressif/esp-adf/releases/tag/v2.0 ESP-ADF 2.0 has been released with support for ESP-IDF 4.0 and 4.1
(Added support for more IDF versions (v3.3.1, v4.0 and v4.1))
But It doesn't show how to do it.
How switch to IDF 4.1 in ADF 2.1 ?
According to https://github.com/espressif/esp-adf/releases/tag/v2.0 ESP-ADF 2.0 has been released with support for ESP-IDF 4.0 and 4.1
(Added support for more IDF versions (v3.3.1, v4.0 and v4.1))
But It doesn't show how to do it.
- Thu Jun 25, 2020 8:45 am
- Forum: General Discussion
- Topic: unknown type name ERROR
- Replies: 1
- Views: 5100
unknown type name ERROR
Delete the previous post and rewrite it in detail. I already complete build example project and now try to build other peoples project. but when I type 'make all' there is an ERROR as you see below. What is the problem and how do I solve it? [Codebox] Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa...