Memristor-Discovery 2.0.0
Change Log
- Added support for Version 2 Memristor Discovery board including Synapse 1-2 and Classifier 1-2 experiment.
- Updated Hysteresis, DC, Pulse, Board Check and Shelf-Life experiments for V2 board.
- Integrated JSpice circuit simulator in pulse experiment for more accurate resistance computation given board parasitics.
- Added voltage I-V trace for voltage drop across memristor in Hysteresis and DC experiments.
How to Run
Memristor Discovery is a cross platform Java application and will run on MacOS, Linux and Windows 10. It requires that the Analog Discovery 2 Runtime libraries are also installed. See the README for details on installing the pre-requisites.
MacOS
Download the Memristor-Discovery-2.0.0.pkg
file, double-click it, go through the install wizard and open the app from /Applications
.
If given notice of "Unidentified Developer", right click and then select "Open With-->Installer"
Windows 10
Download Memristor-Discovery-2.0.0.exe
file and double click the .exe file to run the install wizard.
Linux
Download the memristor-discovery-2.0.0.deb
file and from the command line run:
sudo mv ~/Downloads/memristor-discovery-2.0.0.deb /var/cache/apt/archives
cd /var/cache/apt/archives
sudo dpkg -i memristor-discovery-2.0.0.deb