私はArduino Uno、RGB Led、HM-10 BLEモジュール、Androidデバイスを使ってSmart Ledプロジェクトを構築しようとしています。
HM-10をAndroidデバイスと接続し、Android BlueDroidスタックを使用して特性値を読み書きできます。
しかし、このプロジェクトがうまくいくためには、私はArduinoの特性値の変化をチェックし、色の値を処理し、LEDを点灯させる出力を生成する必要があります。
I thought I could possibly use AT commands (like AT+Name? AT+POWE? AT+CHAR?) parse their result , but I couldn't find any AT command to read characteristic value. If anyone know such working AT commands for HM-10, please answer?
Also, I looked into CurieBLE library from Intel for Arduino. I think the library is to work on an Arduino board which has BLE hardware as a built-in feature. If that's not the case, please help me how can I communicate Arduino and HM-10 using CurieBLE or any other available library?