-
I'm using @sicrisembay implementation of the CO_CANsend function for the ESP32 and have found an issue where the code fails (FREERtos tx task enters infinite loop).
The question in this repo howe…
-
I am developing a BLE application in a multi-link setup. I have observed that a few HCI ACL packets are occasionally missed.
I accumulate: (a) the number of completed counts in "HCI Event: Number o…
-
I'm working on a library (my first serious embedded project) which needs to write to a PIO FIFO continuously. I'm trying to do this with DMA, using an interrupt to re-enqueue the buffers whenever a wr…
-
Using i2s_stream.h in a custom cpp file leads to errors:
> i2s_stream.h:233:1: error: designator order for field 'i2s_stream_cfg_t::expand_src_bits' does not match declaration order in 'i2s_stream…
-
hi, I would like to use the code with an esp8266 and the Arduino ide.
I tried to include the instructions from issue ESP32 Support #59.
I get the following error when compiling:
`146 | #error "Siz…
-
This is an issue as followup to discussion #57, so it's not forgotten.
I have a program that works using esp-mbedtls (async)
I upgraded to the latest commit, it required adding SHA parameter to t…
-
Hello,
I'm sending (only need TX from ef_vi) really small packets using `ef_vi` (say 100 bytes). From the examples and docs it's not really clear whether I must allocate 2KB packet buffers for them…
-
Using [this](https://github.com/espressif/esp-matter/tree/main/examples/bridge_apps/bridge_cli) example (built with Matter v1.3), we tried to achieve 100 endpoints to the C3 target, but failed at 27th…
-
**Describe the bug**
I'm using Zephyr (NCS) on a custom nRF52833 board, and am using the USB CDC ACM driver in the USBD_NEXT stack. I have my own binary packet protocol going over the virtual …
-
### 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…