Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I control an analog circuit with Arduino Uno. I want to simulate an Arduino Uno with operational amplifiers (741). Can I simulate Arduino with SPICE?

share|improve this question

migrated from electronics.stackexchange.com Jul 20 at 2:19

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.

4  
No, there is no SPICE model for an Arduino. But then given that an ATMega328 doesn't have any DAC capabilities you would only need to feed in a digital stimulus to your simulation. –  Tom Carpenter Jul 19 at 19:53

1 Answer 1

You could use https://en.wikipedia.org/wiki/Ngspice. From what is written there, the Xspice part could be used for creating a simple model of the Arduino, for checking how the analog part of your circuit interacts with the uC. Unfortunately the main site () is down, atm, as many other projects hosted on SourceForge. But it might be worth having a look, once it's back online.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.