Discussion Title | Created date |
---|---|
BLDC Sinusoidal Control Hiy guys, I am trying to understand how to use sinusoidal control.I have codes someone did it. But I couldn't understand somewhere maybe someone have this experience ,maybe can... |
Thursday, 14 November 2019 - 06:44 |
FingerPrint Transferring 4 bit Hi guys, I am going to use fingerprint sensor and the values that I have got are about 34000 and datasheet tell me "ImageBuffer serves for image storage and the image format... |
Thursday, 14 November 2019 - 05:35 |
PID motor control Hi guys codes below control the motor speed with PID but I have a problem.If I change the speed like rpm=1000 and then rpm= 100.PID calculation produce very big negative value and... |
Wednesday, 6 November 2019 - 14:32 |
PID motor control Hi guys codes below control the motor speed with PID but I have a problem.If I change the speed like rpm=1000 and then rpm= 100.PID calculation produce very big negative value and... |
Wednesday, 6 November 2019 - 14:32 |
BLDC Control Using Encoder and Encoder Zero Crossing Hi guys , I would like to sense commutation sequence using encoder(1024 resolution) for bldc motor and if current state - previous state >= a then motor can move for other... |
Friday, 25 October 2019 - 07:11 |
Rotor Commutation Using Encoder Hi guys, I am trying to commutate BLDC motor using encoder and one revulation is 1024 encoder value.And motor 10 pole pairs,in this case 18 encoder value(60 electrical degree)... |
Wednesday, 9 October 2019 - 06:43 |
Encoder interrupt Hi guys, I am getting encoder results using encoder library. qdec_position = qdec_get_position(&config); I would like to know How I get the interrupt that every... |
Thursday, 3 October 2019 - 12:28 |
AWEX deadtime insertion Hello dear members, I am new on AVR , and I am trying to use drive a BLDC motor but I dont know how I generate pwm and pwmn.Could you send a simple code.My codes here. Also what... |
Saturday, 28 September 2019 - 15:39 |
Timers Hi guys, I am trying to set a timer for get specific time for example get FPS for LCD.I couldn't find any clear information like STM32.Could you recommend a pdf or simple code.... |
Thursday, 18 April 2019 - 16:24 |
systick interrupt Hi guys, I dont want to use void SysTick_Handler(void) { sysTick++; }I need to use it.Just SysTick->VAL; is enough to get timer value to make some... |
Wednesday, 17 April 2019 - 13:58 |
gmac example hi guys, I examine the gmac_example and I've encountered this codes.So what happening here p_ethernet_header_t p_eth = (p_ethernet_header_t) (p_uc_data); with this code.... |
Tuesday, 16 April 2019 - 18:09 |
Modbus ASCII Hello everyone , I am trying to communicate using Modbus ASCII and slave device doesn't give a respond me.I am not sure about exact problem but I wonder a point. I am using a... |
Thursday, 14 March 2019 - 18:03 |