タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

bluetoothとandroidに関するnezukuのブックマーク (2)

  • Android Wii Balance Board Scale (WiiScale)

    I recently published a new application to the Android market. This application is called WiiScale. The application utilizes the Wii Balance Board to sync with a supported Android device, and display the weight to the user, in short, it allows the Wii Balance Board to be used as a scale with your Android device. The purpose of this post is to show how another external Android application can integr

    nezuku
    nezuku 2011/01/18
    バランスWiiボードをAndroidデバイスに接続 インテントで計量指示,結果取得といった連携ができるのはAndroidのいいところ
  • Android + Bluetooth + Arduino | S2

    実際に接続した写真 (ブレッドボードは、通電確認用のLEDを光らせる為に使用しただけ。BTモジュールは上に置いてるだけで、ブレッドボードには刺さっていません。) そして、シリアル通信のテストに利用したArduinoのソースです。 NewSoftSerial(Arduinoライブラリ)を利用しています。 #include <NewSoftSerial.h> unsigned int count=0; NewSoftSerial mySerial(4,3); void setup() { pinMode(13, OUTPUT); // PC側 Serial.begin(9600); Serial.flush(); // Bluetooth側 mySerial.begin(9600); mySerial.flush(); } void loop() { // PC側からのデータ受け取り処理 if

  • 1