1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

archlinuxでbluetooth(blueman)を使ってev3devに接続する

Posted at

NKT...
ev3devをarch環境でやわめのbluetooth接続してみました
pcでNAPを立てている感じになります
やったことは以下です

0. bluetoothモジュールを有効化する

基本的にarchでは、btusb kernel moduleが自動でロードされて、モジュールが認識されるようになっているようなんです(実はとてもすごい)が、時に 自動ロードされないときがあるみたいなのでチェックしておきましょう。
linux界隈だと当たり前のことだそうで。。。

1. インストール

(多分)要求パッケージ:
bluez bluez-utils blueman net-tools dnsmasq
もちろんNetworkManager
前者3つで大丈夫かと思いきや、エラーで進めなかったのでgit issueに投げたら早くに返事をいただきました。gitって素晴らしい

$ pacman -S (上記のパッケージ)
ですよう
一応インストール後は$ reboot

2.あとはかんたん

http://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-bluetooth/ 
(だいたいこちらの公式と同じ)
$ blueman-servicesとするかホームパネル(?)に現れたbluetoothアイコン右クリックでlocal services...の欄を介してもlocal serviceのウィンドウを開くことができますよ。。。

以上

NKT...

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?