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…
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…
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…
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…
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…
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…
I am facing a bit different issue with motion data.
I am working with a beacon device and TI Sensortag cc2650 to read the sensortag data on beacon device using gatt. I am all done with humidity,IR temperature and light sensors. How can I enable the…
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…
Hi, how can I easily go about changing the accelerometer range on the default SensorTag 2.0? Is there a firmware available for download that enables that one feature easily like the old SensorTag seems to have?
The accelerometer range should be capable…