-
Hi @xreef @satyanvesi @pyjsql ,
Thanks for such wonderful library. I am using esp32-c6 and trying to connect with E32-900t30d-v8.
| E32-900t30d-v8. | ESP32-C6 |
| ------ | ------ |
| M0 | 10 …
-
**Describe the bug**
BTstack 1.6.1 fails to compile on ESP32C6 using ESP-IDF v5.1.4
**To Reproduce**
```
# go to a project that uses BTstack
idf.py set-target esp32c6
idf.py build
```
…
-
### 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…
-
### The problem
Enable ESP32c6 to display chip temp
![20240408124534](https://github.com/esphome/issues/assets/77478989/5ca649af-a46f-499b-891f-2f174173b6a5)
erature correctly, it is currently unab…
-
Got my hands on an ESP32-C6 and want to try rust on it. I am able to run the `esp-idf` examples ([hello_world](https://github.com/espressif/esp-idf/tree/master/examples/get-started/hello_world) and [b…
-
The current timeout() for the i2c bus is calculated using
```
impl From for APBTickType {
fn from(duration: Duration) -> Self {
APBTickType(
((duration.as_nanos() + APB_TI…
-
Hello,
Hello,
I would like to create a SED. In the Matter specification it is indicated that we have to change the value of the field
```SLEEPY_IDLE_INTERVAL``` or ```SLEEPY_ACTIVE_INTERVAL``…
-
The idea:
1. The state of the Seplos BMS is retrieved periodically using RS485.
2. Selected/Required measurements are passed using CAN Bus to a Victron MP
@Meli73 Thanks in advance for your sup…
syssi updated
2 months ago
-
Hello,
I have an ESP32-C6 and flashed it using the following documentation with the “light” example:
- https://docs.espressif.com/projects/esp-matter/en/latest/esp32c6/developing.html#esp-idf-setu…
-
Hello,
I have been able to set up the ESP32 border router with ESP-C6 and I have been able to send messages using the OpenThread commands.
I have used the example here for the border router: …