Is Puckjs support DLE( Data Length Extension)? #2113
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-03-27 by @gfwilliams It doesn't support it at the moment. You could probably compile your own binary with it in if you wanted. It might be added in the future, but even Nordic's example is tagged as 'experimental' right now. I imagine that both the central and peripheral would have to support DLE to get the extra throughput, so this might only be useful for one Puck talking to another until support is more widespread? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2017-03-26 by abue
I found that the nrf58232 is support DLE and wondering is PuckJs able to send more than 20bytes to central(ios) or not.
Here is some reference:
https://devzone.nordicsemi.com/question/82470/mtu-size-at-23-bytes/
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.2.0%2Fble_sdk_app_att_mtu.html&cp=4_0_1_4_2_1_0
Any comment will be appriciate :)
Beta Was this translation helpful? Give feedback.
All reactions