Hi, all.
I want data read from gyro sensor through i2c, and then send it through bluetooth equipment.(PC or iPhone and so on) But i don'k know how to send gyro sensor data through bluetooth.
I tried to send gyro sensor data transmitted through "on_hids_evt()" and "on_hids_evt()" and "bsp_event_handler()" functions. But it did not fit.
I would like to transmit the gyro sensor data via the BLE continuously. In other words, I would like to express the mouse cursor through the sensor value. (Not use button triggering like "ble_app_hids_mouse" original example.)
My development environment is like below.
- chip : nRf51822
- example : ble_app_hids_mouse(s130) in nRF_Example 10.0.0
Please kindly comment guide or relevant Q&A issue. (I can't found relevant this issue in "Questions" tab, yet.)