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

Add support for tunneling short data packet from CRTP to the LPS #197

Closed
ataffanel opened this issue Feb 8, 2017 · 0 comments
Closed

Add support for tunneling short data packet from CRTP to the LPS #197

ataffanel opened this issue Feb 8, 2017 · 0 comments
Assignees
Milestone

Comments

@ataffanel
Copy link
Member

In order to configure the loco positioning system we need to be able to communicate with the anchors on the UWB network.

The first step is to implement a bridge that allows to send short packet (<28bytes) to the UWB network. At first bridge is unidirectional CRTP->UWB. The first use case is to setup anchor position in the anchors.

The packet is part of the Localization port generic packet implemented by #196. The first by indicates the ID of the anchor to send the packet to (0xff for multicast). The rest is the data packet.

The packet is sent with a first byte indicating it is a short packet to the UWB LPS system as soon as possible by the Crazyflie.

There is no downlink implemented as part of this ticket.

@ataffanel ataffanel self-assigned this Feb 8, 2017
krichardsson added a commit that referenced this issue Feb 16, 2017
…initialized

This prevents a crash if no Loco deck is installed and a user tries to send data from the client to an anchor.
@ataffanel ataffanel added this to the Next version milestone Apr 20, 2017
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

1 participant