Circuit simulation with Falstad

Поділитися
Вставка
  • Опубліковано 6 сер 2024
  • #falstad #circuit #simulation
    We will explore the main features of the Falstad circuit simulator which is completely free and web-based. We can create a circuit with many basic components, run a simulation and even add scopes to query the voltage and current. There's also a handy import-export function.
    ⏰ TIMESTAMPS
    0:00 Intro
    0:57 Overview: Native app + example circuits
    2:27 Options and shortcuts
    3:03 Draw various components
    4:42 Simulation
    5:13 Scope
    6:37 Import / Export
    7:36 Example circuit for a power management circuit
    ‣ Some links below are affiliate. I receive a small commission at no extra cost to you.
    🎩 DEMO FILES
    Falstad simple LED circuit text import gist.github.com/sayanee/d4522...
    Falstad power management circuit text import gist.github.com/sayanee/105eb...
    🔗 LINKS SHOWN
    Falstad www.falstad.com/circuit/
    Example schematic with power management circuit component hutscape.com/pine/hardware/do...
    KiCad file of the schematic shown github.com/hutscape/pine/tree...
    Circuit Lab www.circuitlab.com/
    LTSpice www.analog.com/en/design-cent...
    Example of using Falstad in a discussion hackaday.io/page/3820-esp8266...
    📚 OTHER RESOURCES
    Using Falstad's Circuit Simulator www.instructables.com/id/Usin...
    Simulation: Java Circuit Simulator www.baldengineer.com/java-cir...
    🔌 TOOLS USED
    hutscape.com/tools
    🎶 Music and Audio Effects
    UA-cam Audio library click-click sound effect
  • Наука та технологія

