-
Maybe a question for @ivmarkov - so in the below commit, if the IDF version is "new", then the gcc used is just xtensa-esp-elf - that gcc has __XCHAL_HAVE_BE set to 1 .. So if I am compiling for esp3…
-
I have been trying to implement such feature but without any luck. I have asked for help in ESP32 general discussion forums but no one was able to confirm whether this is possible or not.
I have st…
-
### 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…
-
This is a follow up for https://github.com/h2zero/NimBLE-Arduino/issues/642 ticket.
**Branch**: https://github.com/h2zero/NimBLE-Arduino/tree/esp32-c6-test
most recent **Arduino Core** [3.0.0-alph…
-
### The issue
```
file: "main.c"
expression: rotary_encoder_init(event_queue)
abort() was called at PC 0x402116bf on core 0
```
I just run the example. nothing else. and it panics already.
##…
omani updated
9 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…
-
### The issue
the hx711 component is using `int32_t` for all readings from the scale.
how can I use floating points when dealing with calibration where I have to set a calibration factor to calibr…
omani updated
9 months ago
-
### The issue
SHT4x often gives "i2cdev: Could not read from device [0x44 at 0]" error on measurement. ESP32C3
Corrected this way:
```Diff
--- sht4x.c.old 2024-02-02 10:34:14.680822283 +0400
++…
-
### 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…
-
hello,
I am trying to do basic "hello world" with embassy on esp32c6, but i got error "could not find `executor` in `embassy`"
my cargo.toml :
```
[package]
name = "c6-hello"
version = "0.…