TomTurbro
Lieutenant
- Registriert
- Sep. 2009
- Beiträge
- 927
Hallo CBler!
Ich versuche grad meine WiiMote mit Windows zu verbinden und bin schwer überfordert.
Ich brauche hier zu das Bluetooth Kennwort.
Und um dieses raus zu finden steht in der Anleitung folgendes:
Lets assume the Wiimote has the bluetooth address "00:1E:35:3B:7E:6D". If you want the PIN for bluetooth pairing in a simple string, do the following:
char pin[6];
pin[0] = 0x6D;
pin[1] = 0x7E;
pin[2] = 0x3B;
pin[3] = 0x35;
pin[4] = 0x1E;
pin[5] = 0x00;
Now "pin" contains your bluetooth pin that should be used for pairing your devices.
A4:C0:E1:53:90:F5
CC:9E:00: D8:B2:67 - Hier ist ein Abstand vor D8 sonst macht das Forum das hier
Das hier sind meine Adressen - ich habe nur null Ahnung was ich damit nun anstellen soll
Vielen Dank für eure Mühen!
Ich versuche grad meine WiiMote mit Windows zu verbinden und bin schwer überfordert.
Ich brauche hier zu das Bluetooth Kennwort.
Und um dieses raus zu finden steht in der Anleitung folgendes:
Lets assume the Wiimote has the bluetooth address "00:1E:35:3B:7E:6D". If you want the PIN for bluetooth pairing in a simple string, do the following:
char pin[6];
pin[0] = 0x6D;
pin[1] = 0x7E;
pin[2] = 0x3B;
pin[3] = 0x35;
pin[4] = 0x1E;
pin[5] = 0x00;
Now "pin" contains your bluetooth pin that should be used for pairing your devices.
A4:C0:E1:53:90:F5
CC:9E:00: D8:B2:67 - Hier ist ein Abstand vor D8 sonst macht das Forum das hier

Das hier sind meine Adressen - ich habe nur null Ahnung was ich damit nun anstellen soll

Vielen Dank für eure Mühen!