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

Bidirectional data link between FC and GS #38

Open
MatzElectronics opened this issue Sep 17, 2016 · 2 comments
Open

Bidirectional data link between FC and GS #38

MatzElectronics opened this issue Sep 17, 2016 · 2 comments

Comments

@MatzElectronics
Copy link
Collaborator

Give the user a path to send data from the FC to the groundstation - maybe a typedef that looks like user.fc_to_gs1, user.fc_to_gs2, possibly as bytes, with no expectations on refresh rates.

Also, in the other direction - GS to FC, in the same manner, user.gs_to_fc1, user.gs_to_fc2

This is a request to build the pipes, and possibly a tab on the groundstation, and/or incorporate them into the sensor graph

@JasonDorie
Copy link
Collaborator

For the "to the FC" version, what is the value? Int? Float? What range?
How does the user enter it?

I can add an Int or two from the FC to the GS and display them, but the
other way is kind of specialized.

J

On Saturday, September 17, 2016, Matthew Matz [email protected]
wrote:

Give the user a path to send data from the FC to the groundstation - maybe
a typedef that looks like user.fc_to_gs1, user.fc_to_gs2, possibly as
bytes, with no expectations on refresh rates.

Also, in the other direction - GS to FC, in the same manner,
user.gs_to_fc1, user.gs_to_fc2

This is a request to build the pipes, and possibly a tab on the
groundstation, and/or incorporate them into the sensor graph


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#38, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ANak_uSeuP42gNqrtuOsHHh7d52Q0bQJks5qq63JgaJpZM4J_jPN
.

@MatzElectronics
Copy link
Collaborator Author

It can be two chars (ints). I actually did it by creating a COMMAND, but
only checking chars 1 and 3, and repeating the value on chars 2 and 4.

Matthew Matz | STEM/Robotics Educator
Parallax Inc. | Direct: 916-625-3019 | www.parallax.com | @m
atzElectronics http://twitter.com/MatzElectronics

On Sat, Sep 17, 2016 at 8:30 PM, Jason Dorie [email protected]
wrote:

For the "to the FC" version, what is the value? Int? Float? What range?
How does the user enter it?

I can add an Int or two from the FC to the GS and display them, but the
other way is kind of specialized.

J

On Saturday, September 17, 2016, Matthew Matz [email protected]
wrote:

Give the user a path to send data from the FC to the groundstation -
maybe
a typedef that looks like user.fc_to_gs1, user.fc_to_gs2, possibly as
bytes, with no expectations on refresh rates.

Also, in the other direction - GS to FC, in the same manner,
user.gs_to_fc1, user.gs_to_fc2

This is a request to build the pipes, and possibly a tab on the
groundstation, and/or incorporate them into the sensor graph


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#38, or mute
the
thread
<https://github.com/notifications/unsubscribe-auth/ANak_
uSeuP42gNqrtuOsHHh7d52Q0bQJks5qq63JgaJpZM4J_jPN>
.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#38 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AS0quNUCe_HOescZwURhiKnJvoc9df80ks5qrLA_gaJpZM4J_jPN
.

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

No branches or pull requests

2 participants