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

rssi lost when using datagram::recv #453

Open
pelikhan opened this issue Oct 17, 2019 · 1 comment
Open

rssi lost when using datagram::recv #453

pelikhan opened this issue Oct 17, 2019 · 1 comment
Assignees

Comments

@pelikhan
Copy link

Unfortunate that RSSI is not readable when using low level rcv function.

https://github.com/lancaster-university/microbit-dal/blob/master/source/drivers/MicroBitRadioDatagram.cpp#L66

@jamesadevine
Copy link
Contributor

Yeah, I think there should be a low level recv call that returns a pointer to a FrameBuffer... then you can extract the relevant details and handle deletion of the packet struct manually.

I assume you don't want to use the PacketBuffer recv call because you're putting it into a MakeCode Buffer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants