Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_ButtonSense by
HVC C1B
BLEのプログラムでハマったところ¶
Omron提供のマニュアルにはない、 接続後のNotifyが出るようにしないといけませんでした。
コマンドがWriteで送信して、Notifyで返答があります。
(ただし、一回ですべての返信があるとは限りません)
使用例です¶
mbed側のプログラム
https://developer.mbed.org/users/yueee_yt/code/BLE_HVC_EGAO/
※元の対して必要なデータの取得とVBで読みやすいように出力の変更、タイムアウトの追加がしてあります。
PC側のプログラム(VB.NET2003)