User Activity

Hi,I am trying to feed my Stm32F4 Discovery with 5v in pins. I have tried to feed it with ESC's BECs , PDB or with voltage regulator and Li-Po battery but I am still facing with problems.The problem is that when I try to make PWM generation in tim4 ...
I want to calculate angle from gyro and for this issue formula is this: angle=angle+gyro*dtFor dt; since my code is too long, instead of usind sample rate directly , ı want to calculate time that code consume's gyro reading part to gyro reading part....
Hi everyone! I am using STM32F4 and IMU to read gyro and accelerometer, and than calculate IMU's euler angles. I can get data from IMU it is OK but when I try to add something from math.h program stops working but it also don't gives error or warninn...
Hi everybody , I am not sure about am I writing to the true title but anyways I am asking. I am trying to read data from LSM9DS1 sparkfun IMU sensor using HAL i2c with STM32F4 discovery board. I was succesful and I was getting datas, then something h...
Hi, I am using bno055 with stm32f4 discovery board. I am trying to read chip ıd. HAL_IsDeviceReady function return HAL_OK but I can't read chip ID. Why is that? I tried to write my code or using library. Here is the code and stmstudio's return. (In c...