Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!227
read state of rockets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
read state of rockets
genofire/rockets-state
into
master
Overview
21
Commits
1
Pipelines
22
Changes
9
Merged
genofire
requested to merge
genofire/rockets-state
into
master
5 years ago
Overview
8
Commits
1
Pipelines
22
Changes
9
Expand
0
0
Merge request reports
Compare
master
version 21
4a022aa1
5 years ago
version 20
491b18ed
5 years ago
version 19
37d04ea8
5 years ago
version 18
f2a1d5a0
5 years ago
version 17
ea04a7f8
5 years ago
version 16
e40b9176
5 years ago
version 15
ce9de4a1
5 years ago
version 14
6032223a
5 years ago
version 13
641c4a25
5 years ago
version 12
372a1f40
5 years ago
version 11
be43b262
5 years ago
version 10
6424ef79
5 years ago
version 9
acfdeebc
5 years ago
version 8
7622a725
5 years ago
version 7
dec64d84
5 years ago
version 6
13678440
5 years ago
version 5
d3337f2e
5 years ago
version 4
71cdce30
5 years ago
version 3
27c25c9f
5 years ago
version 2
4b2f3819
5 years ago
version 1
19b8b924
5 years ago
master (base)
and
latest version
latest version
4893edd6
1 commit,
5 years ago
version 21
4a022aa1
1 commit,
5 years ago
version 20
491b18ed
1 commit,
5 years ago
version 19
37d04ea8
1 commit,
5 years ago
version 18
f2a1d5a0
1 commit,
5 years ago
version 17
ea04a7f8
1 commit,
5 years ago
version 16
e40b9176
4 commits,
5 years ago
version 15
ce9de4a1
4 commits,
5 years ago
version 14
6032223a
4 commits,
5 years ago
version 13
641c4a25
3 commits,
5 years ago
version 12
372a1f40
3 commits,
5 years ago
version 11
be43b262
3 commits,
5 years ago
version 10
6424ef79
3 commits,
5 years ago
version 9
acfdeebc
3 commits,
5 years ago
version 8
7622a725
3 commits,
5 years ago
version 7
dec64d84
2 commits,
5 years ago
version 6
13678440
2 commits,
5 years ago
version 5
d3337f2e
2 commits,
5 years ago
version 4
71cdce30
2 commits,
5 years ago
version 3
27c25c9f
1 commit,
5 years ago
version 2
4b2f3819
1 commit,
5 years ago
version 1
19b8b924
1 commit,
5 years ago
9 files
+
109
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
Documentation/bluetooth/card10.rst
+
6
−
3
Options
@@ -28,7 +28,7 @@ The current draft uses following service specification:
- Rockets characteristic:
UUID: ``42230210-2342-2342-2342-234223422342``
write no response
read and
write no response
- Background LED Bottom Left characteristic:
@@ -104,6 +104,9 @@ Rockets characteristic
The Rockets characteristic makes it possible to address every three rockets.
Just write there three byte array, one for evey rocket.
On read you get the current value of all three rockets.
Range is between 0 and 31 (``0x1f`) if send higher value it will set to max of 31.
Dataformat:
@@ -113,8 +116,8 @@ Dataformat:
Rocket0 Rocket1 Rocket2
======= ======= =======
- Enable only Rocket0: ``0x
f
f0000``
- Enable all rockets with 50% brightness: ``0x
7f7f7
f``
- Enable only Rocket0: ``0x
1
f0000``
- Enable all rockets with 50% brightness: ``0x
0f0f0
f``
Background LED <Position> characteristic
----------------------------------------
Loading