-
-
Notifications
You must be signed in to change notification settings - Fork 104
feat: Add support for Syncbot #694
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10711,4 +10711,59 @@ protocols: | |
| - S6 | ||
| services: | ||
| 0000ffb0-0000-1000-8000-00805f9b34fb: | ||
| tx: 0000ffb2-0000-1000-8000-00805f9b34fb | ||
| tx: 0000ffb2-0000-1000-8000-00805f9b34fb | ||
| syncbot: | ||
| defaults: | ||
| name: Syncbot | ||
| features: | ||
| - feature-type: Rotate | ||
| actuator: | ||
| step-range: | ||
| - 0 | ||
| - 127 | ||
| messages: | ||
| - RotateCmd | ||
| - feature-type: Oscillate | ||
| actuator: | ||
| step-range: | ||
| - 0 | ||
| - 88 | ||
| messages: | ||
| - ScalarCmd | ||
| - feature-type: Position | ||
| actuator: | ||
| step-range: | ||
| - 0 | ||
| - 255 | ||
| messages: | ||
| - LinearCmd | ||
| communication: | ||
| - btle: | ||
| names: | ||
| - V | ||
| manufacturer-data: | ||
| - company: 27808 | ||
| data: | ||
| - 101 | ||
| - 198 | ||
| - 74 | ||
| - 128 | ||
| - 118 | ||
| - 49 | ||
| - 46 | ||
| - 52 | ||
| - 0 | ||
| - 128 | ||
| - 112 | ||
| - 96 | ||
| - 80 | ||
| - 64 | ||
| - 48 | ||
| - 32 | ||
| - 16 | ||
| - 0 | ||
| - 0 | ||
| - 0 | ||
| services: | ||
| 0000ffe0-0000-1000-8000-00805f9b34fb: | ||
| tx: 0000ffe1-0000-1000-8000-00805f9b34fb | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't suppose you did any work to understand the touch slider readings?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right. Syncbot also has Rx channel and can read battery level and slider, but this PR focuses on the core functionality. (This is just FYI question, right?)
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pretty much. Ideally I'd ask for the protocol to be documented (both directions) in an issue on https://github.com/buttplugio/docs.buttplug.io just so we at least have the notes recorded so it'll be quicker to add sensor support later
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good. I have summarized the findings from my analysis in an issue. |
||
Uh oh!
There was an error while loading. Please reload this page.