올해는 머신러닝이다.
안드로이드 블루투스 정보모음 본문
13.안드로이드 블루투스 BlueTooth
http://junho85.springnote.com/pages/6481569
목차
안드로이드 블루투스 BlueTooth#
블루투스#
http://developer.android.com/reference/android/bluetooth/package-descr.html
http://developer.android.com/reference/android/bluetooth/package-summary.html
Bluetooth
http://developer.android.com/guide/topics/wireless/bluetooth.html
이 문서를 열심히 공부해야 겠다!!!
http://gtko.springnote.com/pages/5396297
한글 번역 되어 있음
Manifest 에서 두가지 퍼미션을 허용해준다.
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
안드로이드 블루투스로 할 수 있는 일?
RFCOMM?
이걸로 데이터 스트림을 주고 받는 듯 하다.
SDK에 BluetoothChat 이라는 예제가 있다. 확인해 보자.
http://developer.android.com/resources/samples/BluetoothChat/index.html
10 안드로이드 하드웨어
http://gtko.springnote.com/pages/5396297
상당히 잘 정리 되어 있다.
G1(ADP1)에서 블루투스 사용하기 - 1, 2, 3
http://android.sirini.net/grblog/?p=2
http://android.sirini.net/grblog/?p=4
http://android.sirini.net/grblog/?p=5
예전 버전 G1에서 블루투스를 어떻게 구현해 보려고 애써 본 흔적인듯. 지금은 별 의미 없을 듯.
그나저나 내 G1은 블루투스가 잘 될까? CyanogenMod로 2.2 까지 업했고 2.2SDK 예제에 블루투스 관련 예제가 있는데 함께 테스트 해볼 기기가 없어 아직 못해봄.
다중 연결#
Android Bluetooth API connect to multiple devices at the same time
I wrote a test app about a week ago that connected to two separate serial devices simultaneously. It commanded both of them independently and the performance was awesome.
답변은 이게 끝. 되기는 되는가 보다.
TODO : 서버 하나 만들고 두대가 접속하기를 기다렸다가 두대가 접속하면 메시지 날려 주는 프로그램 하나 만들어 보자
안드로이드 블루투스 게임#
에어하키
galcon
[기타] 갤럭시S 블루투스 게임 컨트롤러 Zeemote
http://www.applclub.com/bbs/board.php?bo_table=B&wr_id=174210
UUID - Universally unique identifier#
범용 고유 번호 128비트 숫자들의 조합
Universally unique identifier
http://en.wikipedia.org/wiki/UUID
[블루투스]UUID (Universally Unique Identifiers)
http://www.cyworld.com/tizbeam/3986964
UUID (Universally Unique Identifiers)
http://zene.egloos.com/4973651
참고#
[android] 안드로이드 블루투스 데이터 통신 - bluetooth Socket communication
http://blog.naver.com/oh4zzang/40112145084
[android] 안드로이드 블루투스 연결 - bluetooth connectt (내용 추가)
http://blog.naver.com/oh4zzang/40111958220
[android] 안드로이드 Bluetooth UUID
'Android > Tip&Tech' 카테고리의 다른 글
커스텀 레이아웃과 R.sttyleable (0) | 2011.11.09 |
---|---|
Android tip###### (0) | 2011.11.09 |
[Android] 갤럭시탭을 위해 레이아웃 맞추기 (0) | 2011.10.31 |
무선으로 ADB 연결하기(2.2부터) (0) | 2011.10.31 |
[펌]안드로이드 tipssoft.com 강좌 링크 (0) | 2011.10.24 |