The Fitbit Community is a gathering place for real people who wish to exchange ideas, solutions, tips, techniques, and insight about the Fitbit products and services they love. By joining our Community, you agree to uphold these guidelines, so please take a moment to look them over.
could you help me with the client and server code (on pc), the watch has to transmit the gyro information to the phone and then send it to the tcp server, does anyone have any ideas for the code
I think you'll want to use WebSockets for gyro data (unless you only want it infrequently). A significant difficulty will be getting your pc to act as an https server so it can receive wss data.