블루이노/BLE (2) 썸네일형 리스트형 bluinno BLE chatting android app 블루이노 소스코드 /////////////////////////////////////////////// // // 블루이노2 & 앱인벤터2와 채팅 // // ZEROWIN CODING // 2017.12.13 /////////////////////////////////////////////// #include #include void setup() { // put your setup code here, to run once: Serial.begin(9600); RFduinoBLE.advertisementData = "chat"; // start the BLE stack RFduinoBLE.begin(); Serial.println("BLUEINNO2 CHATTING START!!!"); } boolean.. Blueinno 앱 업그레이드 앱 설치시 블루투스 권한을 허용합니다. 블루투스 스캔을 실행하여 블루투스 리스트를 얻습니다. 비콘 스캔을 이용하여 비콘 데이터를 수신합니다. 블루투스 테스트영상 앱 소프트 업그레이드 Import Project(Gradle, Eclipse ADT, etc.) BluetoothGATTServerJava 이전 1 다음