Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by transconductance

  1. T

    Need help with this circuit.

    Certainly true but I really doubt it will matter much in this application. Especially with relatively high RDSon transistors. But I like the flyback diode solution proposed by Tony
  2. T

    Need help with this circuit.

    The output of the 55 timer is a totem-pole. There is a transistor that pulls the output up to Vcc and another one that pulls it down to ground (by which I mean battery negative). The amplifier stage you added only switches to ground and so there is not really a path to +12V when the 555 output...
  3. T

    Very unusual offline isolated SMPS?

    I've never seen one. Possibly because UL limits wall warts and dekstop power supplies to 660 watts and you can achieve that without a fan. Isolation voltage and creepage and clearance distances can be all over the place depending on the safety requirements they are designed to meet. You'd...
  4. T

    Grounding the base of an NPN BJt

    I am surprised the LED lit at all with the base open. There is some current getting into the base somehow. It doesn't take much and there could be surface leakage through contamination from you handling it. >When I hooked up the base to the positive side, I could see amperage increase on the...
  5. T

    Capacitor ripple current measurement in SMPS?

    If your CT is too small, the core may be going in and out of saturation as the 100 Hz current changes. Can you replace it with a resistor and isolate your scope? Honestly, if you're mucking about with SMPS, you probably should invest in a current probe. They are pricey but invaluable for such...
  6. T

    Creating a USB-C Passthrough with power charging detection

    Note that the LM311 can easily drive an LED so you wouldn't need anything else, like an Arduino. Or, you can buy USB cables that have current/power indication built-in. Search Amazon for "usb c cable with display"
  7. T

    Creating a USB-C Passthrough with power charging detection

    You need to monitor the current, not a voltage. Put a small-value resistor, like 0.1 ohms, in series with the power. Measure the voltage across the resistor. Since you don't actually need to measure the current, just detect a threshold, you can use a comparator such as LM311. If you did want...
  8. T

    Help me identify the use of this component

    True. If it gets hot, at least it is running. Then you can measure the frequency and figure out what inductance is needed. Of course, you'll need the voltages too but if it's a USB POL regulator, then you already know that.
  9. T

    Power supply, stepper, and controller---Brand name recommendation

    Geckos are great drives. I prefer LinuxCNC to Mach 3. Also, it's free and open source.
  10. T

    Help me identify the use of this component

    Yes, it's an inductor. No, you can't just bridge it. You would definitely have to replace it with an inductor. You might try the largest inductance you can find in that package. If it's a buck converter, a larger inductor will work. If it's a boost converter, maybe not. Inductors like that...
  11. T

    need a 4 minute delay

    I'm not questioning whether it is any good and I'll take your word for it. But how much community support is there for it? It can't compare to C. Same for jobs. Now, he may not care. I have a good friend who refuses to learn C because (he thinks) FlowCode is all he needs. I've written...
  12. T

    need a 4 minute delay

    I get multiple emails per day and at least one call (two so far today) trying to hire an embedded C/C++ programmer. Nobody ever asks for a basic programmer. In fact, I've been doing this since before K&R came out and have never encountered swordfish basic until today. But, you're right, Mike...
  13. T

    need a 4 minute delay

    Since you have a delay function provided by swordfish, just do 240 delay(1000) in a loop. I have no idea how interrupts work in Swordfish and I don't want to know. Danadak is right about the volatile storage class in C. I'm embarrassed to have omitted that tip. If you have any plans of doing...
  14. T

    Programming concepts

    You can start a bar fight with this question. Without identifying the microcontroller, my answer is "C" and knowledge of C will serve you well even if you eventually do all of your development in Python.
  15. T

    A/D conversion PIC18F24K20

    Certainly it is possible to create a stable 1.6 volt reference. Or any other voltage for that matter. Check "The Art of Electonics" In the third edition, they're in chapter 9, section 10.

Latest threads

New Articles From Microcontroller Tips

Back
Top