Skip to content

Memristor-Discovery 0.0.9

Compare
Choose a tag to compare
@timmolter timmolter released this 20 Mar 08:01
· 26 commits to master since this release

Change Log

  • Fixed errors in some experiments
  • Added duty cycle to pulse selector
  • Added Square-decay pulse type
  • New Shelf Life experiment
  • Help files updates
  • App remembers last selected experiment
  • General code cleanup and refactoring

How to Run

Memristor Discovery is a Java application, requiring that Java is installed in your computer. It is cross platform 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-0.0.9.pkg file, double-click it, go through the install wizard and open the app from /Applications.

Windows 10

Download Memristor-Discovery-0.0.9.exe file and double click the .exe file to run the install wizard.

Linux

Download the Memristor-Discovery-0.0.9.deb file and from the command line run:

sudo mv ~/Downloads/Memristor-Discovery-0.0.9.deb /var/cache/apt/archives
cd /var/cache/apt/archives
sudo dpkg -i Memristor-Discovery-0.0.9.deb