![]() |
[Request] Circuit simulator - as a programming language
Could someone please make somthing like http://www.falstad.com/circuit/ , for the N900, but in a way that it can receive input from the hardware (like special "components" in the simulation that represent things like the lighting sensor, touch screen, hardware buttons etc , and if possible virtual inputs where other programs can write values that can be read by the simulated cirtuit) and produce output besides the readouts (similarly, components for the speaker, LEDs, TV out etc , and if possible even output values that other programs can read) ; basicly allowing one to program behaviors by designing virtual electronic circuits.
With things like TV out and sound , as well as hardware buttons etc being accessible, i imagine it might be possible to recreate very primitive videogames and other earlier interactive electronic systems by actually following the original circuit designs with little modifications ; i just dunno if the speed of the simulation will reach real time, if not, perhaps things like sound and TV out scans would need to be emulated, updating the actual output with a separatedly rendered lower framerate output from the simulated circuit. |
Re: [Request] Circuit simulator - as programming language
the app can already run on the n900 if anybody is interested. It's java based so it's a matter of downloading and installing the jdk from app manager.
Doesn't do what is required in the original post but does offer a circuit simulator solution for the n900. |
Re: [Request] Circuit simulator - as programming language
Won't it be better to port an open source SPICE program instead?
The following simulators have their source code available: SPICE2/SPICE3: http://embedded.eecs.berkeley.edu/pu...pice/index.htm Cider: http://embedded.eecs.berkeley.edu/pu...ider/index.htm ngspice: http://ngspice.sourceforge.net/ tclspice: http://tclspice.sourceforge.net/ XSPICE: http://users.ece.gatech.edu/~mrichard/Xspice/ |
Re: [Request] Circuit simulator - as a programming language
Didn't want to start a new thread so im writing here:
Does anybody know if there is any electronic programs for the N900, looking for everything from graphical resistor color "calculator" to circuit simulators. |
Re: [Request] Circuit simulator - as a programming language
anybody got any suggestions on programs for electronics???
|
Re: [Request] Circuit simulator - as a programming language
Quote:
I'm currently using SPICE from the command line. I've packaged the sources with alien, because I'm not really good preparing debian packages. But it definitely WORKS:
If you want to install this package, feel free to do it, using: Code:
# dpkg -i ngspice_23_armel.deb There's a problem, though: I've not been able to optify the package, so that it will occupy 15MB of rootfs space. Another solution is to install it in chrooted Easy Debian. That's what I've done, and run it this way from an Xterm: Code:
$ debbie ngspice < example.cir > result.txt Code:
$ cat result.txt |
All times are GMT. The time now is 05:05. |
vBulletin® Version 3.8.8