-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francesco Paggin
committed
Nov 17, 2015
1 parent
5d93af9
commit 3c12d03
Showing
7 changed files
with
7 additions
and
80 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
echo "Connecting bluetooth" | ||
echo "Connecting bluetooth ..." | ||
sudo rfcomm release 0 | ||
sudo rfcomm connect 0 98:D3:31:40:04:6B & | ||
echo "Network interface:" | ||
echo "Network interface ..." | ||
ifconfig wlan0 | ||
sleep 15 | ||
echo "Connecting robot" | ||
sleep 10 | ||
echo "Connecting robot ..." | ||
sudo node robot.js |