-
### Answers checklist.
- [X] I have read the documentation [ESP Zigbee SDK Programming Guide](https://docs.espressif.com/projects/esp-zigbee-sdk) and tried the [debugging tips](https://docs.espress…
-
## Overview
- We need your help to support [XIAO ESP32C6](https://www.seeedstudio.com/Seeed-Studio-XIAO-ESP32C6-p-5884.html) for Zephyr Application and write a complete Wiki page for it.
- reference: …
-
- Generate table of transmission data vs time
- Columns: Read bits, resolution, ODR, bits/second generated, total size after x seconds, etc...
-
[esp32c6.txt](https://github.com/user-attachments/files/16407251/esp32c6.txt)
[stm32f412.txt](https://github.com/user-attachments/files/16407252/stm32f412.txt)
是使用同一个版本的库搞的
为啥不行呢?
-
esp32c6 as slave , mcu run linux kernel 5.10 , using esp-hosted-fg as codebase
-
Hi,
I'm very new with esp32 and esp-idf and I try to learn how to use it.
The, at the first try with your code, I've got the following
```
-- Configuring done
-- Generating done
-- Build f…
-
I must be missing something very simple. But for some reason, the device doesn't seem to boot correctly.
After following the instructions and compiling (with ESPHOME on windows 10) I get a correct …
pflik updated
2 months ago
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
I'm trying to obtain a backtrace for a simple rust program when it panics.
Code:
```rust
fn c() {
panic!("oh no");
}
fn b() {
c();
}
fn a() {
b();
}
fn main() {
…
t-moe updated
5 months ago
-
Hi!
Tried your battery component on my dev board but it just crashes.
Board: SparkFun Thing Plus - ESP32-C6
My config:
```
i2c:
sda: GPIO6
scl: GPIO7
external_components:
- source…