タグ

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

タグの絞り込みを解除

androidとbluetoothに関する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() { // PCif
  • 1