Search results

  1. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    I built up the circuit using 5V, a CD4093 and a high brightness (2500 mcd) Red LED. Using a 330Ω resistor swamped the gate and it wouldn't toggle. Increasing the LED resistor to 1K allowed it to operate and it had plenty of brightness. If you need more brightness, then use a PNP transistor...
  2. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    The opamps and the 74HC132 are still powered from the 5V VCC so it should work. Even at 3mA, most high brightness LEDs will work fine in this circuit.
  3. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    The thresholds are 11V / 10V / 9.5V, so post #3. The 74HC132 is a replacement for a CD4093, but with higher drive capability. Check that the pin out is the same (I don't have a data sheet in front of me). Find a Piezo beeper that runs from 5V and is self exciting (when you supply 5V, it...
  4. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    The circuit does not monitor individual cells. It measures the total input voltage, but the thesholds are fixed by the resistors between 5V and ground. The opamps work as voltage comparators. They are comparing the (divided down x2.8) input voltage from the battery to a fixed reference...
  5. Pyramid

    How to find RPM of motor using KY-040 Rotary Decoder Encoder

    You will need to count the pulses from the encoder over a fixed period of time. If I recall correctly, the KY-040 produces 20 pulses per revolution, so assuming the encoder shaft is directly connected to the motor shaft, and you count pulses for 1 second, then RPM= count/20 * 60 = count*3...
  6. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    I just realized you may be able to simplify the circuit by gating the flasher and beeper oscillators directly: The 4093 has 4 gates in one package, so you would only need 1 chip.
  7. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    U1A/B/C is an op amp with rail to rail inputs (the input voltage range includes the supply voltage and ground). You will need at least the positive rail input i.e. a TL064 type op amp. Op amps are high gain, high input impedance, low output impedance, differential amplifiers that can be...
  8. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    J1 is the input from the battery stack. I assume you wanted to power the circuit from the batteries? The ground connection would also be to the battery minus. Vcc is the supply to the opamp (pin 4) and the 4093 chips (pin 14) which both run off 5VDC.
  9. Pyramid

    Need help building a circuit for low voltage alarm with bi color LED with flasher

    Maybe something like this: R11 and R12 scale the voltages by 2.8x so you can power the opamp by 5VDC (same with the 4093 logic). The opamp will need to be a rail-to-rail input type. The LED should be a 3 lead device for simplicity. The buzzer should be a self exciting piezo buzzer for...
  10. Pyramid

    Book Reviews

    OK, I have some questions about writing a book and getting it published: I recently retired from my company that I started in 1990; we designed and manufactured high end communications equipment for public safety and military applications. I wrote all of the operating systems in 8051...
  11. Pyramid

    What the latch?

    Please see post #11 above. If I read the OP correctly, he wanted a simple set/reset type flip-flop which this circuit provides. It may be simpler to use a octal latch i.e. 74273 types, but they don't have individual sets/resets. The 74 series has higher current variants (AC), but they are...
  12. Pyramid

    What the latch?

    74 series chips will almost all be TTL levels so limited to 5V supplies. You could try this 4000 series CMOS equivalent to the 7414: http://www.digikey.com/product-detail/en/texas-instruments/CD40106BEE4/296-36082-5-ND/1690637 It is pin compatible to the 7414 and can drive 3-4mA directly...
  13. Pyramid

    What the latch?

    How about something like this: 7414 chips are ~0.50 and you get 3 circuits per chip. You can have individual set switches and one reset switch for the whole group if you isolate them with a diode.
  14. Pyramid

    Resistor on illuminated switch but without dimming the circuit LEDs??

    If you're blowing up LEDs with a 9V battery, I'm guessing the switch does not include the dropping resistor. One of the reasons they don't include the resistor is that you can tailor the switch to the voltage it will be used with (the resistor will change depending on the supply voltage, per...
  15. Pyramid

    Resistor on illuminated switch but without dimming the circuit LEDs??

    If you want a dim LED when the load is off and normal LED when the load is powered on, then try this: Make the resistor connected to the NC terminal several times higher than the NO resistor. LEDs don't dim very well by changing the current so you may have to play with this value to get the...
  16. Pyramid

    Resistor on illuminated switch but without dimming the circuit LEDs??

    I think this is what you are trying to do? The resistor between NO and the + input to the LED is computed for 10mA with a 13.6V battery. The forward voltage drop on white LEDs is ~3.6VDC, so that leaves 10V across the resistor at 10mA=1000 Ohms.
  17. Pyramid

    Question regarding ic / microcontroller chips

    Probably the easiest way to do what you want to accomplish is to put both functions into a single microcontroller and jump between the two software routines to execute the 2 different functions. The uP can monitor a port pin that changes level from an external source when each function is...
  18. Pyramid

    Current sourcing and sinking of AT89C51CC03

    You could also use external pull ups on the port pins that can provide more drive current when high. If you look at the port construction on P1-P4, they have a FET to ground that can sink several mA and create a hard low when the port is written with a logic 0. They have a FET to Vcc to...
  19. Pyramid

    Hello, Welcome! (Introduce yourself)

    Sorry, Green Bay Wisconsin.
Top