Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cascade-examples
rigado-node-hello-world
Commits
7f72b4f9
Commit
7f72b4f9
authored
Apr 07, 2018
by
Mikhail Vataleu
Browse files
Update README
parent
260eb575
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7f72b4f9
...
...
@@ -24,12 +24,12 @@ This application is using [Nordic-Thingy52-Nodejs](https://github.com/NordicPlay
#### Ubuntu/Debian/Raspbian (locally)
```
sh
```
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
```
## Running locally
```
sh
```
git clone git@git.rigado.com:cascade/deviceops-hello-world.git
cd deviceops-hello-world
git checkout develop
...
...
@@ -42,14 +42,14 @@ This application is using [Nordic-Thingy52-Nodejs](https://github.com/NordicPlay
#### RPI3 Ubuntu Core 16.04 (armhf)
*
Setup
[
development tools
](
https://developer.ubuntu.com/core/get-started/developer-setup
)
(
snap
classic)
```
sh
```
snap install classic --edge --devmode
sudo classic
sudo apt update
sudo apt install snapcraft build-essential git
```
*
Install
[
BlueZ
](
http://www.bluez.org/
)
```
sh
```
snap install bluez
snap connect bluez:bluetooth-control
snap connect bluez:network-control
...
...
@@ -63,13 +63,13 @@ This application is using [Nordic-Thingy52-Nodejs](https://github.com/NordicPlay
#### Rigado VESTA200B Ubuntu Core 16.04 (armhf)
*
Setup edge packages:
```
sh
```
snap install rigado-edge-connect --edge --devmode
snap connect rigado-edge-connect:bluetooth-control
snap connect rigado-edge-connect:physical-memory-control
```
*
Install
[
BlueZ
](
http://www.bluez.org/
)
```
sh
```
snap install bluez
snap connect bluez:bluetooth-control
snap connect bluez:network-control
...
...
@@ -78,7 +78,7 @@ This application is using [Nordic-Thingy52-Nodejs](https://github.com/NordicPlay
*
Copy
`./deviceops-hello-world_0.0.1_armhf.snap`
in to the gateway home directory.
*
Run install command:
`sudo snap install ~/deviceops-hello-world_0.0.1_armhf.snap --dangerous`
*
Connect plugs:
```
sh
```
snap stop --disable deviceops-hello-world
snap connect deviceops-hello-world:network :network
snap connect deviceops-hello-world:bluetooth-control :bluetooth-control
...
...
@@ -92,7 +92,7 @@ This application is using [Nordic-Thingy52-Nodejs](https://github.com/NordicPlay
*
`sudo bluez.hcitool dev`
show empty list of devices.
*
Enable HCI devices:
```
sh
```
sudo bluez.bluetoothctl
power on
```
...
...
@@ -101,7 +101,7 @@ This application is using [Nordic-Thingy52-Nodejs](https://github.com/NordicPlay
*
Switch to
`classic`
mode.
*
Execute following commands:
```
sh
```
sudo update-ca-certificates
sudo service ntp stop
sudo ntpdate -s time.nist.gov
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment