Sphero の環境設定 (Mac OS X 編)
Owner & Collaborators
License
Sphero の環境設定 (Mac OS X 編) by Comozilla is licensed under the Creative Commons - Attribution-NonCommercial license.
Summary
Mac OS X から Node.js を叩いて Bluetooth 使って Sphero を動かします。
Materials
Tools
Blueprints
Making
- PC から Sphero を動かすためのサンプルプログラムを作成します。
- ターミナルを立ち上げ、以下のコマンドを順に実行する。
$ mkdir mySphero
$ cd mySphero
$ npm install sphero$ npm install serialport
- Sphero を二回叩いて待機状態にする。
(Sphero 本体の色が三色に交互に変化すれば良い)
その後、 Mac の Bluetooth をオンにして Sphero と一度ペアリングする。
すると、ターミナルで以下のようにうつと、 Sphero のポート名が返ってくる。
$ ls /dev/tty.Sphero*
- hello.js の 3 行目、<ポート名> となっているところを先ほど確認したものに変更する。
- ターミナルで以下を実行する。
$ node hello.js
References
Usages
Project comments
- As long as you find the answer Connections NYT every day, you are worthy of being a genius.
Comments