parallaxinc / Flight-Controller

Quadcopter Flight Controller
Other
24 stars 20 forks source link

Bidirectional data link between FC and GS #38

Open MatzElectronics opened 7 years ago

MatzElectronics commented 7 years ago

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 commented 7 years ago

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 notifications@github.com 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 https://github.com/parallaxinc/Flight-Controller/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/ANak_uSeuP42gNqrtuOsHHh7d52Q0bQJks5qq63JgaJpZM4J_jPN .

MatzElectronics commented 7 years ago

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 notifications@github.com 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 notifications@github.com 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 https://github.com/parallaxinc/Flight-Controller/issues/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 https://github.com/parallaxinc/Flight-Controller/issues/38#issuecomment-247822834, or mute the thread https://github.com/notifications/unsubscribe-auth/AS0quNUCe_HOescZwURhiKnJvoc9df80ks5qrLA_gaJpZM4J_jPN .