Basic Tutorial

Learn how to create custom ScopeFoundry hardware and measurement plugins.

The goals of this tutorial are:

  • To guide you in building the app shown in the picture bellow, including:
    • A HardwareComponent that generates random numbers (simulating a real device) and a
    • Measurement that samples numbers and saves them to .h5 together with the state of the app.
  • To teach you basic concepts, including:
    • Settings and how to access and update them.
    • How to access functionalities defined in another plugin.
  • To provide tips for creating HardwareComponents for real-world devices.

You can access the code for this tutorial here.

start tutorial now!

done_after


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.