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 irfan ahmad

  1. irfan ahmad

    Zvs 300vdc to 220vac inverter using pic microcontroller

    see this link and study . https://www.digikey.com/en/articles/techzone/2014/aug/a-review-of-zero-voltage-switching-and-its-importance-to-voltage-regulation
  2. irfan ahmad

    [AVR] Help me with led scrolling message board

    when you give clock and data to the shift registers it stores data in its entire circuit but do not save it till you no give it latch (ST_CP) signal . latch also called strobe signal. next thing OE. OE means output enable . you can use this pin to enable output and disable output. in your...
  3. irfan ahmad

    [AVR] Help me with led scrolling message board

    shift registers can only display one row at a time . so you should display all the rows first for a while and then shift every row one step and scan display again. while shifting data to cascade shift registers it is not displayed on led's till you give latch pulse to shift registers. so...
  4. irfan ahmad

    [AVR] Help me with led scrolling message board

    read this book . It will teach you step by step https://www.facebook.com/download/286768934860256/Making%20LED%20Matrix%20Displays.pdf
  5. irfan ahmad

    Dc motor noise filtering techniques for micro-controller.

    Thanks for your reply. i was using this driver **broken link removed** i am wonder . even i have connected full bridge across motor , rc filter , isolation and no effect. after connecting this Amulet (filter ) everything is working fine.
  6. irfan ahmad

    Dc motor noise filtering techniques for micro-controller.

    HELLO GURUS. recently i have faced a problem about high noise of a high speed dc motor. . I was trying to implement pid controller using arduino, with 500hz pwm frequency. Arduino -->> optocoupler-->>l298 (motor driver)-->>motor-->> cutt sensor(for rps) -->> Arduino (feedback). rps=...
  7. irfan ahmad

    Driving an AC voltage digitally

    you need a zero crossing circuit like this. **broken link removed** it will give your controller a signal at every zero value of your sine wave. then you need to program your controller for firing of thyristor. zero crossing will raise after every 10ms. Its mean you have 10ms time between two...
  8. irfan ahmad

    [SOLVED] Designing Automatic Voltage Stabilizers

    DEAR sir Tahmid. as maximum value of adc is 1023 . so if we want to obtain 5000 value at 5 volt we should use this formula. AdcValue= AdcValue*5000/1023; here is a link your personal artical https://www.edaboard.com/blog/1569/ dear milan.rajik . you can order any transformer maker to...
  9. irfan ahmad

    [SOLVED] Designing Automatic Voltage Stabilizers

    DEAR milan.rajik as i have mentioned in post#9 (circuit diagram) voltages are 0 135 175 220 260 and isolated 12volts for circuit excitation.
  10. irfan ahmad

    [SOLVED] Designing Automatic Voltage Stabilizers

    This section read output voltage of stabilizer.
  11. irfan ahmad

    [SOLVED] Designing Automatic Voltage Stabilizers

    You are right MR swapan . i have worked for 5 years in stabilizer field. there are 2 major reasons to ignore your great idea. 1:> stabilizer is very cheep item, it should be as cheep as possible. 2:> stabilizer is mostly used in rural areas . there are not available trained engineers. So...
  12. irfan ahmad

    [SOLVED] Designing Automatic Voltage Stabilizers

    i have tested and it is working properly . read the circuit diagram (specially relay connections ) carefully given in post #9 to understand programming.
  13. irfan ahmad

    [SOLVED] Designing Automatic Voltage Stabilizers

    stabilizer circuit works like a selector switch. which select transformer taping from transformer to maintain output voltage. i have designed this selector switch in programming. which reads output voltages and change selector switch position according to required output.
  14. irfan ahmad

    [PIC] 16F877A with DS18B20 Thermometer.

    i will recommend you c language . here is proteus simulation and c source file .
  15. irfan ahmad

    mosfet driver helps from conroller

    So then you can use this one. Tested driver and working well.

Part and Inventory Search

Back
Top