Part Number: CC3220SF Hi team :
My application is use CC3220SF's GSPI to connect to sensor(BMX055), and receive sensor data. I can receive correct sensor data till this moment. But when I add sl_start(0,0,0) to the main thread ,received wrong sensor…
Part Number: LPSTK-CC1352R Other Parts Discussed in Thread: SYSCONFIG Hello,
I’m trying to stream out BMI160 data through BLE using the CC1352r1 LPSK module.
My starting point is the Simple Serial Socket example available here ( https://github.com…
what you have right now is exactly 100 bits per sample.
you might find it much easier to use 104 bits per sample; use 16 bits instead of 14 for mag/acc and temp data.
this doesnt cost you much and lets you use a reasonable record layout; you'll have…
Hi Ryan,
I work with Anita on a Project for oure Bachelor studdy.
We try to establish a i2c communication between a msp430 and a lsm9ds1 as well. Im using the MSP430F5529 Launchpad Evaluation Kit.
I seperated the communication in functions for receiving…
Part Number: CC2650STK Other Parts Discussed in Thread: CC2650 I'm using both BTool and BLE Device Monitor to change the Movement Configuration to 0x007F by writing 7F:00 . This should activate all my sensors (Gyr, Acc and Mag), disable the WOM and set…
Other Parts Discussed in Thread: CC2650 Hi,
I want to read MPU9250 Accelerometer data and I am initializing it as following but I am program hangs in Mpu9250_init().
Board_initGeneral();
retParams = SensorI2C_open();
retParams = SensorMpu9250_init…
Part Number: CC2650 Hi Team,
I'm trying to write a simple app to read the movement app sensors from my SensorTag. I'm working through a mish mash of examples and really struggling to make this work. There is sparse mention of this in the forums and most…
Hi,
did you made it to work?
I am trying to do the same and i downloaded the .c open source code and implement it on my app. Problem is that the output from yaw roll and pitch are not ok.
What did you do with the raw data from ACC, MAG and GYRO when you…
Other Parts Discussed in Thread: CC2650 Hi,
I have modified the uart_echo code to read the Accelerometer data on PC UART. UART echo code was working fine then I added some necessary files to support MPU9250 initialization. It compiles successfully but hangs…
Movement Data
UUID: F000AA81-0451-4000-B000-000000000000
Bit
Description
0
Gyro X - LSB
1
Gyro X - MSB
2
Gyro Y - LSB
3
Gyro Y - MSB
4
Gyro Z - LSB
5
Gyro Z - MSB
6-11
ACC ... same order
12-17
MAG ... same order