PR

Bluetooth

Android

MIT APP Inventor2でBluetooth LE通信のスマホアプリ作成方法

MIT APP Inventor2(以下inventor2)のBluetooth LEコンポーネントの使い方を中心にまとめておきます。従来のBluetooth規格(クライアント、サーバ)のコンポーネントは昔からありましたが、いつ頃からかBl...
4
Arduino

6軸センサーの姿勢制御をスマホで可視化(Arduino/Genuino101)

Arduino101/Genuino101に内蔵された6軸センサーとBluetoothLE(BluetoothLowEnergy(以下BLE))を両方を同時に使ってみました。6軸センサー(加速度、ジャイロ)の情報をBLE経由でスマホへ送信、...
1
Arduino

Genuino101のBLE無線通信でスマホからLED明るさ制御(Arduino/Genuino101)

今回はスマホからArduino 101 / Genuino 101のBluetooth Low Energy経由(BluetoothLE 以下BLE)でLEDの明るさをコントロールしたいと思います。
0
Arduino

BLE(Bluetooth LE)で文字列通信(Arduino/Genuino101)

Arduino 101 (Genuino 101)のBluetooth LE(Bluetooth Low Energy以下BLE)通信の続きです。今回は、自作Androidアプリからの任意テキスト文字を BLE経由で Arduino 101...
0
Arduino

Arduino101(Genuino101)の内蔵Bluetooth LEを使ってみる(LED点滅)

Arduino 101 (Genuino 101)の内蔵Bluetooth LE(Bluetooth Low Energy以下BLE)を使用して、自作AndroidアプリからLEDを無線制御をしてみたいと思います。
2
Arduino

BluetoothでArduinoとProcessingの無線通信

今回はBluetoothを利用してArduinoとProcessingの無線通信を行いたいと思います。
0
Android

MIT App Inventor2のBluetooth Low Energy(BLE)通信について

Arduino(Genuino)101が日本でも発売されるようになりました。個人的に興味のあった機能でBluetooth通信機能、ジャイロ、加速度センサーが実装されているとのこと。    特にBluetooth通信機能の実装には大変うれしく...
0
Android

Bluetooth 4ch Control スマホアプリ受信テスト(Arduino+PIC+Androidアプリ)

この間作成したスマホアプリ「Bluetooth 4ch Control」の受信側のテストをしてみました。
0
Android

Bluetooth 4ch Control スマホアプリ通信テスト(Arduino+PIC+Androidアプリ)

この間、更新したスマホアプリ「Bluetooth 4ch control」アプリの通信テストを行ってみました。
0
Android

Bluetooth 4chコントローラー Androidアプリを更新

以前作成したAndroidアプリを更新してみました。どんなアプリかというと、Bluetooth通信による汎用コントローラーアプリです。
0