akexorcist / BluetoothSPPLibrary

[UNMAINTAINED][Android] Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth
Apache License 2.0
1.7k stars 570 forks source link

이 블루투스 라이브러리를 사용하려는 한국인들을 위해 #100

Open YunTaeIl opened 5 years ago

YunTaeIl commented 5 years ago

안드로이드와 블루투스를 쉽게 연동하기위해 이 라이브러리를 쓰려는 한국인들을 위해 글을 적습니다.

많은 분들이 https://blog.codejun.space/13 요 블로그를 참고하셨을텐데요.

블루투스 연결도되고 send도 됐는데 아두이노에서 안드로이드로 값을 받아오는 Received부분만 안되는 경우가 있을지도 모릅니다.

구글링 결과끝에 알아낸건 아두이노에서 보내는 메시지에서 0x0d와 같은 CR(캐리지리턴)값이 없기 때문이란 걸 알았습니다.

아두이노 시리얼모니터를 여시고 9600보드레이트 옆에 line ending 없음을 Both NL&CR로 바꿔주시기 바랍니다.

그러면 잘 실행이 될거에요.

shinplest commented 5 years ago

자랑스럽습니다.