Skip to content

Collection of scripts used to interface with a Raspberry Pi via SSH.

Notifications You must be signed in to change notification settings

sqdlab/SQDdevRPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi interfacing with SQDToolz

Certain devices in the lab are interfaced with the Raspberry Pi. For example:

  • Several microwave sources converted from the USB-Serial interface into Ethernet
  • Using GPIO pins to slowly toggle states on a electro-mechanical switch

There is an implementation using SSH and the paramiko module. However, this has issues when running in an IPython notebook. Therefore, the recommended approach is to run a SCPI-compatible server via a TCP-socket through which clients communicate via SCPI commands. The following documentation is relevant:

About

Collection of scripts used to interface with a Raspberry Pi via SSH.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages