Recent content by surajbarkale

  1. S

    design PCB using EAGLE

    Use CAM Processor to produce Postscript Files (.PS) of the layers you need. You can convert this file to any suitable graphics format you need. Personally I convert it to PDF so I don't run into problems
  2. S

    What is your favorate programing language?

    C, Assembly & VB whatever is appropriate for the task :)
  3. S

    Electronic Stethoscope 2

    It should be ok 'C' indicates commertial range & 'P'/'N' indicate package type (I believe P stands for Plastic & 'N' for ceramic). If you get hold of datasheet these differences will be mentioned.
  4. S

    SRAM Substitute : Address lines ??

    You don't need the address/data lines in exact order. Your circuit will function normaly. I generally reversr the D0-D7 lines on a 8051 board because they are easier to route that way ;D
  5. S

    problem with a rectifier

    Check your multimeter. If you are measuring DC voltage on AC range some multimeters display double the value (this was true with older analog ones). While measuring AC ripple put a 0.1uF cap in series with probes.
  6. S

    What is Diac?

    Okey so next time I should say it's a TRIAC without gate ;D Anyway, I have used BC547 with base removed in a light dimmer project instead of DIAC. The project is still working (Don't know how though ;D).
  7. S

    line sensor

    I hope this is what u want - http://www.kmitl.ac.th/~kswichit/LFrobot/LFrobot.htm try goolging with 'line folloer robot' for more such links :)
  8. S

    Capacitor to charge a battery?

    Regardless of other things, the energy stored in a capacitor is too less to charge the battery. You shall need capacitance in Kilo or Mega :o Farads to charge the battery ;D
  9. S

    frequency down conversion from 134mhz-174mhz to 34mhz- 7omhz

    You need a RF mixer for this. Check out the circuit in tunar of a TV. It is an excellant example of a downconverter. With little modifications you can use it for your frequency range.
  10. S

    What is Diac?

    DIAC is a 3 layer device N-P-N (take a transistor cut base lead & you get a cheap DIAC ;D). You can also view it as two zeners connected back to back. There was a topic about DIAC some days ago you can search this forum for details.
  11. S

    Digital circuit help

    Check out CD4033 it has internal counter & 7 segment decoder. You can use 74hc244 to interface it with a bus. But the discrete logic makes it cumbursome to mux display lines (you need too many IC's). And eventually cost of all IC's will equal a microcontroller. ;D
  12. S

    The backwards transistor

    The common base configuration works because collector can provide same current as emitter without caring for the load voltage. Indeed collector acts as a constant current source. You can not operate emitter this way so at the max you will get an attenuator. In fact you can view a voltage...
  13. S

    Simulation in Linux?

    Check http://www.sourceforge.net you may find something there. Off the topic also check http://humorix.org/ quite funny. ;D
  14. S

    SAW filters

    SAW filters provide accurate filter characteristics which are not influenced by temperature. Also the tolerance from one filter to another is very small. If RC / RL filter is used in it's place it would be very difficult to tune it (forget about replacing it ;D). Check this out...
  15. S

    Interpreting Datasheets

    Check out Practicle Transistor Circuit Design & Analysis By - Willems E. Gerald (PS - I am a looser when it comes to spelling ;D ) If you can lay your hands on it. It is the best book to learn transistor design from. Of cource Basic Electronics by Malvino is also a good book but he...
Top