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 satya82

  1. S

    Control motor using arduino PID and processing

    Dear Forum Need your help regarding PID code using arduino and hardware with feedback opto sensor.I just dont understand why my output shows 0 value or constant value 255.Can you advice please thank you. I already attach code .Hopefully you can help me please.Thank you.
  2. S

    Control motor using arduino PID and processing

    Here is my arduino code.The Ao pin connect to the opto sensor and pwm pin 13 connect to output dc motor. #include <PID_v1.h> double Setpoint, Input, Output; PID myPID(&Input, &Output, &Setpoint,2,5,1, DIRECT); int inputPin=0, outputPin=3; unsigned long serialTime; //LiquidCrystal lcd(7, 6, 5...
  3. S

    Control motor using arduino PID and processing

    Hi Forum I had done PID code using arduino and hardware with feedback opto sensor.I just dont understand why my output shows 0 value or constant value 255.Can you advice please thank you.
  4. S

    interface arduino with PID

    hi forum I had done programming code for arduino to control dc motor speed but I have no idea how to relate this arduino code to PID and control using PID? is there any software need to be use or any example? need your advice.
  5. S

    half bridge converter

    Hi forum Can you explain what is mean by boostrap supply? secondly Qgtot moefset given 45nC how to convert this to seconds? need your advice please..
  6. S

    boost converter efficiency

    switching frequency is 400khz and used ceramic and polyester film capacitor.
  7. S

    boost converter efficiency

    Hi Forum I would like to know is the capacitor value will effect the efficiency for boost converter? In my hardware design first capacitor value of 2uF were used and gave 67% efficiency. Secondly, capacitor value 0.68of were used and gave 78% efficiency and lastly capacitor value of 1uF used...
  8. S

    switching regulator buck and boost converter

    dear forum thank you is it this explanation same for boost converter or is that any other way do feedback improvement for boost converter? Need your advice please Need your advice
  9. S

    shunt regulator with zenar diode

    thank you so much
  10. S

    shunt regulator with zenar diode

    I had seen that in google images most of them explaining about the shunt regulator characteristic very little explaining about the application is there any other website which talk about application?
  11. S

    shunt regulator with zenar diode

    hi forum where can I find the real world examples of zenar shunt regulator and transistor series regulator? thank you
  12. S

    switching regulator buck and boost converter

    thank you is it this explanation same for boost converter? thank you
  13. S

    switching regulator buck and boost converter

    Dear forum I had done experiment regarding buck converter and boost converter without feedback but I still dont understand one of the question in the design, Do you think feedback could help to improve this switching regulator? how? Need your advice
  14. S

    Design a Boost converter

    Hi I just want to know the feedback could help improve control boost converter?how it will help?

Part and Inventory Search

Back
Top