Part Number: SLIDEBY-MAG-ACC Hi Could you please confirm SKU SLIDEBY-MAG-ACC is CE and if YES, please provide the CE/EU Declaration of Conformity (EU DoC)?
We could not find the CE/EU Declaration of Conformity for this part on your website.
We have…
Part Number: TMAG5173-Q1 Other Parts Discussed in Thread: TMAG5170 , ROTATEPUSH-MAG-ACC Hello There!
We have questions about the magnetic sensors.
In the sbau472.pdf - ROTATEPUSH-MAG-ACC User's Guide - anevaluation board using the TMAG5170 IC an application…
Part Number: TMAG3001 Other Parts Discussed in Thread: ROTATEPUSH-MAG-ACC Tool/software: Hello,
I am trying to read the angle value (from the Angle_Result Registers), when the magnet is positioned statically above the sensor (using TMAG3001EVM and ROTATEPUSH…
Hi, Yes I've added GPIO_PIN_5. Below is my setup, and these are all the peripherals I want to use.
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOE);
while(!SysCtlPeripheralReady(SYSCTL_PERIPH_GPIOE)) {}
SysCtlPeripheralEnable(SYSCTL_PERIPH_ADC0);
while…
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…