AutoDesk Releases An Electronics Simulator Called 123D Circuits
31–40 of 67 posts
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#32> it allows you to learn electronics using a virtual Arduino board and breadboard without blowing up capacitors or burning yourself with solder on your work table. With autodesk prices, i can probably buy enough caps and pay someone to solder for me.
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#33I guess I'm not seeing the advantage over existing software. Unless there are some tie-ins with their other 123D software to, say, automatically create a hardware enclosure from a schematic.
We have that! Just push the "generate enclosure" button in the circuit details page.
That has long been my Achille's heel - I can EAGLE a pcb pretty easily, but woodworking / 3d interlocking Ponoko designs elude me.
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#34How do I add a voltage other than a 9V battery? What are the current alternatives to this? I'm looking to build an LED driver (possible IC candidates are Linear LT3477, TI TPS63020 and some other TI / Linear chips). I'd kill for a software that would simulate any chips (or even just a crude approximation of them).
I design electronics for a living, and I use LTspice all the time for power supply and analog circuit simulations.
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#35I think there is a lot of value to blowing up your Arduino for reals. When you blow up a couple of Arduinos, you'll tend to force yourself to learn very quickly why it is happening and how to avoid it. What is so bad about "blowing up a capacitor" or "burning yourself with a soldering iron"? Capacitors are a few cents, each. Buy them in bulk and never worry about needing one again. Soldering iron burns are easy to av…
An Arduino Uno costs about 25USD. Blowing up a few of those, or other components gets pricy. This service lowers the price of entry to almost zero, which is a pretty big deal for people with low disposable income or limited access to the hardware.
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#36How do I add a voltage other than a 9V battery? What are the current alternatives to this? I'm looking to build an LED driver (possible IC candidates are Linear LT3477, TI TPS63020 and some other TI / Linear chips). I'd kill for a software that would simulate any chips (or even just a crude approximation of them).
LTspice [0] is an excellent (and might I add free) SPICE simulator. Linear includes proper models of the majority of their chip lineup, including LED drivers. Their power supply IC models are also excellent. You can simulate a full LED driver circuit and a whole lot more with LTspice. TI also has a similar SPICE simulator [1], but it's not nearly as good, and its simulations are much slower and a bit more unreliable.…
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#37I think there is a lot of value to blowing up your Arduino for reals. When you blow up a couple of Arduinos, you'll tend to force yourself to learn very quickly why it is happening and how to avoid it. What is so bad about "blowing up a capacitor" or "burning yourself with a soldering iron"? Capacitors are a few cents, each. Buy them in bulk and never worry about needing one again. Soldering iron burns are easy to av…
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#38How do I add a voltage other than a 9V battery? What are the current alternatives to this? I'm looking to build an LED driver (possible IC candidates are Linear LT3477, TI TPS63020 and some other TI / Linear chips). I'd kill for a software that would simulate any chips (or even just a crude approximation of them).
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#39I wonder if it models the terrible parasitics of a real breadboard. I imagine it would be really annoying for beginners to build an IR receiver (or whatever) with the software, have it working perfectly, then try to build it on a real breadboard only to spend hours frustratingly trying to figure out why the circuit is oscillating.
Is there any software out there that includes these real-world models into the design side?
Re: AutoDesk Releases An Electronics Simulator Called 123D Circuits
#40Earlier quoted context omitted.
Is there any software out there that includes these real-world models into the design side?
mbell is right -- rather than just adding parasitic capacitance and inductance estimates to every node, it's more helpful for the engineer to be able to evaluate and discover which nodes are particularly sensitive and which aren't. Start with some back-of-the-envelope order-of-magnitude estimates (maybe guess ~1nH/mm inductance for a wire, ~1pF capacitance between adjacent pins), and an experienced engineer will alre…