User Activity

Posted on October 13, 2016 at 10:30Hi, I would like to read pwm output from as5048 encoder and I dont know how to do it. I understand this pwm frame, but how I may read output pwm step by step? http://ams.com/eng/content/download/438523/1341157/1430...
Posted on September 26, 2016 at 12:57Hi, I use quadrature encoder connect to stm32f103 timer which I set to encoder mode and its work properly. I count to 1632 - its full wheel rotary, but I dont know how to calculate a current speed from this data....
Posted on September 19, 2016 at 22:05Hi,I think thats my stm32f103rbt6 has unexpected reset, how may I apply that? I tested this register RCC_GetFlagStatus(RCC_FLAG_IWDGRST and its TRUE all the time, is it good? 
Posted on September 18, 2016 at 23:57 Hi, I have a strange problem. If I write code like this: #include ''stm32f10x.h'' float test; int main( void ) { while (1) { test=test+0.01; } } and display variable test in STM Studio I see ...
Posted on September 01, 2016 at 14:56Hi, I have a strange problem with stm32f103RC. If I connect mpu-6050 to PB.10, PB.11 (I2C2) it works perfectly, but when I connect the same mpu-6050 to PB.6, PB.7 (I2C1) it doesnt work. The code is the same, I ad...
Kudos from