cARcuit - AR Circuit Builder & APP
FEATURES
Controlling a breadboard in an augmented reality environment.
Building and simulating circuits using a SPICE-based transient simulator with the following supported components: resistors, capacitors, LEDs, switches, ammeters & voltmeters, DC power supply, jumper wires.
Color-coded resistors, colored LEDs, auto-scaling for the values of meters and sources.
Saving and loading circuit board projects in individual files.
LIMITATIONS
Does not currently support current sources, varying sources, controlled sources, initial conditions, inductors and transistors.
Does not allow in-app sharing of circuit files (can be done manually using file explorers, such as Google Files.)
NOTES
The application requires ARCore to function, which would only be available on a number of specific devices. Please check your device with the ARCore-supported models (https://developers.google.com/ar/devices) to see if your device can use Augmented Reality.
The application could not be made possible without Spice#, an in-depth C# open-source library implementation for the SPICE framework that can be found at https://github.com/SpiceSharp/SpiceSharp. The file browser system is generously provided as a Unity Asset which can be found at https://github.com/yasirkula/UnitySimpleFileBrowser.