Basic Tutorial

Learn how to write your own custom ScopeFoundry hardware and measurement plugins.

The goals of this tutorial are to:

  • Help you build your first microscope app.
  • Make a HardwareComponent that produces random numbers (simulating a real device) and a Measurement that reads and saves these numbers.
  • Teach basics concepts.
  • Give you hints for making HardwareComponents for real world devices.

Access the code for this tutorial here.


New Microscope App

Learn how to set up ScopeFoundry and create your first Microscope App.

Hardware Component

Develop your first HardwareComponent to communicate with your hardware device.

Measurement Component

Learn how to build a custom Measurement and how to get started analyzing the data.

Hardware Part 2 - Low-Level Interface

More on low-level interface implementation.