Hello,
I am using the sensor tag and I would like to configure it. Specifically I want to read gyroscope values, do some calculations on it, and send a number over bluetooth to another bluetooth sensor, like an RN41 module, using serial communication. My questions are the following:
- Is there a reference for commands usable in the controller studio? There are some limited examples, but so far I am unable to find anything on how to get gyroscope values, or even how the cc2650 communicates with the gyroscope, is it I2C? SPI? How is this done?
- In order to upload the code from the controller studio to the tag, can it be done using any bluetooth module? How?
My application seems like it should be simple, but I am a bit lost on where to find more info.
Thanks.