Search results

  1. D

    High current, 40 A to 100 A, current limiting devices other than a resistor

    CRC data - Your inquiring about books ? https://annas-archive.org/ archive.org bitsavers.org Above all for papers, books, catalogs, ap notes, etcc..
  2. D

    i need some help in wincupl software

    Describe your issues/problems .... Google "wincupl", lots of videos and hits on using it.
  3. D

    High current, 40 A to 100 A, current limiting devices other than a resistor

    I think they aggravate the problem as their cold R quite low then rises as they heat up ? See attached.
  4. D

    High current, 40 A to 100 A, current limiting devices other than a resistor

    HANKMARS replied to a thread you are watching at Electronics Forums. High current, 40 A to 100 A, current limiting devices other than a resistor danadak said: Over simplification but classic inductor/choke : View attachment 66144 You can online get spice models to do a real sim as TEC...
  5. D

    High current, 40 A to 100 A, current limiting devices other than a resistor

    Over simplification but classic inductor/choke : You can online get spice models to do a real sim as TEC is not a simple device due to thermal mass and other time dependent repsonse it has.
  6. D

    Easiest way to program buttons/knobs

    If you dont know how to code look into block programming, lots of fun, easy, and fast to get something working. An example of debouncing a pin - mBlock takes you block config and generates the Arduino code from it. Once you learn a block programmer there are many other variants with common...
  7. D

    Easiest way to program buttons/knobs

    There are ICs that simply debounce a button, but thats a waste of budget, board space, parts count... https://www.analog.com/en/resources/design-notes/tiny-ic-debounces-pushbutton-switch.html
  8. D

    Easiest way to program buttons/knobs

    Buttons need to be debounced in code unless Micro does that for you in HW. Many modern micros, especially ones that have capacitive touch capability on pins, have that in their features. Like Cypress (now Infineon) and their ARM cores. Reading analog stuff generally you would average some...
  9. D

    OLD Tektronix Oscilloscope Identification

    https://vintagetek.org/unique-531/ https://bama.edebris.com/manuals/tek/531_541/ https://vintagetek.org/wp-content/uploads/2019/03/vintageTEK-Microfiche-Index.pdf Above might help.
  10. D

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    Go to ChatGPT and re-ask the question so you can get to the link "Let me know...."
  11. D

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    From ChatGPT - The unique differences between a normal (classical) computer and a quantum computer come down to how information is represented and processed. Here's a breakdown: ⚙️ 1. Basic Unit of Information Classical computer: Uses bits, which are either 0 or 1. Quantum computer: Uses...
  12. D

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    AI trends will attack need for every "designer" to have depth of knowledge, already being used by all engineering at Nvidea according to CEO mandates. Discrete circuits however continue to have a lifetime, especially in RF, high power area. But AI design factories of the future, with design thru...
  13. D

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    If you dont like programming because of the strict typing of instructions there is a very fun alternative, block gui programming, where you drag and drop blocks onto design canvas, configure, like setting their paramters, and hit the compile/program button. The tool generates Arduino code or...
  14. D

    Resistor getting too hot. Damaged?

    Thinking the array is driven, all leds in parallel, so if any LED develops a short or very low effective resistance, it draws more current thru the R. White LEDs have a V of around 3V-5V. So guessing replacing R, w/o disconnecting the offending LEDs, would not fix the flashlight.
  15. D

    Resistor getting too hot. Damaged?

    When the strip is lit are all its segments on ? Asking because if several are shorted that would create more power for the R to absorb, hence get hotter. What are the battery voltages ? What V is applied to the strip when first turned on ? Resistor wattage -...
  16. D

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    There are direct downloads on most files/books, some you will find are loaners. Another site - https://annas-archive.org/ Regards, Dana.
  17. D

    Best Arduino Starter Packaged Kits on Amazon. (also what about "Rasbery Pi"?)

    Is more limited, for total cost, than the banggood links I showed you but its OK....
  18. D

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    There are micros now not only with standard peripherals but also gate level fabric in which one can design ones own logic specific parts and state machine to interface on one chip with each other. Done with schematic capture (GUI tool) and/or Verilog. On top of that its got a lot of basic analog...
  19. D

    Math Severity as applied to Serious Electronics

    The question far too broad for a simple answer. I used a lot of simple algebra until I got into production analysis and started using statistics for some measures. Later I worked a lot on AC small signal solutions, and LaPlace is a life saver, basically algebra. Added to that was signal flow...
  20. D

    Speaker output ohmage without information.

    Download here - https://annas-archive.org/search?index=&page=1&q=loudspeakers+and+headphones&display=&sort= Regards, Dana.
Top