-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from SEPIA-Framework/dev
SEPIA-Home v2.3.0 release merge
- Loading branch information
Showing
7 changed files
with
14,424 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/sh | ||
|
||
# SETUP VM FOR ELASTICSEARCH | ||
sudo sysctl -w vm.max_map_count=262144 | ||
|
||
# START | ||
cd ~/SEPIA | ||
./run-sepia.sh | ||
|
||
# ADD PROXY | ||
./run-reverse-proxy.sh | ||
|
||
# KEEP DOCKER ALIVE (alternatively run proxy or websocket server in foreground) | ||
trap : TERM INT; sleep infinity & wait |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SEPIA micro:bit Code and Tools | ||
|
||
## Microbit Bluetooth LE Beacon Remote | ||
|
||
The BLE remote is a program for the BBC micro:bit to broadcast Eddystone Beacon data on the push of a (or two) buttons. | ||
This can be used to remotely control a SEPIA client using certain Eddystone URLs to carry the control info. | ||
|
||
A short demo video can be found on Twitter: [click me](https://twitter.com/sepia_fw/status/1111263680640008192). | ||
|
||
### Installation | ||
|
||
* Open the web-based microbit editor: https://makecode.microbit.org/#editor | ||
* Drag and drop the `microbit-BLE-Beacon-remote.hex` file into the editor menu to load the program | ||
* Connect your microbit to deploy the code | ||
|
||
|
||
|
Oops, something went wrong.