Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support full size of RX_BUFFER/TX_BUFFER #26

Open
hannobraun opened this issue Sep 13, 2018 · 0 comments
Open

Support full size of RX_BUFFER/TX_BUFFER #26

hannobraun opened this issue Sep 13, 2018 · 0 comments
Labels
component: dw1000 Issue concerns the DW1000 driver help wanted Extra attention is needed type: enhancement New feature or request

Comments

@hannobraun
Copy link
Contributor

RX_BUFFER and TX_BUFFER both have a length of 1024 octets, but only 127 of those are supported in the code right now. To support the full size of the register, we'd need one of the following capabilities:

127 happens to the maximum length of UWB frames according to the IEEE 802.15.4 standard, but the DW1000 support longer, non-standard frame lengths. Therefore it would be nice to support the full sizes of RX_BUFFER and TX_BUFFER.

@hannobraun hannobraun added the type: enhancement New feature or request label Sep 13, 2018
@hannobraun hannobraun added the help wanted Extra attention is needed label Feb 11, 2019
@hannobraun hannobraun added the component: dw1000 Issue concerns the DW1000 driver label Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: dw1000 Issue concerns the DW1000 driver help wanted Extra attention is needed type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant