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 tariq.sahi

  1. T

    Dell 15r N5110 Laptop battery charging but actually not charging

    My laptop indicates Plugged in Charging but it is not charging the battery as Batterycare indicates 0W power flow to the battery i bought new battery thinking that it may be the battery's fault but in vain still same message. I can charge the battery in my dead M5010 laptop. the charger and...
  2. T

    Dell N5110 Audio I/O board blown SMD transistor

    Hello everyone, i am facing an issue with my laptop it lost its sound hardware. i opened up the laptop and found a blown SMD transistor (transistor because on board number mentions as Q3504 ). Now i cant read the number written on it to determine the type rest of the transistors on this I/O...
  3. T

    [51] Generator Auto Transfer System based on 89s51

    here is proteus simulation model and keil proj
  4. T

    How to invert output from transistor for drive LED ?

    if you want to make and gate then place the LED after R6 in series with Q1 collector and remove R1 and Q3
  5. T

    How to invert output from transistor for drive LED ?

    if you only want to drive one led then get ride of Q1 and Q2 ,,R6 R3 R2 and place the button on R1 it will solve your issue if i understood your post
  6. T

    interfacing with the Light Dependent Resistor

    a 555 based circuit will be much better and you will have the luxury of varying the amount of light where you want to trigger the circuit with the help of simple variable resistor.
  7. T

    [SOLVED] How to do hide wire on proteus ?

    if you want to hide wires simply use wire labels it will reduce the cluttering.. you can also use terminals for input and outputs and label them as requires.
  8. T

    [51] Generator Auto Transfer System based on 89s51

    the code is required to identify weather ATS will operate automatically or manually. now if Automatic button is pressed it will check weather the AC input is low or not ....low when AC is avail and vice versa. it will check weather generator is working or not ''''low when on and vice versa...
  9. T

    [51] Generator Auto Transfer System based on 89s51

    1. circuit is connected to the ground and body of the generator. 2. i am using digital input not analog but even then i did as you suggested and it didn't change any thing previously.
  10. T

    [51] Generator Auto Transfer System based on 89s51

    thank you all i got ride of 100 ohms resistor and put in 3 leds for the indication that MCU is in which part of the code i also added 47uF Capacitor before LM7805 and the circuit has started working. it worked fine today now i will burn the old firmware to see weather the System is working fine...
  11. T

    [51] Generator Auto Transfer System based on 89s51

    i wrote a new code very simple one i noticed that ic doesn't hang up but it some how shuts down the output ports without reason. #include<REG51.h> sbit ac=P3^7; sbit gen=P3^6; sbit sw=P0^4; sbit ign=P0^3; sbit del=P0^0; int count=0; void acok(); void noac(); void delay(unsigned int msec ) {...
  12. T

    [51] Generator Auto Transfer System based on 89s51

    ic works fine in test circuits and when ic is connect VCC is 4.05 volts which is within working range.
  13. T

    [51] Generator Auto Transfer System based on 89s51

    the zener was from previous design where i used arduino uno as cpu but then i shifted to cheaper 89s51 and it can cause any issue as voltage is on .7 volts at VBE and transistor is working fine.
  14. T

    [51] Generator Auto Transfer System based on 89s51

    here is the schematic of the circuit
  15. T

    [51] Generator Auto Transfer System based on 89s51

    Yes the generator is not diesel its small 2.5KW stand by generator and how to rectify the EMI issue any suggestions ?????

Part and Inventory Search

Back
Top