スマホ関連の海外ニュースです。
私は NRF チップで動作する Android ネクサス 5 X アプリを取得しようと具体的に特徴を書くと、いくつかの問題に直面しています。本当にいくつかの助けを得るために願ってください。 リアルタイムク ロック (RTC) を設定しようとしている具体的には、アプリによる nrf ガット サービス characeristic について私に与えられたの詳細は次のように: nrf に接続した後 ‘onServiceDiscovered()’ の実装が次のようにします。 Readcharacteristic() は成功すると、writecharacteristic() が失敗しました。他の 2 つのオプションの書き込みの種類を変更しようとしている: WRITE_TYPE_ENCRYPTED と WRITE_TYPE_NO_RESPONSE、ない喜び。ことができます誰も助言してください、オンラインに役立つ何かを見つけることができないよう。
続きを読む…
How do I resolve a characteristic write failure on Android & nRF51?
I am trying to get an Android Nexus 5X app to work with an NRF chip, and facing some problems, specifically with writing to a characteristic. Really hope to get some help. Specifically, I am trying to set a real-time clock (RTC) on the nrf by means of the app. Details given to me about the GATT service characeristic are as follows: After connecting to the nrf, my implementation of ‘onServiceDiscovered()’ is as follows. The readcharacteristic() is successful, while writecharacteristic() failed.
Read more…