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 milesguidon

  1. milesguidon

    Protect circuit from Overcharged Battery

    Thanks for the reply! Wouldn't this have odd behavior at input voltages *lower* than the specified output voltage? For example, the circuit works just fine when Vcc = 3.0V. How would a 3.6V LDO fare when Vin = 3.0V? I'm concerned about using LDOs because I need to use the battery all...
  2. milesguidon

    Protect circuit from Overcharged Battery

    I have a device with ICs in it that are rated to 3.6V or 3.7V for normal use, and I am powering it with a 3.7V (nominal voltage) Li-Ion battery. The battery fully charges to ~4.2V. Powering a circuit with this fully charged Li-Ion battery means I will have overvoltage conditions after...
  3. milesguidon

    Alternative to 16f628a for interrupts

    You could also get yourself a quad comparator and connect the 4 signals still to the I/O ports, but also jam one into the comparator, used in a simple rail-to-rail setup. You only need a quad comparator and a few resistors--what the comparator does is takes an input signal that goes past a...
  4. milesguidon

    Diff btw Supply Current and Bias Current of an Op Amp?

    The supply current is the current that the OpAmp draws from the positive and negative supplies, VCC and VEE, or VCC and GND--it's the current that the OpAmp requires to do its job, just like anything else has a supply current. The input bias current is the current that the OpAmp draws into the...
  5. milesguidon

    Maximum source current

    How about you just use a simple transistor buffer to drive the LED, and not have to worry about the chip's sourcing capabilities? Scroll to the bottom of this link, which explains how you can do just that: https://people.usd.edu/~schieber/psyc770/transistors101.html The input signal to the...
  6. milesguidon

    Working of teamviewer tool

    It works like remote connect--I'm sure it has something to do with an IP address, but instead of this, they gave the user a 9 digit ID number--each person with the software has an ID number and a password. To connect to somebody with TeamViewer running, you open TeamViewer, select the option to...
  7. milesguidon

    Placing Oscillator for Micro Controller in PCB

    Yes, you should try to place it close to the microcontroller, and try also follow the general routing guidelines laid out in the following PDF, for example. See Page 22, for this PIC microcontroller: **broken link removed**
  8. milesguidon

    USB Powers off laptop

    It could be the laptop's power supply capacitors. If the laptop shuts down when you plug something into the USB, that sounds like the laptop isn't able to provide enough current to whatever you plugged in and still have enough to power itself. This *could* be because the temporary energy storage...
  9. milesguidon

    rule of thumb peak to peak input ripple amplitude

    Please be more clear about what you would like to know. You ask for a "general rule of thumb about input ripple voltage." This could mean anything! For example, a general rule of thumb about input ripple voltage is: it is bad, and you don't want it to exist. Another general rule of thumb is...
  10. milesguidon

    [SOLVED] Problem with digital I/O on GP5 of 12F675

    Your configuration code doesn't work? I don't understand--you have to make sure you are disabling the CLKOUT function on the pin that serves as GP5.
  11. milesguidon

    PIC16F677 & Melexis TH72002 circuit problem

    Have you considered the possibility that your spectrum analyzer is setup incorrectly?
  12. milesguidon

    Alternative to 16f628a for interrupts

    Do not give up! If you only have one interrupt port, but 4 sensors, you *may* be able to hook each sensor up directly to a digital I/O port on the PIC like you are currently doing, but then connect a signaling diode with a small forward voltage drop between that I/O port and the INT pin on the...
  13. milesguidon

    Alternative to 16f628a for interrupts

    You could be missing some pulses because your application uses a "while" loop to check for input. If you want to reliably detect input when it happens, you need to use an input-capture module or something that is interrupt-based. By using your while() loop method, you can only detect a tap when...
  14. milesguidon

    Converting Sensor output 0 to 3vDC to 0 to 1.5VDC

    Ah--looks like your multimeter input impedance must be in the ballpark of 1MegOhm. Might as well try it with the A/D now.
  15. milesguidon

    How do I identify a transformer with no markings on it?

    Transformers can have multiple windings/outputs, center taps, etc. They probably have a transformer with multiple taps and output voltages, hence the increased number of inputs/outputs. Check it out: https://www.allaboutcircuits.com/vol_2/chpt_9/5.html

Part and Inventory Search

Back
Top