-
@Aisha-KM @RHamalainen
Some questions based on the current implementation
## ~~Writing on RX~~ (SOLVED)
~~Does it ever make sense to write on the RX line? I.e., is this method redundant?~~
…
hegza updated
3 weeks ago
-
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…
-
I like to connect to my sBitx from the office, through extremely good Internet connections, 10Gb/s with quite low latency. I noted that the audio is choppy, and the RX is basically unusable in any ana…
-
When I am trying to do OTA firmware updates, I always end up with this error
```
[2024-11-21 17:20:23] error: zh:ember:uart:ash: Received ERROR from adapter, with code=ERROR_EXCEEDED_MAXIMUM_ACK_TI…
-
### 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…
-
### Describe the bug
When sending SHM buffers across machines, we check the SHM buffer availability on the receiver side with [this function](https://github.com/eclipse-zenoh/zenoh-c/blob/153ad8dc5…
-
### 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…
-
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…
-
```bash
#include
#include
#include
#include
#include
/* PWM-related parameter definitions */
#define PWM_PERIOD_NS 1000000 /* 1ms = 1kHz */
#define DUTY_CYCLE_20 200000 /…
-
in `machine_i2s.c` I can see that DMA is used which is great!
I am trying to figure out wether DMA is enabled by default (Which seems like it)
Are there any other functions I would need to call…