-
环境:
开发板:ESP32——LyraT
软件版本:ADF 搭配V4.1的IDF
1、打开电脑端的音乐播放器,用电脑来连接ESP32的蓝牙,ESP32可以正常播放出音乐。
2、在电脑端断开ESP32蓝牙,再连接蓝牙后,出现重启,log如下:
W (24801) ESP_AUDIO_CTRL: [media_ctrl_stop]-Already stopped, status …
-
I am using the zephyr sample application from github to understand the zephyr RTOS. I modified the main.c to "Hello world!" on ESP32-C3.
`/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
…
-
Compiling the most recent development version (git edefcf1c830b5ea7cd202a9d27395811a6f5a03b) fails for the debug target.
pio run -e esp8266-debug
```
[...]
Compiling .pio/build/esp8266-debug/l…
-
Hi,
I cloned the latest idf and cloned your repository,
And then run the command ./build.sh
The build is fail with errors:
In file included from /Users/roysabah/esp/esp32-arduino-lib-builder/c…
-
I'm using Windows and also mac. There are huge gabs in the readme on what to do and it seems that it was written for a veteran of ESP32 developers.
Right now I'm having trouble with the following s…
-
PIO Core Call Error: "The current working directory /home/barnix/Documents/PlatformIO/Projects/pr4 will be used for the project.\n\nThe next files/directories have been created in /home/barnix/Documen…
-
### The problem
ESP32-IDF target does not compile with the latest dev branch codebase.
### Which version of ESPHome has the issue?
2022.4.0
### What type of installation are you using?
pip
### W…
-
## Environment
- `espressf/idf` Docker image: tags `v3.3.2` (also had other linking issues), `release-v4.2`, and `latest`.
- Build System: Make with the following environment variables set for the c…
-
Hello,
I know it's possible to run binary compiled with ESP-IDF using this fork of QEMU. And the [Arduino IDE's support for ESP32](https://github.com/espressif/arduino-esp32/tree/master/tools/sdk) is…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.1.0-beta.0-4-g8a1006999 on 2023-03-13; LilyGO T-Display with rp2040
```
### Code/REPL
```python
# Don't get that far - compiling for rp…