КОМЕНТАРІ • 34

  • @yurkshirelad
    @yurkshirelad 3 роки тому +1

    Use the menu "Circuits -> Blank Circuit" instead of deleting all components.

    • @sayanee
      @sayanee  3 роки тому

      Nice! I totally overlooked at menu item :) Thanks.

  • @Ferreira019760
    @Ferreira019760 3 роки тому

    Very interesting explanation, clear and to the point. I’m going to binge watch the rest of your videos

  • @edwaoman2829
    @edwaoman2829 4 роки тому

    Thank you! I was looking for something like this!

  • @techparistech2659
    @techparistech2659 3 роки тому

    Good job 👍

  • @clarteligthing766
    @clarteligthing766 4 роки тому

    more videos like this please!!

  • @khanshahzad77
    @khanshahzad77 3 роки тому

    thank you very much for a nice information such a very use full

  • @ayushmanshahu9765
    @ayushmanshahu9765 3 роки тому +1

    Kindly suggest for online practical experiment drafting n simulation both for electrical engineering tools.

  • @nrnoble
    @nrnoble Рік тому

    Thanks for this video. Are there any simulators that also have CPUs (ie 6502) and\or other common chips?

  • @mikefreedom5612
    @mikefreedom5612 4 роки тому

    Is it possible to add any part number , I mean you find in the library any part number?

  • @0124akash
    @0124akash 2 роки тому

    Which semulation software has uc3842 ic or pwm ics ?

  • @uhuruguru2337
    @uhuruguru2337 2 роки тому

    hey Sayanee how do i add oscilloscope on Falstad not scopes but oscilloscope please show me

  • @ysfkfnd
    @ysfkfnd 4 роки тому +1

    I really admire Falstad's circuit simulator for observation and learning, but for real-life circuit simulation I would rather use the professional ones.

    • @sayanee
      @sayanee  4 роки тому

      Agree with you :) I use it to simulate a very small part of large circuits for understanding how it works too!

  • @alenninan5524
    @alenninan5524 3 роки тому

    Hi , I have a doubt in Falstad Simulator . Can i discuss it ?

  • @platinumphonesandcomputers
    @platinumphonesandcomputers 4 роки тому

    Thank you i had failed to add a scope on falstad, can you also make a video to show how to install in on windows because i downloaded it but failed to install it.

    • @sayanee
      @sayanee  4 роки тому

      Have you tried the browser version on Windows at www.falstad.com/circuit/?

    • @platinumphonesandcomputers
      @platinumphonesandcomputers 4 роки тому

      yaa i use but i would like to install it on my laptop and use offline

  • @germona
    @germona 6 місяців тому

    BTW also available offline for linux.

  • @DamonMedekMusic
    @DamonMedekMusic Рік тому

    One thing about Falstad is it has vacuum tubes. A lot of simulators don't have them and this app gives me more opportunities to build tube amplifiers. If anyone has a better option let me know.

  • @_-martin-_
    @_-martin-_ 4 роки тому

    I'm surprised you didn't try nor mention Kicad for simulating your circuits. Kicad uses the open source Spice circuit simulator ngspice as backend. While it takes some time to set it up it is very powerful because you can reuse your production Kicad circuit without changing the schematic, except of course adding the ngspice models and attributes to all components.

    • @sayanee
      @sayanee  4 роки тому

      I did :) But I felt Spice with KiCad is also better for an example with analog circuits with amplifiers, etc showing the varying frequencies. Also, it's a little challenging to find specific spice models other than the common components found in the PSpice symbol library.
      Could you reuse the circuit in entirety though? I still had to create another project to abstract out that part of the schematic in KiCad to simulate it in spice.
      KiCad + spice definitely deserves a separate video by itself which I'm surely gonna need one day :)

    • @_-martin-_
      @_-martin-_ 4 роки тому

      @@sayanee Yes, you can simulate entire circuits and not use any of the simulator Kicad pspice components but instead you have to fill out the necessary fields for all your regular components according to ngspice syntax / naming rules but Kicad helps you with that. For example if you place a normal resistor R_Small with a value instead of a pspice resistor and then hit "Edit Spice model" button, then Kicad will automatically fill in the missing ngspice parameters. The same is true for other basic components. For other advanced components you will need to add the specific spice model file. It's fun when you get everything set up and it works :)
      Ngspice has a short tutorial online on how to use kicad + ngspice. It is also true that it can be hard to find a specific spice model but that is kind of true for all simulator tools. Oh, and make sure your Kicad is configured to be compatible with PSpice models, this is also explained in the ngspice kicad tutorial.

  • @vinayakonimani7628
    @vinayakonimani7628 2 роки тому

    That github bottle
    I wonder where did you fork it from

    • @sayanee
      @sayanee  2 роки тому +1

      Got it shipped as part of hacktoberfest a few years back from GitHub shop: github.blog/2016-04-13-github-shop-water-bottles-are-here/
      Doesn't seem to be available anymore :(

    • @vinayakonimani7628
      @vinayakonimani7628 2 роки тому

      @@sayanee :O i see, so you do have a programming background. Nice!! And i am running pauls simulator on my phone (i donhav a lapotp :,| ) and i needed 1 HUUUGGEEE help: how do i import custom components in this simulator? I have been banging my head on this for a long time with no results, do you know how to do this? I mean i have heard of spice netlists n stuff but its confusing (im a first year electronics student)
      Btw really nice video, please be more regular and keep posting videos :D

    • @sayanee
      @sayanee  2 роки тому

      @@vinayakonimani7628 OOps! So sorry, I have never imported custom components in this simulator :(
      Thank you for your kind words!

  • @dilandharmarathna1505
    @dilandharmarathna1505 3 роки тому

    I’m a amateur in circuit simulation and anywhere we can find circuits prepared by others online? So that we can test and learn their stuff in Falstad simulator

    • @sayanee
      @sayanee  3 роки тому

      Under the top menu "Circuits" there are 100s of examples of circuits like transistors, active filters, power converters, etc, that you can already try within the Falstad simulator: www.falstad.com/circuit/

    • @dilandharmarathna1505
      @dilandharmarathna1505 3 роки тому

      @@sayanee Hi, thank you so much for your comment. Yes I went through them. I’m just curious whether anything can be found online other than what’s available 🙂

  • @shashankk-gq3bi
    @shashankk-gq3bi 3 місяці тому

    is it secure?

  • @alejandroperez5368
    @alejandroperez5368 2 роки тому

    Looks like Falstad played with Everycircuit Android app way too much...

  • @Warrior7OO
    @Warrior7OO 3 роки тому

    Maam I need a help, Actually maam have a project on this simulator, but I'm not able to do it, please help! Please share your mail id