-
```
char buf[BUFSIZ];
int create_test_file(const size_t size_bytes, const std::string_view& name) {
const std::filesystem::path test_megabyte { std::filesystem::path(mount_point).ap…
-
Hi,
I am trying to build for ESP32-C6 with this [branch](https://github.com/lboue/matter-esp32-dcmotor/tree/esp32c6):
```
- set(ENV{ESP_MATTER_DEVICE_PATH} $ENV{ESP_MATTER_PATH}/device_hal/dev…
lboue updated
8 months ago
-
### Answers checklist.
- [X] I have read the documentation [ESP Zigbee SDK Programming Guide](https://docs.espressif.com/projects/esp-zigbee-sdk) and the issue is not addressed there.
- [X] I have up…
nomis updated
4 months ago
-
On my ESP32-WROOM the LittleFS Filesystem Uploader completes and I can see in it's output that it see's the 2 files in /data but when I use listDir(LittleFS, "/", 1); the files are missing. Also readF…
-
## Environment
- Audio development kit: [ESP32-LyraT]
- Audio kit version (for ESP32-LyraT): [v4.3]
- [Required] Module or chip used: [ESP32-WROVER-E]
- [Required] IDF version
// v5…
-
#### Platform
- Hardware: ESP8266 generic / own PCB
- Core Version: Release 3.1.2
- Development Env: Platformio, but it doesn't matter
- Operating System: Windows / Linux (I have automati…
-
`********************************************************************************
If you like PlatformIO, please:
- star it on GitHub > https://github.com/platformio/platformio-core
- follow us on …
-
### Operating System
Ubuntu 22.04
### Esptool Version
v4.7.0 (from master)
### Python Version
3.10.12
### Chip Description
ESP32-C6
### Device Description
ESP32-C6-DevKit-C
### Hardware Conf…
-
The interrupt for AT character detection doesn't ever seem to fire for me.
UART setup:
```
let config = UartConfig {
baudrate: 115200,
data_bits: DataBits::DataBits8,
p…
-
ENV:
Arduino: 2.3.2
Arduino-ESP32: 3.0.0-alpha
OS: macOS 11.7
Board: ESP32-C6-N4
These are a series of excellent examples.
But, When I compiled the Zigbee_Light_Switch, an error occurred:
`…