Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by sg962

  1. S

    microcontroller with ethernet and USB interface

    I would recommend you STM32F107: https://www.st.com/mcu/modules.php?name=mcu&file=devicedocs&DEV=STM32F107RB
  2. S

    serial port baudrate tolerance

    According to standard, as i know, it must be in 1%
  3. S

    Help me debug a code for auto tune pid

    Re: auto tune pid? Oh, sorry, you are right for sure! I've been very negligent. Thanx.
  4. S

    Help me debug a code for auto tune pid

    Re: auto tune pid? It's up to you, tastes differ. You may use a factor Kd instead of Td in the case if Kp=1/Td, but Td has a physical sense as a time constant of differential stage in PID controller. I wrote that multiplication of integral & diff terms by proportional gain makes PID more...
  5. S

    Help me debug a code for auto tune pid

    Re: auto tune pid? I would recommend you modify PID formula a bit: PID = GainP * ( actual error + SUM(previous errors) / Ti + (actual error - last error) / Td where Ti - integral time, Td - derivative time. In this case all terms will be normalized. PID tuning process is a complicated procedure...

Part and Inventory Search

Back
Top