-
I found all of the parts on Ebay, Amazon, and Radioshack. The first problem was formatting the SD card. I had to drop the definitions in the libraries for Arduino. Once I did that, the SDFormatter fil…
-
As a title say. What can be done and what would you need?
Nice project you got going. Sorry if I did not read everything and possibly asking this question the wrong way.
Thanks,
-
This is a feature request for adding support to the sysconfig charm to do tuning of the Tx/Rx buffer size settings on Mellanox ConnectX devices.
Tx/Rx buffers are memory spaces allocated by a network…
-
### The problem
Hello to you,
I just posted this on Zigpy... I think it was a bit inappropriate there. That's why I've made up for it here. https://github.com/zigpy/zigpy/issues/1506
I've had…
-
Hi there, I tried to build targets for linux, mac and windows.
for linux and mac is good when building with:
```
$ zig build -Dtarget=x86_64-macos --verbose
/home/igor/playground/zig/zig-linux…
-
### Related area
UART
### Hardware specification
UART
### Is your feature request related to a problem?
Yes. I have a problem. I don't know when the TX buffer is empty when i put data in it.
I d…
-
I have a UART service instance defined as follows:
uart = new MicroBitUARTService(*uBit.ble, 61, 61);
That should allow three "chunks" of a long message, each 20 bytes (MTU - 3) plus a single end o…
ghost updated
8 years ago
-
The uart-dma example does not show how to send data with different length using dma.
Is this not supported by this crate or is it even a hardware limitation?
example:
```rust
[...]
let da…
-
Hi,
Had a couple hours to get deeper to the serial sending reliability issues.
Seems like conn->txbuffer was reallocated each time when some bytes arrives from UART.
ESP8266 is not very happy from …
-
**Describe the bug**
I have noticed a few times that messages could disappear in very specific conditions. I accidentally discovered how to reproduce the issue in my pipelines. I apologize for the le…