This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Service for Acc and Gyro

Hello all,

I would like to send Acc and gyro data just like health temperature over nRF8001. Which Service can I use? How can I create one?

Thanks for help in advance

Giray

Parents
  • There isn't any pre-made service for this, so this is something you'll have to do yourself. You can use nRFgo Studio to build a custom service and characteristics, and use this in your setup, but unfortunately, we don't have an easy, public, walk-through of this process. If you're familiar with BLE however, it should be pretty straight forward, starting with "Add new service" in the upper right corner of the GATT Services tab of the nRF8001 Configuration. The process is also described in nRFgo Studio's help file.

    To better understand the BLE concepts, it may be useful to take a look at nAN-36, which explains how the same thing can be done on the nRF51. Even though the chip and APIs are very different, the Bluetooth concepts are the same, so it should be useful to take a look at.

Reply Children
No Data
Related