1. 안드로이드 디벨로퍼 저전력 블루투스
https://developer.android.com/guide/topics/connectivity/bluetooth-le?hl=ko#java
==> 오래되서 도움 안됨 deprecate 된것도 있고 노쓸모
2. 뭐라그러더라 개발문서? 새벽이라 까먹음 여튼 안드로이드 Docs
https://developer.android.com/reference/android/bluetooth/BluetoothGatt?hl=ko
==> 위에것보다 나음. 메소드들 역할 알수있어서 이게 나음
3. 블루투스 연결 예제 샘플
==> 저전력 아니고 클래식임
4. 코틀린.. 그리고 nRF Connect 앱
==> 스캔하면 나오는 여러 UUID 중에 어떤거를 써야할지 방향성을 알려줌 nRF 커넥트 앱.. ㄳㄳ 최고 도움된 글
5. 블루투스 BLE 연결 샘플
==> 6years ago.. 옙.. 그래도 도움되었다
6. UUID 뜻을 알게된..
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=geniusus&logNo=221761337501
==> UUID 목록들 참고참고
7. 아두이노와 연결하는 코드
https://remnant24c.tistory.com/297
==> 자바로 쓰여있고 최근 글이라 참고 많이 됨
8. BLE의 작동 방식
==> 어떻게 작동하느냐에 대해 알수있음
9. UUID 목록
https://www.bluetooth.com/specifications/assigned-numbers/
==> UUID 목록 있음..
10. ble와 gatt의 이해
https://enidanny.github.io/ble/ble-att-gatt/
==>많이 봤으나.. 또 봄
11. 파이썬이랑 라즈베리파이
https://m.blog.naver.com/juke45ef/220834141429
==> 도움됨
12. (가장도움됨) 가장 도움됨 말이 필요없음 드디어 값을 받아옴
https://whiteduck.tistory.com/161
https://gist.github.com/lhjnano/d72cbf3423201db4d84ca19cc4a53b9e
13. 도움 개많이 됨 진짜로 나의 삽질과정을 해결해줌
14. 도움 조금 됨 1정도..
15. 기억이 안나
https://popcorn16.tistory.com/192
https://altongmon.tistory.com/436
http://www.digipine.com/index.php?mid=android&document_srl=649
https://www.hardcopyworld.com/?p=3152
다 읽고나니까 좀 나도 안다고 할수있겠다
'android' 카테고리의 다른 글
BLE 통신하기<!--작성중--> (0) | 2021.12.09 |
---|---|
NumberPicker 커스텀하기(색상바꾸기, 글자크기 키우기, 구분선 지우기) (1) | 2021.12.01 |
[TimePicker] 타임피커 스피너타입 색상변경하기 (0) | 2021.11.30 |
[NumberPicker] TimePicker의 Spinner 처럼 돌아가는 목록 만들기(feat.IOS 같은 목록메뉴 만들기) (0) | 2021.11.30 |
[안드로이드][카카오맵] 지도 미 표시 문제(aka. 릴리즈키&디버그키 해시확인) (1) | 2021.07.02 |