Difference between revisions of "LTSpice"

From Steak Wiki
Jump to navigationJump to search
(Created page with "LTSpice is a popular simulation package. ==Tips/Techniques== ===Amp Hour=== https://theamphour.com/196-an-interview-with-mike-engelhardt-spice-simulator-synteresis/ ===Simula...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
LTSpice is a popular simulation package.
 
LTSpice is a popular simulation package.
 +
==Getting Started==
 +
* https://learn.sparkfun.com/tutorials/getting-started-with-ltspice/all - some videos here, and they also  link to the LT youtube playlist. The forum is DOA, don't bother clicking that. Some high frequency noise on the sprakfun videos. they cover most of what the LT videos cover but in a different interpretation. Both worth watching.
  
 
==Tips/Techniques==
 
==Tips/Techniques==
 
===Amp Hour===
 
===Amp Hour===
 
https://theamphour.com/196-an-interview-with-mike-engelhardt-spice-simulator-synteresis/
 
https://theamphour.com/196-an-interview-with-mike-engelhardt-spice-simulator-synteresis/
===Simulating a timer===
+
===Simulating a delay===
 
https://www.youtube.com/watch?v=-aQ77YI7inI
 
https://www.youtube.com/watch?v=-aQ77YI7inI
I think (without double checking) that this is similar to the beginner Make Electronics: Learning by Discovery book by Charles Platt (the 2nd edition is the one I've read and own, but the 3rd is available). Preview here: http://web.archive.org/web/20201128100847/https://cdn.makezine.com/make/shed/make_electronics_1.pdf In that book you use a PUT, Programmable Unijunction Transistor (unusual variant) in order to make an alarm buzz (maybe one 2nd thought, this isn't exactly as the video, which I've yet to watch...). https://www.circuitstoday.com/programmable-ujt
+
A competent user of LTSpice. A good video to show usage and a reasonable circuit as well (the circuit is essentially simulating a 555 timer from discrete (well op amps) components).
 +
===Guaranteed to Work on Linux (TM)===
 +
* https://github.com/joaocarvalhoopen/LTSpice_on_Linux_Ubuntu__How_to_install_and_use
 +
For 32 bit linux, use LTSpice XVII.  
 +
===Stepping Parameters===
 +
beginning, end, interval. E.g. test a capacitor from 2nf to 10nf in 2nf steps.  
 +
* https://www.youtube.com/watch?v=hH74uZvEm6I
  
 
[[Category:online_notes]]
 
[[Category:online_notes]]

Latest revision as of 10:07, 6 May 2024

LTSpice is a popular simulation package.

Getting Started

Tips/Techniques

Amp Hour

https://theamphour.com/196-an-interview-with-mike-engelhardt-spice-simulator-synteresis/

Simulating a delay

https://www.youtube.com/watch?v=-aQ77YI7inI A competent user of LTSpice. A good video to show usage and a reasonable circuit as well (the circuit is essentially simulating a 555 timer from discrete (well op amps) components).

Guaranteed to Work on Linux (TM)

For 32 bit linux, use LTSpice XVII.

Stepping Parameters

beginning, end, interval. E.g. test a capacitor from 2nf to 10nf in 2nf steps.