Tagged: instro

Instro: Python Hardware Instrumentation Library Adds RTL-SDR Support

Instro is an open-source Python library designed to talk to test instrumentation such as power supplies, multimeters, electronic loads, DAQs, oscilloscopes, and PLCs from a unified, typed API.  The maintainers describe the goal as follows:  "Code against an instrument category once, then swap vendors with a single configuration change. When you want to capture the data, attach a publisher to stream it to a file, Nominal, or a destination of your own." A library like this saves engineers from having to write custom drivers for each piece of equipment.

Recently, Alexander Arsenovic, the original author of the excellent scikit-rf RF engineering Python library, wrote and wanted to share that he has added RTL-SDR support to Instro. He has uploaded a video showing it in action with an RTL-SDR Blog V3.

The code is open-source and available on GitHub.

rtl-sdr in nominal.instro