Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
logix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
logix
Commits
d111e8ca
Commit
d111e8ca
authored
5 years ago
by
luroc
Browse files
Options
Downloads
Patches
Plain Diff
started blinkisync doku
parent
b4944ad5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
blinkisync.md
+26
-0
26 additions, 0 deletions
blinkisync.md
with
26 additions
and
0 deletions
blinkisync.md
0 → 100644
+
26
−
0
View file @
d111e8ca
### blinkisync
From firmware version 1.8 you will be able to send and receive text via light with your Card10.
You can exchange contacts, exchange secret notes, embed messages into your LED spotlights, ...
#### usage of the app
Choose blinkisync-receive for receiving transmissions and blinkisync-transmit for transmitting text.
#### Protocol:
Text gets decoded to zero padded utf-8 bytes and bits translated to LED on or off with a timing of 150ms.
In front of the data bytes is a special start byte and there is a timing signal after each byte. The end signal is 8 bits of 0.
Start byte:
`00000101`
Timing byte:
`1011`
End byte:
`00000000`
Example:
hello world:
`00000101 1011 01101000 1011 01100101 1011 01101100 1011 01101100 1011 01101111 1011 00100000 1011 01110111 1011 01101111 1011 01110010 1011 01101100 1011 01100100 1011 00000000`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment